Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
3240b371
Commit
3240b371
authored
Jan 16, 2011
by
Mans Rullgard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: simplify vp8 rules
parent
a6e5d231
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
10 deletions
+7
-10
vp8.mak
tests/fate/vp8.mak
+7
-10
No files found.
tests/fate/vp8.mak
View file @
3240b371
...
...
@@ -6,18 +6,15 @@ fate-vp8-test-vector$(2)-$(1): CMD = framemd5 $(3) -i $(SAMPLES)/vp8-test-vector
fate-vp8-test-vector$(2)-$(1): REF = $(SRC_PATH_BARE)/tests/ref/fate/vp8-test-vector-$(1)
endef
define FATE_VP8_FULL
_SUITE
$(foreach N,$(VP8_SUITE),$(eval $(call FATE_VP8_SUITE,$(N),$(
2),$(VP8_OPT$(1)
))))
define FATE_VP8_FULL
$(foreach N,$(VP8_SUITE),$(eval $(call FATE_VP8_SUITE,$(N),$(
1),$(2
))))
FATE_VP8 += fate-vp8-sign-bias$(
2
)
fate-vp8-sign-bias$(
2): CMD = framemd5 $(VP8_OPT$(1)
) -i $(SAMPLES)/vp8/sintel-signbias.ivf
fate-vp8-sign-bias$(
2
): REF = $(SRC_PATH_BARE)/tests/ref/fate/vp8-sign-bias
FATE_VP8 += fate-vp8-sign-bias$(
1
)
fate-vp8-sign-bias$(
1): CMD = framemd5 $(2
) -i $(SAMPLES)/vp8/sintel-signbias.ivf
fate-vp8-sign-bias$(
1
): REF = $(SRC_PATH_BARE)/tests/ref/fate/vp8-sign-bias
endef
VP8_OPTS = _ _emu_edge_
VP8_OPT_ =
VP8_OPT_emu_edge_ = -flags emu_edge
$(foreach O,$(VP8_OPTS),$(eval $(call FATE_VP8_FULL_SUITE,$(O),$(subst _,-,$(O:_=)))))
$(eval $(call FATE_VP8_FULL))
$(eval $(call FATE_VP8_FULL,-emu-edge,-flags emu_edge))
FATE_TESTS += $(FATE_VP8)
fate-vp8: $(FATE_VP8)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment