From 245976da2a7f9a4a03dfb6903e9437b7cf2967f4 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 9 May 2008 11:56:36 +0000 Subject: Use full path for #includes from another directory. Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/xiph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/xiph.h') diff --git a/libavcodec/xiph.h b/libavcodec/xiph.h index 7e75750107..0a6b33530e 100644 --- a/libavcodec/xiph.h +++ b/libavcodec/xiph.h @@ -21,7 +21,7 @@ #ifndef FFMPEG_XIPH_H #define FFMPEG_XIPH_H -#include "common.h" +#include "libavutil/common.h" /** * Splits a single extradata buffer into the three headers that most -- cgit v1.2.3