[Mplayer-cvslog] CVS: main cfg-common.h,1.133,1.134
Roberto Togni CVS
syncmail at mplayerhq.hu
Sun Jun 6 15:44:25 CEST 2004
CVS change done by Roberto Togni CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv14858
Modified Files:
cfg-common.h
Log Message:
Compilation fix with --disable-liba52
Patch by adland
Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- cfg-common.h 3 May 2004 13:19:03 -0000 1.133
+++ cfg-common.h 6 Jun 2004 13:44:23 -0000 1.134
@@ -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 --------------------
More information about the MPlayer-cvslog
mailing list