diff i386/h264_i386.h @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 33896780c612
children c4a4495715dd
line wrap: on
line diff
--- a/i386/h264_i386.h	Fri May 09 10:44:12 2008 +0000
+++ b/i386/h264_i386.h	Fri May 09 11:56:36 2008 +0000
@@ -29,8 +29,7 @@
 #ifndef FFMPEG_H264_I386_H
 #define FFMPEG_H264_I386_H
 
-
-#include "cabac.h"
+#include "libavcodec/cabac.h"
 
 //FIXME use some macros to avoid duplicating get_cabac (cannot be done yet
 //as that would make optimization work hard)