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.

10 lines
465B

  1. fate-xvid-custom-matrix: CMD = framemd5 -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/mpeg4/xvid_vlc_trac7411.h263
  2. fate-xvid-idctmmx: CMD = framemd5 -flags +bitexact -cpuflags all -i $(TARGET_SAMPLES)/mpeg4/xvid_vlc_trac7411.h263
  3. FATE_XVID-$(call DEMDEC, M4V, MPEG4) += fate-xvid-custom-matrix
  4. FATE_XVID-$(filter $(HAVE_MMX_INLINE), $(call DEMDEC, M4V, MPEG4)) += fate-xvid-idctmmx
  5. FATE_SAMPLES_AVCONV += $(FATE_XVID-yes)
  6. fate-xvid: $(FATE_XVID-yes)