Browse Source

avcodec/cabac_functions: fix "warning: UNCHECKED_BITSTREAM_READER is not defined, evaluates to 0"

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit a67b6c9541)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3.4
Michael Niedermayer 11 years ago
parent
commit
6952f6f39b
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      libavcodec/cabac_functions.h

+ 4
- 0
libavcodec/cabac_functions.h View File

@@ -32,6 +32,10 @@
#include "cabac.h"
#include "config.h"

#ifndef UNCHECKED_BITSTREAM_READER
#define UNCHECKED_BITSTREAM_READER !CONFIG_SAFE_BITSTREAM_READER
#endif

#if ARCH_AARCH64
# include "aarch64/cabac.h"
#endif


Loading…
Cancel
Save