diff mpegaudio.c @ 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 c8c591fe26f8
children 4f351b1e02bc
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