summaryrefslogtreecommitdiffstats
path: root/fmt-conversion.h
diff options
context:
space:
mode:
Diffstat (limited to 'fmt-conversion.h')
-rw-r--r--fmt-conversion.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/fmt-conversion.h b/fmt-conversion.h
index adbf7a028b..86121f584d 100644
--- a/fmt-conversion.h
+++ b/fmt-conversion.h
@@ -1,11 +1,7 @@
#ifndef MPLAYER_FMT_CONVERSION_H
#define MPLAYER_FMT_CONVERSION_H
-#ifdef USE_LIBAVUTIL_SO
-#include <ffmpeg/avutil.h>
-#else
-#include "avutil.h"
-#endif
+#include "libavutil/avutil.h"
#include "img_format.h"
enum PixelFormat imgfmt2pixfmt(int fmt)