[FFmpeg-cvslog] x86: cabac: Use correct #includes to make header compile standalone

Diego Biurrun git at videolan.org
Wed Mar 5 21:34:10 CET 2014


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Mar  4 19:26:28 2014 +0100| [3741aa37c2a0d0717faff74a5c4cc357d16f6d1d] | committer: Diego Biurrun

x86: cabac: Use correct #includes to make header compile standalone

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3741aa37c2a0d0717faff74a5c4cc357d16f6d1d
---

 libavcodec/x86/cabac.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/x86/cabac.h b/libavcodec/x86/cabac.h
index fdb0a29..d1701bf 100644
--- a/libavcodec/x86/cabac.h
+++ b/libavcodec/x86/cabac.h
@@ -23,8 +23,8 @@
 
 #include "libavcodec/cabac.h"
 #include "libavutil/attributes.h"
+#include "libavutil/macros.h"
 #include "libavutil/x86/asm.h"
-#include "libavutil/internal.h"
 #include "config.h"
 
 #if HAVE_INLINE_ASM



More information about the ffmpeg-cvslog mailing list