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/vc1data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vc1data.h') diff --git a/libavcodec/vc1data.h b/libavcodec/vc1data.h index 5d995d754f..0c8b1fa8af 100644 --- a/libavcodec/vc1data.h +++ b/libavcodec/vc1data.h @@ -29,8 +29,8 @@ #define FFMPEG_VC1DATA_H #include +#include "libavutil/rational.h" #include "bitstream.h" -#include "rational.h" /** Table for conversion between TTBLK and TTMB */ extern const int ff_vc1_ttblk_to_tt[3][8]; -- cgit v1.2.3