summaryrefslogtreecommitdiff
path: root/src/post/planar/pp.c
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-04-09 19:10:58 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-04-09 19:10:58 +0100
commit8063ffb8c0b354d54834ba53b22003dac481de2c (patch)
tree2663524c8c6376ab1ee7dd2a620b0979fc80ddb3 /src/post/planar/pp.c
parent39939c95eff90545285a9a8f761d9fa6e9349358 (diff)
downloadxine-lib-8063ffb8c0b354d54834ba53b22003dac481de2c.tar.gz
xine-lib-8063ffb8c0b354d54834ba53b22003dac481de2c.tar.bz2
Compilation fixes, mostly ffmpeg-related, and linkage fixes.
Tests done on amd64 with ffmpeg 0.svn20080206 from Debian experimental. libavcodec 51.50.0, libavutil 49.6.0, libpostproc 51.1.0
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 dc455a858..c39db87cd 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 <libpostproc/postprocess.h>
+#include <postprocess.h>
#include <pthread.h>
#define PP_STRING_SIZE 256 /* size of pp mode string (including all options) */