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
21fed588
Commit
21fed588
authored
Oct 16, 2012
by
Mans Rullgard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: add macros useful for conditionally enabling things
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
abd8b9e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
Makefile
tests/Makefile
+13
-0
No files found.
tests/Makefile
View file @
21fed588
...
...
@@ -20,6 +20,19 @@ tests/data/vsynth2.yuv: tests/rotozoom$(HOSTEXESUF) | tests/data
tests/data/asynth% tests/data/vsynth%.yuv tests/vsynth%/00.pgm
:
TAG = GEN
ALLYES
=
$
(
strip
$
(
call XYES,
$
(
1
)))
XYES
=
$
(
if
$
(
strip
$
(
1
))
,
\
$
(
if
$
(
CONFIG_
$
(
firstword
$
(
1
)))
,
\
$
(
call XYES,
$
(
wordlist 2,
$
(
words
$
(
1
))
,
$
(
1
))))
,
\
yes
)
ENCDEC
=
$
(
call ALLYES,
$
(
firstword
$
(
1
))
_ENCODER
$
(
lastword
$
(
1
))
_DECODER
\
$
(
firstword
$
(
2
))
_MUXER
$
(
lastword
$
(
2
))
_DEMUXER
)
ENCDEC2
=
$
(
call ALLYES,
$
(
firstword
$
(
1
))
_ENCODER
$
(
lastword
$
(
1
))
_DECODER
\
$
(
firstword
$
(
2
))
_ENCODER
$
(
lastword
$
(
2
))
_DECODER
\
$
(
firstword
$
(
3
))
_MUXER
$
(
lastword
$
(
3
))
_DEMUXER
)
include
$(SRC_PATH)/tests/fate/acodec.mak
include
$(SRC_PATH)/tests/fate/vcodec.mak
...
...
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