# HG changeset patch # User arpi # Date 1036333652 0 # Node ID ed41f60626689b2e2701b5e141ec0aa22560b37f # Parent 714d18011757f01be3d4bc06a6d12c0b1c5af922 disabled vidix dependency diff -r 714d18011757 -r ed41f6062668 libvo/vo_dfbmga.c --- 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; }