summaryrefslogtreecommitdiffstats
path: root/postproc/swscale_internal.h
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_internal.h
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_internal.h')
-rw-r--r--postproc/swscale_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc/swscale_internal.h b/postproc/swscale_internal.h
index fff873297c..9a8a9b4b35 100644
--- a/postproc/swscale_internal.h
+++ b/postproc/swscale_internal.h
@@ -29,7 +29,7 @@
#define AVV(x...) {x}
#endif
-#include "../mp_msg.h"
+#include "mp_msg.h"
#define MSG_WARN(args...) mp_msg(MSGT_SWS,MSGL_WARN, ##args )
#define MSG_FATAL(args...) mp_msg(MSGT_SWS,MSGL_FATAL, ##args )