projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93731ff
)
useless as this file wont be compiled if this is not true
author
Michael Niedermayer
<michaelni@gmx.at>
Sun, 4 Feb 2007 11:20:32 +0000
(11:20 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sun, 4 Feb 2007 11:20:32 +0000
(11:20 +0000)
Originally committed as revision 7816 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpegaudio.c
patch
|
blob
|
history
diff --git
a/libavcodec/mpegaudio.c
b/libavcodec/mpegaudio.c
index
2e5e28a
..
aa93442
100644
(file)
--- a/
libavcodec/mpegaudio.c
+++ b/
libavcodec/mpegaudio.c
@@
-785,7
+785,6
@@
static int MPA_encode_close(AVCodecContext *avctx)
return 0;
}
-#ifdef CONFIG_MP2_ENCODER
AVCodec mp2_encoder = {
"mp2",
CODEC_TYPE_AUDIO,
@@
-796,6
+795,5
@@
AVCodec mp2_encoder = {
MPA_encode_close,
NULL,
};
-#endif // CONFIG_MP2_ENCODER
#undef FIX