Commit 1d9dc37c authored by michael's avatar michael

useless as this file wont be compiled if this is not true


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7816 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3dc89a5a
...@@ -785,7 +785,6 @@ static int MPA_encode_close(AVCodecContext *avctx) ...@@ -785,7 +785,6 @@ static int MPA_encode_close(AVCodecContext *avctx)
return 0; return 0;
} }
#ifdef CONFIG_MP2_ENCODER
AVCodec mp2_encoder = { AVCodec mp2_encoder = {
"mp2", "mp2",
CODEC_TYPE_AUDIO, CODEC_TYPE_AUDIO,
...@@ -796,6 +795,5 @@ AVCodec mp2_encoder = { ...@@ -796,6 +795,5 @@ AVCodec mp2_encoder = {
MPA_encode_close, MPA_encode_close,
NULL, NULL,
}; };
#endif // CONFIG_MP2_ENCODER
#undef FIX #undef FIX
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment