diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-03-20 15:10:39 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-03-20 15:51:58 -0400 |
commit | e056f8d37dfc1252a288b0272256a7562a870003 (patch) | |
tree | 928ac307f0c151c0961c5b62a4361fa5254bb5cc | |
parent | a6733202cc6891f9feec48e33e342e657da3873d (diff) | |
download | ffmpeg-e056f8d37dfc1252a288b0272256a7562a870003.tar.gz |
FATE: use +/- flag option syntax for vp8 emu-edge tests
-rw-r--r-- | 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 f6823651f5..1560fe9d68 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) |