summaryrefslogtreecommitdiff
path: root/vhook/ppm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vhook/ppm.c')
-rw-r--r--vhook/ppm.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/vhook/ppm.c b/vhook/ppm.c
index db76998b5a..6ebfe47524 100644
--- a/vhook/ppm.c
+++ b/vhook/ppm.c
@@ -25,10 +25,10 @@
#include <sys/types.h>
#include <sys/wait.h>
#include <ctype.h>
-#include "framehook.h"
-#include "avformat.h"
-#include "swscale.h"
-#include "avstring.h"
+#include "libavutil/avstring.h"
+#include "libavformat/framehook.h"
+#include "libavformat/avformat.h"
+#include "libswscale/swscale.h"
static int sws_flags = SWS_BICUBIC;