From 02e5778806fd0f15730f9f2877de02db68d5e9a2 Mon Sep 17 00:00:00 2001 From: rtognimp Date: Sun, 6 Jun 2004 13:44:23 +0000 Subject: Compilation fix with --disable-liba52 Patch by adland git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12534 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cfg-common.h') 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 -------------------- -- cgit v1.2.3