changeset 108:83d51d1fb580 libpostproc

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 7cbdc99cc753
children 4c5594af9816
files postprocess.c postprocess_altivec_template.c postprocess_internal.h postprocess_template.c
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/postprocess.c	Thu Apr 24 10:17:55 2008 +0000
+++ b/postprocess.c	Fri May 09 11:56:36 2008 +0000
@@ -74,7 +74,7 @@
 //Changelog: use the Subversion log
 
 #include "config.h"
-#include "avutil.h"
+#include "libavutil/avutil.h"
 #include <inttypes.h>
 #include <stdio.h>
 #include <stdlib.h>
--- a/postprocess_altivec_template.c	Thu Apr 24 10:17:55 2008 +0000
+++ b/postprocess_altivec_template.c	Fri May 09 11:56:36 2008 +0000
@@ -20,7 +20,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include "avutil.h"
+#include "libavutil/avutil.h"
 
 #define ALTIVEC_TRANSPOSE_8x8_SHORT(src_a,src_b,src_c,src_d,src_e,src_f,src_g,src_h) \
     do {                                                          \
--- a/postprocess_internal.h	Thu Apr 24 10:17:55 2008 +0000
+++ b/postprocess_internal.h	Fri May 09 11:56:36 2008 +0000
@@ -26,7 +26,7 @@
 #ifndef FFMPEG_POSTPROCESS_INTERNAL_H
 #define FFMPEG_POSTPROCESS_INTERNAL_H
 
-#include "avutil.h"
+#include "libavutil/avutil.h"
 #include "postprocess.h"
 
 #define V_DEBLOCK       0x01
--- a/postprocess_template.c	Thu Apr 24 10:17:55 2008 +0000
+++ b/postprocess_template.c	Fri May 09 11:56:36 2008 +0000
@@ -23,7 +23,7 @@
  * mmx/mmx2/3dnow postprocess code.
  */
 
-#include "x86_cpu.h"
+#include "libavutil/x86_cpu.h"
 
 #define ALIGN_MASK "$-8"