summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-18 20:27:50 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-18 20:27:50 +0000
commite76512dfb7e0237221c0c6a9e6c064f2d49bb943 (patch)
treec7e7678255e2a9bf65e46d375ab93fc0566d8af2 /cfg-mplayer.h
parent622cea755929f6e394b8425ab08aa2899ea7350b (diff)
downloadmpv-e76512dfb7e0237221c0c6a9e6c064f2d49bb943.tar.bz2
mpv-e76512dfb7e0237221c0c6a9e6c064f2d49bb943.tar.xz
Make dfbopts a suboption, use suboption parser
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15751 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 1 insertions, 1 deletions
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