summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-07 08:58:07 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-07 08:58:07 +0000
commit141e81cce4fb780a1e2f791c79c1664956401af7 (patch)
tree01ca9845852536dea18a7d5654783a336ba27eff /cfg-mplayer.h
parent024b6efdf1439c2573350048a433d0324dcee349 (diff)
downloadmpv-141e81cce4fb780a1e2f791c79c1664956401af7.tar.bz2
mpv-141e81cce4fb780a1e2f791c79c1664956401af7.tar.xz
Rename a bunch of miscellaneous preprocessor directives.
Switch them from a HAVE_ to a CONFIG_ prefix. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27423 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 b74c53a6bb..509ccd3aba 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -300,7 +300,7 @@ const m_option_t mplayer_opts[]={
{"dumpjacosub", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 8, NULL},
{"dumpsami", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 9, NULL},
-#ifdef HAVE_LIRC
+#ifdef CONFIG_LIRC
{"lircconf", &lirc_configfile, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},
#endif