From c73a53ddf5beb6eff5aa208bf416dd4ff64761bb Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 14 Oct 2006 18:00:26 +0000 Subject: Create proper define for DFBMGA. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20216 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/video_out.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libvo/video_out.c') diff --git a/libvo/video_out.c b/libvo/video_out.c index 738a092b01..1920782267 100644 --- a/libvo/video_out.c +++ b/libvo/video_out.c @@ -113,7 +113,7 @@ extern vo_functions_t video_out_vesa; #endif #ifdef HAVE_DIRECTFB extern vo_functions_t video_out_directfb; -#if DIRECTFBVERSION >= 915 +#ifdef HAVE_DFBMGA extern vo_functions_t video_out_dfbmga; #endif #endif @@ -228,7 +228,7 @@ vo_functions_t* video_out_drivers[] = #endif #ifdef HAVE_DIRECTFB &video_out_directfb, -#if DIRECTFBVERSION >= 915 +#ifdef HAVE_DFBMGA &video_out_dfbmga, #endif #endif -- cgit v1.2.3