[FFmpeg-cvslog] FATE: use +/- flag option syntax for vp8 emu-edge tests

Justin Ruggles git at videolan.org
Wed Mar 21 02:35:05 CET 2012


ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Tue Mar 20 15:10:39 2012 -0400| [e056f8d37dfc1252a288b0272256a7562a870003] | committer: Justin Ruggles

FATE: use +/- flag option syntax for vp8 emu-edge tests

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e056f8d37dfc1252a288b0272256a7562a870003
---

 tests/fate/vpx.mak |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/fate/vpx.mak b/tests/fate/vpx.mak
index f682365..1560fe9 100644
--- a/tests/fate/vpx.mak
+++ b/tests/fate/vpx.mak
@@ -41,6 +41,6 @@ fate-vp8-sign-bias$(1): REF = $(SRC_PATH)/tests/ref/fate/vp8-sign-bias
 endef
 
 $(eval $(call FATE_VP8_FULL))
-$(eval $(call FATE_VP8_FULL,-emu-edge,-flags emu_edge))
+$(eval $(call FATE_VP8_FULL,-emu-edge,-flags +emu_edge))
 FATE_TESTS += $(FATE_VP8)
 fate-vp8: $(FATE_VP8)



More information about the ffmpeg-cvslog mailing list