[FFmpeg-cvslog] fate: vpx: Remove one redundant $(eval) invocation
Diego Biurrun
git at videolan.org
Mon Oct 21 19:48:12 CEST 2013
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Oct 16 16:42:24 2013 +0200| [23e6d3d4e27c83e06d00aa072c84d057bd1dad23] | committer: Diego Biurrun
fate: vpx: Remove one redundant $(eval) invocation
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=23e6d3d4e27c83e06d00aa072c84d057bd1dad23
---
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)
More information about the ffmpeg-cvslog
mailing list