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.
|
|
|
fate-xvid-custom-matrix: CMD = framemd5 -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/mpeg4/xvid_vlc_trac7411.h263
|
|
|
|
fate-xvid-idctmmx: CMD = framemd5 -flags +bitexact -cpuflags all -i $(TARGET_SAMPLES)/mpeg4/xvid_vlc_trac7411.h263
|
|
|
|
|
|
|
|
FATE_XVID-$(call DEMDEC, M4V, MPEG4) += fate-xvid-custom-matrix
|
|
|
|
FATE_XVID-$(filter $(HAVE_MMX_INLINE), $(call DEMDEC, M4V, MPEG4)) += fate-xvid-idctmmx
|
|
|
|
|
|
|
|
FATE_SAMPLES_AVCONV += $(FATE_XVID-yes)
|
|
|
|
|
|
|
|
fate-xvid: $(FATE_XVID-yes)
|