X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fcabac_functions.h;h=bb2b4210b7ae0eee1f0617c238b0ea36ba401460;hb=c950beb68dee016e0e0a1b729d40abf700d32d1a;hp=fe72a826cf266a2e37226196388b44ede59af3dc;hpb=0ac379863231dbf84a97a01845c6d00cc00610c1;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;