changeset 8080:ed41f6062668

disabled vidix dependency
author arpi
date Sun, 03 Nov 2002 14:27:32 +0000
parents 714d18011757
children 353bd4add1b0
files libvo/vo_dfbmga.c
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_dfbmga.c	Sun Nov 03 13:05:58 2002 +0000
+++ b/libvo/vo_dfbmga.c	Sun Nov 03 14:27:32 2002 +0000
@@ -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;
 }