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
88608782
Commit
88608782
authored
Oct 20, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: Introduce ENCMUX macro for tests that require encoders and a muxer
parent
6cfca5b6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
Makefile
tests/Makefile
+1
-0
avformat.mak
tests/fate/avformat.mak
+1
-1
seek.mak
tests/fate/seek.mak
+1
-1
No files found.
tests/Makefile
View file @
88608782
...
...
@@ -34,6 +34,7 @@ ENCDEC2 = $(call ALLYES, $(firstword $(1))_ENCODER $(lastword $(1))_DECODER \
$
(
firstword
$
(
3
))
_MUXER
$
(
lastword
$
(
3
))
_DEMUXER
)
DEMDEC
=
$
(
call ALLYES,
$
(
1
)
_DEMUXER
$
(
2:%
=
%_DECODER
))
ENCMUX
=
$
(
call ALLYES,
$
(
2:%
=
%_ENCODER
)
$
(
1
)
_MUXER
)
include
$(SRC_PATH)/tests/fate/acodec.mak
include
$(SRC_PATH)/tests/fate/vcodec.mak
...
...
tests/fate/avformat.mak
View file @
88608782
...
...
@@ -28,7 +28,7 @@ FATE_LAVF-$(call ENCDEC, PGM, IMAGE2PIPE) += pgmpipe
FATE_LAVF-$(call ENCDEC, PNG, IMAGE2) += png
FATE_LAVF-$(call ENCDEC, PPM, IMAGE2) += ppm
FATE_LAVF-$(call ENCDEC, PPM, IMAGE2PIPE) += ppmpipe
FATE_LAVF-$(call
ALLYES, RV10_ENCODER AC3_FIXED_ENCODER RM_MUXER)
+= rm
FATE_LAVF-$(call
ENCMUX, RV10 AC3_FIXED, RM)
+= rm
FATE_LAVF-$(call ENCDEC, PCM_U8, RSO) += rso
FATE_LAVF-$(call ENCDEC, SGI, IMAGE2) += sgi
FATE_LAVF-$(call ENCDEC, PCM_S16LE, SOX) += sox
...
...
tests/fate/seek.mak
View file @
88608782
...
...
@@ -100,7 +100,7 @@ FATE_SEEK-$(call ENCDEC, PGM, IMAGE2) += image_pgm
FATE_SEEK-$(call ENCDEC, PGM, IMAGE2PIPE) += pgmpipe_pgm
FATE_SEEK-$(call ENCDEC, PPM, IMAGE2) += image_ppm
FATE_SEEK-$(call ENCDEC, PPM, IMAGE2PIPE) += ppmpipe_ppm
FATE_SEEK-$(call
ALLYES, RV10_ENCODER AC3_FIXED_ENCODER RM_MUXER)
+= lavf_rm
FATE_SEEK-$(call
ENCMUX, RV10 AC3_FIXED, RM)
+= lavf_rm
FATE_SEEK-$(call ENCDEC, SGI, IMAGE2) += image_sgi
FATE_SEEK-$(call ENCDEC, FLV, SWF) += lavf_swf
FATE_SEEK-$(call ENCDEC, TARGA, IMAGE2) += image_tga
...
...
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