Remove senseless DIRECTFBVERSION check, we require 0.9.13+ anyway.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20215 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-10-14 17:54:08 +00:00
parent e8fc1da688
commit d95fb6c38d
1 changed files with 0 additions and 2 deletions

View File

@ -17,10 +17,8 @@ extern char *fb_mode_cfgfile;
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