summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authorrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-06 13:44:23 +0000
committerrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-06 13:44:23 +0000
commit02e5778806fd0f15730f9f2877de02db68d5e9a2 (patch)
tree6fa8451f35f699897670f592dc3b4aea3a2c29a7 /cfg-common.h
parente8b4e1c1c4f7ba4c84409fd162e675ad16930030 (diff)
downloadmpv-02e5778806fd0f15730f9f2877de02db68d5e9a2.tar.bz2
mpv-02e5778806fd0f15730f9f2877de02db68d5e9a2.tar.xz
Compilation fix with --disable-liba52
Patch by adland git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12534 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 500358fb4d..699619b375 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -134,7 +134,9 @@
{"channels", &audio_output_channels, CONF_TYPE_INT, CONF_RANGE, 1, 6, NULL},
{"format", &audio_output_format, CONF_TYPE_INT, CONF_RANGE, 0, 0x00002000, NULL},
+#ifdef USE_LIBA52
{"a52drc", &a52_drc_level, CONF_TYPE_FLOAT, CONF_RANGE, 0, 1, NULL},
+#endif
// ------------------------- codec/vfilter options --------------------