diff postproc/swscale_internal.h @ 16985:08cac43f1e38

Unify include paths, -I.. is in CFLAGS.
author diego
date Mon, 14 Nov 2005 00:30:37 +0000
parents 43e55b3d1af0
children 401b440a6d76
line wrap: on
line diff
--- a/postproc/swscale_internal.h	Sun Nov 13 21:53:26 2005 +0000
+++ b/postproc/swscale_internal.h	Mon Nov 14 00:30:37 2005 +0000
@@ -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 )