summaryrefslogtreecommitdiffstats
path: root/cfg-common-opts.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-common-opts.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-common-opts.h')
-rw-r--r--cfg-common-opts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-common-opts.h b/cfg-common-opts.h
index 031084bcbc..5c33ac5e24 100644
--- a/cfg-common-opts.h
+++ b/cfg-common-opts.h
@@ -131,7 +131,7 @@
{ "rawaudio", &demux_rawaudio_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
{ "rawvideo", &demux_rawvideo_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
-#ifdef HAVE_CDDA
+#ifdef CONFIG_CDDA
{ "cdda", &cdda_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
#endif