[MPlayer-cvslog] r32281 - trunk/cfg-mplayer.h

diego subversion at mplayerhq.hu
Fri Sep 17 10:18:47 CEST 2010


Author: diego
Date: Fri Sep 17 10:18:47 2010
New Revision: 32281

Log:
Remove old obsolete warning about dfbopts.
The DIRECTFBVERSION macro that it depends on has been removed.

Modified:
   trunk/cfg-mplayer.h

Modified: trunk/cfg-mplayer.h
==============================================================================
--- trunk/cfg-mplayer.h	Fri Sep 17 01:25:04 2010	(r32280)
+++ trunk/cfg-mplayer.h	Fri Sep 17 10:18:47 2010	(r32281)
@@ -139,11 +139,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)
     {"x", &opt_screen_size_x, CONF_TYPE_INT, CONF_RANGE, 0, 4096, NULL},


More information about the MPlayer-cvslog mailing list