[Ffmpeg-cvslog] r7816 - trunk/libavcodec/mpegaudio.c
michael
subversion
Sun Feb 4 12:20:32 CET 2007
Author: michael
Date: Sun Feb 4 12:20:32 2007
New Revision: 7816
Modified:
trunk/libavcodec/mpegaudio.c
Log:
useless as this file wont be compiled if this is not true
Modified: trunk/libavcodec/mpegaudio.c
==============================================================================
--- trunk/libavcodec/mpegaudio.c (original)
+++ trunk/libavcodec/mpegaudio.c Sun Feb 4 12:20:32 2007
@@ -785,7 +785,6 @@
return 0;
}
-#ifdef CONFIG_MP2_ENCODER
AVCodec mp2_encoder = {
"mp2",
CODEC_TYPE_AUDIO,
@@ -796,6 +795,5 @@
MPA_encode_close,
NULL,
};
-#endif // CONFIG_MP2_ENCODER
#undef FIX
More information about the ffmpeg-cvslog
mailing list