# HG changeset patch # User diego # Date 1284711527 0 # Node ID ed12c6f6abd86be836302731f95329034668095c # Parent 56ce48514a75f1ac858f245b0a3056afdae1e483 Remove old obsolete warning about dfbopts. The DIRECTFBVERSION macro that it depends on has been removed. diff -r 56ce48514a75 -r ed12c6f6abd8 cfg-mplayer.h --- 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},