[Mplayer-cvslog] CVS: main/libvo vo_dfbmga.c,1.1,1.2

Arpi of Ize arpi at mplayerhq.hu
Sun Nov 3 15:27:52 CET 2002


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv24019

Modified Files:
	vo_dfbmga.c 
Log Message:
disabled vidix dependency


Index: vo_dfbmga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dfbmga.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vo_dfbmga.c	31 Oct 2002 23:54:26 -0000	1.1
+++ vo_dfbmga.c	3 Nov 2002 14:27:32 -0000	1.2
@@ -782,6 +782,7 @@
       */
 }
 
+#if 0
 static int
 directfb_set_video_eq( const vidix_video_eq_t * info )
 {
@@ -849,6 +850,7 @@
 
      return 0;
 }
+#endif
 
 static uint32_t
 control( uint32_t request, void *data, ... )
@@ -856,6 +858,7 @@
      switch (request) {
      case VOCTRL_QUERY_FORMAT:
 	  return query_format( *((uint32_t *) data) );
+#if 0
      case VOCTRL_SET_EQUALIZER:
           {
                va_list ap;
@@ -915,8 +918,8 @@
 
                return VO_TRUE;
           }
+#endif
      }
-
      return VO_NOTIMPL;
 }
 




More information about the MPlayer-cvslog mailing list