vlc | branch: master | Rafaël Carré <[email protected]> | Sat Jan 28 23:14:11 2012 -0500| [3cb559491e0ade3f98b029ef2e690ea32191a296] | committer: Rafaël Carré
'SONC' codec is not even mentioned in libavcodec anymore > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3cb559491e0ade3f98b029ef2e690ea32191a296 --- modules/codec/avcodec/fourcc.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c index 6cc9f25..17eb87a 100644 --- a/modules/codec/avcodec/fourcc.c +++ b/modules/codec/avcodec/fourcc.c @@ -358,7 +358,9 @@ static const struct { VLC_CODEC_ATRAC3, CODEC_ID_ATRAC3, AUDIO_ES }, +#if LIBAVCODEC_VERSION_MAJOR < 54 { VLC_CODEC_SONIC, CODEC_ID_SONIC, AUDIO_ES }, +#endif { VLC_CODEC_IMC, CODEC_ID_IMC, AUDIO_ES }, _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
