summaryrefslogtreecommitdiff
path: root/src/post/planar/pp.c
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-03-01 04:00:18 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-03-01 04:00:18 +0100
commit19357940a57c565ebe319729bd08d6e4800aff5d (patch)
tree56c8f37132e27989ab0cef9ddf972bcae6565e33 /src/post/planar/pp.c
parentdd9e47afa23c55c067aa7e3bc1a6321fcc985e2b (diff)
downloadxine-lib-19357940a57c565ebe319729bd08d6e4800aff5d.tar.gz
xine-lib-19357940a57c565ebe319729bd08d6e4800aff5d.tar.bz2
Update to the new FFmpeg's include directory.
This also allows to remove the comment stating the includes come from libavutil, as it's now explicit.
Diffstat (limited to 'src/post/planar/pp.c')
-rw-r--r--src/post/planar/pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/planar/pp.c b/src/post/planar/pp.c
index f8c571dcb..dc455a858 100644
--- a/src/post/planar/pp.c
+++ b/src/post/planar/pp.c
@@ -25,7 +25,7 @@
#include <xine/xine_internal.h>
#include <xine/post.h>
#include <xine/xineutils.h>
-#include "postprocess.h"
+#include <libpostproc/postprocess.h>
#include <pthread.h>
#define PP_STRING_SIZE 256 /* size of pp mode string (including all options) */