summaryrefslogtreecommitdiffstats
path: root/postproc/swscale-example.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-14 00:30:37 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-14 00:30:37 +0000
commitfb20d201d701b74ec86d6dd552777b277928c26f (patch)
treed057e378b329a5d676a750a5fe85553c5e3c69f5 /postproc/swscale-example.c
parent68ecbc34f1cb29dfda116724c87d602eba961eb2 (diff)
downloadmpv-fb20d201d701b74ec86d6dd552777b277928c26f.tar.bz2
mpv-fb20d201d701b74ec86d6dd552777b277928c26f.tar.xz
Unify include paths, -I.. is in CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16986 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc/swscale-example.c')
-rw-r--r--postproc/swscale-example.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/postproc/swscale-example.c b/postproc/swscale-example.c
index ce245b091b..3509eca6bf 100644
--- a/postproc/swscale-example.c
+++ b/postproc/swscale-example.c
@@ -22,10 +22,10 @@
#include <inttypes.h>
#include <stdarg.h>
-#include "../config.h"
+#include "config.h"
#include "swscale.h"
-#include "../libvo/img_format.h"
+#include "libvo/img_format.h"
static int testFormat[]={
IMGFMT_YVU9,