Browse Source

Merge commit '3741aa37c2a0d0717faff74a5c4cc357d16f6d1d'

* commit '3741aa37c2a0d0717faff74a5c4cc357d16f6d1d':
  x86: cabac: Use correct #includes to make header compile standalone

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
Michael Niedermayer 12 years ago
parent
commit
146b476ba0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/x86/cabac.h

+ 1
- 1
libavcodec/x86/cabac.h View File

@@ -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)))\


Loading…
Cancel
Save