changeset 20209:3699ab89b154

Remove senseless DIRECTFBVERSION check, we require 0.9.13+ anyway.
author diego
date Sat, 14 Oct 2006 17:54:08 +0000
parents 04ae7a7d0da3
children 409f808489bf
files cfg-mplayer.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-mplayer.h	Sat Oct 14 16:32:15 2006 +0000
+++ b/cfg-mplayer.h	Sat Oct 14 17:54:08 2006 +0000
@@ -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