X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fcabac_functions.h;h=bb2b4210b7ae0eee1f0617c238b0ea36ba401460;hb=b2f32d60eeaf883bb7d9e1b8cc2fb9a983d08f72;hp=fe72a826cf266a2e37226196388b44ede59af3dc;hpb=f5c67c431ef9d60deb6451d6499e10b9ad510335;p=ffmpeg diff --git a/libavcodec/cabac_functions.h b/libavcodec/cabac_functions.h index fe72a826cf2..bb2b4210b7a 100644 --- a/libavcodec/cabac_functions.h +++ b/libavcodec/cabac_functions.h @@ -45,6 +45,9 @@ #if ARCH_X86 # include "x86/cabac.h" #endif +#if ARCH_MIPS +# include "mips/cabac.h" +#endif static const uint8_t * const ff_h264_norm_shift = ff_h264_cabac_tables + H264_NORM_SHIFT_OFFSET; static const uint8_t * const ff_h264_lps_range = ff_h264_cabac_tables + H264_LPS_RANGE_OFFSET;