vlc/vlc-2.0 | branch: master | Rafaël Carré <[email protected]> | Sat Jan 28 23:14:11 2012 -0500| [5a53397f1c8e02631b93694a46cf4786c0381298] | committer: Rafaël Carré
'SONC' codec is not even mentioned in libavcodec anymore (cherry picked from commit 3cb559491e0ade3f98b029ef2e690ea32191a296) Signed-off-by: Rafaël Carré <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=5a53397f1c8e02631b93694a46cf4786c0381298 --- 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 e595b10..c63b554 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
