summaryrefslogtreecommitdiffstats
path: root/fmt-conversion.h
diff options
context:
space:
mode:
Diffstat (limited to 'fmt-conversion.h')
-rw-r--r--fmt-conversion.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fmt-conversion.h b/fmt-conversion.h
index 0103365e8b..dfacd94986 100644
--- a/fmt-conversion.h
+++ b/fmt-conversion.h
@@ -1,4 +1,8 @@
+#ifdef USE_LIBAVUTIL_SO
+#include <ffmpeg/avutil.h>
+#else
#include "avutil.h"
+#endif
#include "img_format.h"
enum PixelFormat imgfmt2pixfmt(int fmt)