[MPlayer-cvslog] r20215 - trunk/cfg-mplayer.h

diego subversion at mplayerhq.hu
Sat Oct 14 19:54:09 CEST 2006


Author: diego
Date: Sat Oct 14 19:54:08 2006
New Revision: 20215

Modified:
   trunk/cfg-mplayer.h

Log:
Remove senseless DIRECTFBVERSION check, we require 0.9.13+ anyway.


Modified: trunk/cfg-mplayer.h
==============================================================================
--- trunk/cfg-mplayer.h	(original)
+++ trunk/cfg-mplayer.h	Sat Oct 14 19:54:08 2006
@@ -17,10 +17,8 @@
 extern char *fb_mode_name;
 #endif
 #ifdef HAVE_DIRECTFB
-#if DIRECTFBVERSION > 912
 extern char *dfb_params;
 #endif
-#endif
 #ifdef USE_FAKE_MONO
 extern int fakemono; // defined in dec_audio.c
 #endif



More information about the MPlayer-cvslog mailing list