Commit d538309b authored by Rafaël Carré's avatar Rafaël Carré Committed by Jean-Baptiste Kempf

avcodec: fix avutil version check

ffmpeg/libav doc/APIchanges should not be relied upon
(cherry picked from commit 7f510436afb80e7c4bc4a563c7f385c7fb289749)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 474e7ac0
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
# include <avcodec.h> # include <avcodec.h>
#endif #endif
#if LIBAVUTIL_VERSION_INT >= ((52<<16)+(38<<8)+0) #if LIBAVUTIL_VERSION_INT >= ((50<<16)+(38<<8)+0)
# include "libavutil/audioconvert.h" # include "libavutil/audioconvert.h"
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment