[Ffmpeg-cvslog] r8741 - trunk/libavformat/raw.c
diego
subversion
Sun Apr 15 14:35:45 CEST 2007
Author: diego
Date: Sun Apr 15 14:35:44 2007
New Revision: 8741
Modified:
trunk/libavformat/raw.c
Log:
Make the declaration of AVInputFormat ac3_demuxer conditional
on CONFIG_AC3_DEMUXER.
Modified: trunk/libavformat/raw.c
==============================================================================
--- trunk/libavformat/raw.c (original)
+++ trunk/libavformat/raw.c Sun Apr 15 14:35:44 2007
@@ -474,6 +474,7 @@ AVOutputFormat flac_muxer = {
};
#endif //CONFIG_MUXERS
+#ifdef CONFIG_AC3_DEMUXER
AVInputFormat ac3_demuxer = {
"ac3",
"raw ac3",
@@ -485,6 +486,7 @@ AVInputFormat ac3_demuxer = {
.flags= AVFMT_GENERIC_INDEX,
.extensions = "ac3",
};
+#endif
#ifdef CONFIG_MUXERS
AVOutputFormat ac3_muxer = {
More information about the ffmpeg-cvslog
mailing list