changeset 12533:44c00d92f718

Compilation fix with --disable-liba52 Patch by adland
author rtognimp
date Sun, 06 Jun 2004 13:44:23 +0000
parents 79a2af950cf7
children b6ccdba8bc2d
files cfg-common.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-common.h	Fri Jun 04 10:00:36 2004 +0000
+++ b/cfg-common.h	Sun Jun 06 13:44:23 2004 +0000
@@ -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 --------------------