From 2ace0d316d82794f1ff73e96f0329713e7a1c386 Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 3 Nov 2002 14:27:32 +0000 Subject: disabled vidix dependency git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8081 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_dfbmga.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libvo/vo_dfbmga.c b/libvo/vo_dfbmga.c index a1c3d2690b..1f923a1756 100644 --- a/libvo/vo_dfbmga.c +++ b/libvo/vo_dfbmga.c @@ -782,6 +782,7 @@ uninit( void ) */ } +#if 0 static int directfb_set_video_eq( const vidix_video_eq_t * info ) { @@ -849,6 +850,7 @@ directfb_get_video_eq( vidix_video_eq_t * info ) return 0; } +#endif static uint32_t control( uint32_t request, void *data, ... ) @@ -856,6 +858,7 @@ control( uint32_t request, void *data, ... ) 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 @@ control( uint32_t request, void *data, ... ) return VO_TRUE; } +#endif } - return VO_NOTIMPL; } -- cgit v1.2.3