diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-03-04 19:26:28 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-03-05 13:32:25 +0100 |
commit | 3741aa37c2a0d0717faff74a5c4cc357d16f6d1d (patch) | |
tree | ea50b2318801b1b34a8247bf2896e1f9a7a84570 | |
parent | e995cf1bccc6e91bbaa6a8771e23fb3ab259c110 (diff) | |
download | ffmpeg-3741aa37c2a0d0717faff74a5c4cc357d16f6d1d.tar.gz |
x86: cabac: Use correct #includes to make header compile standalone
-rw-r--r-- | libavcodec/x86/cabac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/cabac.h b/libavcodec/x86/cabac.h index fdb0a2975c..d1701bf071 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 |