From bf60f563aadc9bba2e1b82c6ae8cf496131fa831 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sun, 21 Jan 2007 22:31:52 +0000 Subject: [PATCH] remove the last #ifdef from allcodecs.c Originally committed as revision 7627 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/allcodecs.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index aed7c38..b3cad13 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -172,10 +172,8 @@ void avcodec_register_all(void) REGISTER_ENCODER(MP3LAME, mp3lame); REGISTER_DECODER(MP3ON4, mp3on4); REGISTER_DECODER(MPC7, mpc7); -#ifdef CONFIG_LIBVORBIS if (!ENABLE_VORBIS_ENCODER) REGISTER_ENCODER(OGGVORBIS, oggvorbis); if (!ENABLE_VORBIS_DECODER) REGISTER_DECODER(OGGVORBIS, oggvorbis); -#endif REGISTER_DECODER(QDM2, qdm2); REGISTER_DECODER(RA_144, ra_144); REGISTER_DECODER(RA_288, ra_288); -- 2.7.4