[Ffmpeg-cvslog] r7627 - trunk/libavcodec/allcodecs.c

mru subversion
Sun Jan 21 23:31:52 CET 2007


Author: mru
Date: Sun Jan 21 23:31:52 2007
New Revision: 7627

Modified:
   trunk/libavcodec/allcodecs.c

Log:
remove the last #ifdef from allcodecs.c


Modified: trunk/libavcodec/allcodecs.c
==============================================================================
--- trunk/libavcodec/allcodecs.c	(original)
+++ trunk/libavcodec/allcodecs.c	Sun Jan 21 23:31:52 2007
@@ -172,10 +172,8 @@
     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);




More information about the ffmpeg-cvslog mailing list