diff cfg-mplayer.h @ 15750:f0aa0931feb3

Make dfbopts a suboption, use suboption parser
author reimar
date Sat, 18 Jun 2005 20:27:50 +0000
parents 62149f352939
children d565dc2ce82e
line wrap: on
line diff
--- a/cfg-mplayer.h	Sat Jun 18 20:16:19 2005 +0000
+++ b/cfg-mplayer.h	Sat Jun 18 20:27:50 2005 +0000
@@ -205,7 +205,7 @@
 #endif
 #ifdef HAVE_DIRECTFB
 #if DIRECTFBVERSION > 912
-	{"dfbopts", &dfb_params, CONF_TYPE_STRING, 0, 0, 0, NULL},
+	{"dfbopts", "-dfbopts is deprecated, use -vf directfb:dfbopts=... instead\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
 #endif
 #endif