summaryrefslogtreecommitdiffstats
path: root/spudec.c
diff options
context:
space:
mode:
Diffstat (limited to 'spudec.c')
-rw-r--r--spudec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/spudec.c b/spudec.c
index 6b10e5ffa0..0b0327e4e5 100644
--- a/spudec.c
+++ b/spudec.c
@@ -23,7 +23,7 @@
#include <math.h>
#include "libvo/video_out.h"
#include "spudec.h"
-#include "postproc/swscale.h"
+#include "libswscale/swscale.h"
#define MIN(a, b) ((a)<(b)?(a):(b))