mirror of https://github.com/mpv-player/mpv
cfg-mplayer.h: Remove old obsolete warning about dfbopts
The DIRECTFBVERSION macro that it depends on has been removed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32281 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
32013b621c
commit
e25bc29143
|
@ -146,11 +146,6 @@ const m_option_t mplayer_opts[]={
|
|||
#ifdef CONFIG_FBDEV
|
||||
{"fbmode", &fb_mode_name, CONF_TYPE_STRING, 0, 0, 0, NULL},
|
||||
{"fbmodeconfig", &fb_mode_cfgfile, CONF_TYPE_STRING, 0, 0, 0, NULL},
|
||||
#endif
|
||||
#ifdef CONFIG_DIRECTFB
|
||||
#if DIRECTFBVERSION > 912
|
||||
{"dfbopts", "-dfbopts has been removed. Use -vf directfb:dfbopts=... instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// force window width/height or resolution (with -vm)
|
||||
|
|
Loading…
Reference in New Issue