# HG changeset patch # User michael # Date 1170588032 0 # Node ID 926ee87203cb8ddd24dc094454c1f35e0e8ea545 # Parent cfbd1f3d457c438cb94a96fbc32c9b75f61efbae useless as this file wont be compiled if this is not true diff -r cfbd1f3d457c -r 926ee87203cb mpegaudio.c --- 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