changeset 4472:926ee87203cb libavcodec

useless as this file wont be compiled if this is not true
author michael
date Sun, 04 Feb 2007 11:20:32 +0000
parents cfbd1f3d457c
children 4638532defe5
files mpegaudio.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mpegaudio.c	Sun Feb 04 10:46:28 2007 +0000
+++ b/mpegaudio.c	Sun Feb 04 11:20:32 2007 +0000
@@ -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