Diego Biurrun <di...@biurrun.de> writes: > On Thu, Oct 18, 2012 at 10:46:23AM +0100, Måns Rullgård wrote: >> Diego Biurrun <di...@biurrun.de> writes: >> > On Thu, Oct 18, 2012 at 03:25:50AM +0100, Mans Rullgard wrote: >> >> --- a/tests/fate/microsoft.mak >> >> +++ b/tests/fate/microsoft.mak >> >> @@ -20,23 +20,23 @@ fate-wmv8-drm-nodec: CMD = framecrc -cryptokey >> >> 137381538c84c068111902a59c5cf6c34 >> >> FATE_SAMPLES_AVCONV += $(FATE_WMV8_DRM) >> >> fate-wmv8_drm: $(FATE_WMV8_DRM) >> >> >> >> -FATE_VC1 += fate-vc1_sa00040 >> >> +FATE_VC1-$(CONFIG_VC1_DEMUXER) += fate-vc1_sa00040 >> >> fate-vc1_sa00040: CMD = framecrc -i $(SAMPLES)/vc1/SA00040.vc1 >> >> >> >> -FATE_VC1 += fate-vc1_sa00050 >> >> +FATE_VC1-$(CONFIG_VC1_DEMUXER) += fate-vc1_sa00050 >> >> fate-vc1_sa00050: CMD = framecrc -i $(SAMPLES)/vc1/SA00050.vc1 >> >> >> >> -FATE_VC1 += fate-vc1_sa10091 >> >> +FATE_VC1-$(CONFIG_VC1_DEMUXER) += fate-vc1_sa10091 >> >> fate-vc1_sa10091: CMD = framecrc -i $(SAMPLES)/vc1/SA10091.vc1 >> >> >> >> -FATE_VC1 += fate-vc1_sa20021 >> >> +FATE_VC1-$(CONFIG_VC1_DEMUXER) += fate-vc1_sa20021 >> >> fate-vc1_sa20021: CMD = framecrc -i $(SAMPLES)/vc1/SA20021.vc1 >> >> >> >> -FATE_VC1 += fate-vc1_sa10143 >> >> +FATE_VC1-$(CONFIG_VC1_DEMUXER) += fate-vc1_sa10143 >> >> fate-vc1_sa10143: CMD = framecrc -i $(SAMPLES)/vc1/SA10143.vc1 >> >> >> >> -FATE_VC1 += fate-vc1-ism >> >> +FATE_VC1-$(CONFIG_MOV_DEMUXER) += fate-vc1-ism >> >> fate-vc1-ism: CMD = framecrc -i $(SAMPLES)/isom/vc1-wmapro.ism -an >> > >> > No decoding is done in all these tests? >> >> Read the damn patch, all of it: >> >> +FATE_SAMPLES_AVCONV-$(CONFIG_VC1_DECODER) += $(FATE_VC1-yes) > > So why aren't you using the DEMDEC macro here, like everywhere else?
It isn't needed. -- Måns Rullgård m...@mansr.com _______________________________________________ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel