Commit 7f510436 authored by Rafaël Carré's avatar Rafaël Carré

avcodec: fix avutil version check

ffmpeg/libav doc/APIchanges should not be relied upon
parent 987c2953
...@@ -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