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

avcodec: don't include non existing header

(cherry picked from commit b3a6617f9d6a0ddff58ec72871b02dbf98fb4f37)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 406d8298
...@@ -41,7 +41,9 @@ ...@@ -41,7 +41,9 @@
# include <avcodec.h> # include <avcodec.h>
#endif #endif
#include "libavutil/audioconvert.h" #if LIBAVUTIL_VERSION_INT >= ((52<<16)+(38<<8)+0)
# include "libavutil/audioconvert.h"
#endif
#include "avcodec.h" #include "avcodec.h"
......
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