mirror of https://github.com/mpv-player/mpv
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:
parent
e8fc1da688
commit
d95fb6c38d
|
@ -17,10 +17,8 @@ extern char *fb_mode_cfgfile;
|
||||||
extern char *fb_mode_name;
|
extern char *fb_mode_name;
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_DIRECTFB
|
#ifdef HAVE_DIRECTFB
|
||||||
#if DIRECTFBVERSION > 912
|
|
||||||
extern char *dfb_params;
|
extern char *dfb_params;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
#ifdef USE_FAKE_MONO
|
#ifdef USE_FAKE_MONO
|
||||||
extern int fakemono; // defined in dec_audio.c
|
extern int fakemono; // defined in dec_audio.c
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue