# HG changeset patch # User diego # Date 1160848448 0 # Node ID 3699ab89b154f8ed7d07bfdd9de01b73af86c453 # Parent 04ae7a7d0da3a2200b56814dc64fe2800ba95c0d Remove senseless DIRECTFBVERSION check, we require 0.9.13+ anyway. diff -r 04ae7a7d0da3 -r 3699ab89b154 cfg-mplayer.h --- 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