Commit 146b476b authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '3741aa37'

* commit '3741aa37':
  x86: cabac: Use correct #includes to make header compile standalone
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 12b97dd3 3741aa37
......@@ -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 (defined(__i386) && defined(__clang__) && (__clang_major__<2 || (__clang_major__==2 && __clang_minor__<10)))\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment