diff mathops.h @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 4e37a1156d72
children 84dd52687931
line wrap: on
line diff
--- a/mathops.h	Fri May 09 10:44:12 2008 +0000
+++ b/mathops.h	Fri May 09 11:56:36 2008 +0000
@@ -22,7 +22,7 @@
 #ifndef FFMPEG_MATHOPS_H
 #define FFMPEG_MATHOPS_H
 
-#include "common.h"
+#include "libavutil/common.h"
 
 #ifdef ARCH_X86_32