vlc | branch: master | Rafaël Carré <[email protected]> | Sun Jan 29 17:55:07 2012 -0500| [7f510436afb80e7c4bc4a563c7f385c7fb289749] | committer: Rafaël Carré
avcodec: fix avutil version check ffmpeg/libav doc/APIchanges should not be relied upon > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7f510436afb80e7c4bc4a563c7f385c7fb289749 --- modules/codec/avcodec/audio.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/codec/avcodec/audio.c b/modules/codec/avcodec/audio.c index dbe2bed..c782bb9 100644 --- a/modules/codec/avcodec/audio.c +++ b/modules/codec/avcodec/audio.c @@ -41,7 +41,7 @@ # include <avcodec.h> #endif -#if LIBAVUTIL_VERSION_INT >= ((52<<16)+(38<<8)+0) +#if LIBAVUTIL_VERSION_INT >= ((50<<16)+(38<<8)+0) # include "libavutil/audioconvert.h" #endif _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
