Module: libav Branch: master Commit: 23e6d3d4e27c83e06d00aa072c84d057bd1dad23
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Wed Oct 16 16:42:24 2013 +0200 fate: vpx: Remove one redundant $(eval) invocation --- tests/fate/vpx.mak | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/fate/vpx.mak b/tests/fate/vpx.mak index 35e62c9..8ea726b 100644 --- a/tests/fate/vpx.mak +++ b/tests/fate/vpx.mak @@ -47,7 +47,8 @@ fate-vp8-size-change$(1): CMD = framemd5 $(2) -i $(TARGET_SAMPLES)/vp8/frame_siz fate-vp8-size-change$(1): REF = $(SRC_PATH)/tests/ref/fate/vp8-size-change endef -$(eval $(call FATE_VP8_FULL)) -$(eval $(call FATE_VP8_FULL,-emu-edge,-flags +emu_edge)) +$(call FATE_VP8_FULL) +$(call FATE_VP8_FULL,-emu-edge,-flags +emu_edge) + FATE_SAMPLES_AVCONV-$(CONFIG_VP8_DECODER) += $(FATE_VP8-yes) fate-vp8: $(FATE_VP8-yes) _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
