[SCM] libav/experimental: x86: cabac: Use correct #includes to make header compile standalone

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:01:48 UTC 2014


The following commit has been merged in the experimental branch:
commit 3741aa37c2a0d0717faff74a5c4cc357d16f6d1d
Author: Diego Biurrun <diego at biurrun.de>
Date:   Tue Mar 4 19:26:28 2014 +0100

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

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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list