summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-09-17 08:18:47 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:16:55 +0200
commite25bc291435045090283c5255904d151dead2cb2 (patch)
tree2b7c25cd313ee4041c77469e9352cb27ea8cc63f /cfg-mplayer.h
parent32013b621c3e2eaa7071024905e6c7bb756b32c4 (diff)
downloadmpv-e25bc291435045090283c5255904d151dead2cb2.tar.bz2
mpv-e25bc291435045090283c5255904d151dead2cb2.tar.xz
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
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index f8b57d280f..c32de2e427 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -147,11 +147,6 @@ const m_option_t mplayer_opts[]={
{"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)
OPT_INTRANGE("x", screen_size_x, 0, 0, 4096),