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.

11 lines
296 B

  1. --- a/libavcodec/wmv2dsp.c
  2. +++ b/libavcodec/wmv2dsp.c
  3. @@ -264,7 +264,7 @@ av_cold void ff_wmv2dsp_init(WMV2DSPCont
  4. c->put_mspel_pixels_tab[6] = put_mspel8_mc22_c;
  5. c->put_mspel_pixels_tab[7] = put_mspel8_mc32_c;
  6. -#if ARCH_MIPS
  7. +#if ARCH_MIPS64
  8. ff_wmv2dsp_init_mips(c);
  9. #endif
  10. }