From e76512dfb7e0237221c0c6a9e6c064f2d49bb943 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 18 Jun 2005 20:27:50 +0000 Subject: Make dfbopts a suboption, use suboption parser git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15751 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index b9453f47e1..270929819a 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -205,7 +205,7 @@ m_option_t mplayer_opts[]={ #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 -- cgit v1.2.3