You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
476 B

  1. --- a/libavcodec/mips/cabac.h
  2. +++ b/libavcodec/mips/cabac.h
  3. @@ -30,6 +30,7 @@
  4. #include "libavutil/mips/mmiutils.h"
  5. #include "config.h"
  6. +#ifndef __mips16
  7. #define get_cabac_inline get_cabac_inline_mips
  8. static av_always_inline int get_cabac_inline_mips(CABACContext *c,
  9. uint8_t * const state){
  10. @@ -225,4 +226,6 @@ static av_always_inline int get_cabac_by
  11. return res;
  12. }
  13. +
  14. +#endif
  15. #endif /* AVCODEC_MIPS_CABAC_H */