Mercurial > mplayer.hg
diff cfg-mplayer.h @ 32197:ed12c6f6abd8
Remove old obsolete warning about dfbopts.
The DIRECTFBVERSION macro that it depends on has been removed.
author | diego |
---|---|
date | Fri, 17 Sep 2010 08:18:47 +0000 |
parents | 4614728cab25 |
children | faefba58f413 |
line wrap: on
line diff
--- a/cfg-mplayer.h Thu Sep 16 23:25:04 2010 +0000 +++ b/cfg-mplayer.h Fri Sep 17 08:18:47 2010 +0000 @@ -139,11 +139,6 @@ {"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) {"x", &opt_screen_size_x, CONF_TYPE_INT, CONF_RANGE, 0, 4096, NULL},