1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

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:
diego 2010-09-17 08:18:47 +00:00 committed by Uoti Urpala
parent 32013b621c
commit e25bc29143

View File

@ -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)