Mercurial > libavcodec.hg
diff allcodecs.c @ 5841:8cdb7ff18b4e libavcodec
ensure all compiled in codec/muxer are registered
author | aurel |
---|---|
date | Thu, 18 Oct 2007 23:59:31 +0000 |
parents | 1c2feee3a8d5 |
children | 82ac47c0c6dd |
line wrap: on
line diff
--- a/allcodecs.c Thu Oct 18 21:03:10 2007 +0000 +++ b/allcodecs.c Thu Oct 18 23:59:31 2007 +0000 @@ -190,8 +190,7 @@ REGISTER_ENCDEC (LIBGSM_MS, libgsm_ms); REGISTER_ENCODER (LIBMP3LAME, libmp3lame); REGISTER_ENCODER (LIBTHEORA, libtheora); - if (!ENABLE_VORBIS_ENCODER) REGISTER_ENCODER (LIBVORBIS, libvorbis); - if (!ENABLE_VORBIS_DECODER) REGISTER_DECODER (LIBVORBIS, libvorbis); + REGISTER_ENCDEC (LIBVORBIS, libvorbis); REGISTER_DECODER (MACE3, mace3); REGISTER_DECODER (MACE6, mace6); REGISTER_ENCDEC (MP2, mp2);