# HG changeset patch # User diego # Date 1210334196 0 # Node ID 83d51d1fb580746333fdfb9967804dbbb83cae23 # Parent 7cbdc99cc75375e3b0d1e5da349893891ec67b33 Use full path for #includes from another directory. diff -r 7cbdc99cc753 -r 83d51d1fb580 postprocess.c --- 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 #include #include diff -r 7cbdc99cc753 -r 83d51d1fb580 postprocess_altivec_template.c --- 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 { \ diff -r 7cbdc99cc753 -r 83d51d1fb580 postprocess_internal.h --- 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 diff -r 7cbdc99cc753 -r 83d51d1fb580 postprocess_template.c --- 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"