summaryrefslogtreecommitdiff
path: root/postproc/swscale_internal.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2005-11-14 00:30:37 +0000
committerDiego Biurrun <diego@biurrun.de>2005-11-14 00:30:37 +0000
commitb2d374c9587e48b9861e346bce4b12d96308c78d (patch)
treeaf16b74bac5625e56b70b310038c7d8e515ecfeb /postproc/swscale_internal.h
parent52ceae062433244857d03d1f5c6d94bdd72bfc4e (diff)
Unify include paths, -I.. is in CFLAGS.
Originally committed as revision 16986 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
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 )