summaryrefslogtreecommitdiffstats
path: root/spudec.c
diff options
context:
space:
mode:
Diffstat (limited to 'spudec.c')
-rw-r--r--spudec.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/spudec.c b/spudec.c
index f5eb20f786..ebaba6bd5f 100644
--- a/spudec.c
+++ b/spudec.c
@@ -23,7 +23,11 @@
#include <math.h>
#include "libvo/video_out.h"
#include "spudec.h"
+#ifdef USE_LIBAVUTIL_SO
+#include <ffmpeg/avutil.h>
+#else
#include "avutil.h"
+#endif
#include "libswscale/swscale.h"
#define MIN(a, b) ((a)<(b)?(a):(b))