summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rw-r--r--video/filter/vf_pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/filter/vf_pp.c b/video/filter/vf_pp.c
index 1d9abd8ce2..23d43eccce 100644
--- a/video/filter/vf_pp.c
+++ b/video/filter/vf_pp.c
@@ -22,6 +22,7 @@
#include <inttypes.h>
#include <errno.h>
#include <assert.h>
+#include <libpostproc/postprocess.h>
#include "config.h"
#include "common/msg.h"
@@ -30,7 +31,6 @@
#include "video/img_format.h"
#include "video/mp_image.h"
#include "vf.h"
-#include "libpostproc/postprocess.h"
struct vf_priv_s {
int pp;