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
1d4480d3
Commit
1d4480d3
authored
Oct 03, 2014
by
Carl Eugen Hoyos
Committed by
Michael Niedermayer
Oct 08, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests/Makefile: Fix fate-ffprobe with --target-path
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
f703c8cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Makefile
tests/Makefile
+6
-6
No files found.
tests/Makefile
View file @
1d4480d3
...
...
@@ -36,14 +36,14 @@ tests/data/vsynth2.yuv: tests/rotozoom$(HOSTEXESUF) | tests/data
tests/data/vsynth3.yuv
:
tests/videogen$(HOSTEXESUF) | tests/data
$(M)$<
$@
$(FATEW)
$(FATEH)
tests/test.ffmeta
:
TAG = COPY
tests/test
.ffmeta
:
$(M)
cp
-f
$(SRC_PATH)
/tests/test.ffmeta
$(TARGET_PATH)
/tests/test.ffmeta
tests/test
_copy
.ffmeta
:
TAG = COPY
tests/test
_copy.ffmeta
:
tests/data
$(M)
cp
-f
$(SRC_PATH)
/tests/test.ffmeta
$(TARGET_PATH)
/tests/test
_copy
.ffmeta
tests/data/ffprobe-test.nut
:
ffmpeg$(EXESUF)
| tests/data tests/test
.ffmeta
tests/data/ffprobe-test.nut
:
ffmpeg$(EXESUF)
tests/test_copy
.ffmeta
$(M)$(TARGET_EXEC)
./
$<
\
-f
lavfi
-i
"aevalsrc=sin(400*PI*2*t):d=0.125[out0]; testsrc=d=0.125[out1]; testsrc=s=100x100:d=0.125[out2]"
\
-f
ffmetadata
-i
$(TARGET_PATH)
/tests/test.ffmeta
\
-f
ffmetadata
-i
$(TARGET_PATH)
/tests/test
_copy
.ffmeta
\
-flags
+bitexact
-map
0:0
-map
0:1
-map
0:2
-map_metadata
1
\
-map_metadata
:s:0 1:s:0
-map_metadata
:s:1 1:s:1
\
-vcodec
rawvideo
-acodec
pcm_s16le
\
...
...
@@ -216,7 +216,7 @@ testclean:
$(RM)
-r
tests/vsynth1 tests/data tools/lavfi-showfiltfmts
$(EXESUF)
$(RM)
$
(
CLEANSUFFIXES:%
=
tests/%
)
$(RM)
$
(
TESTTOOLS:%
=
tests/%
$(HOSTEXESUF)
)
$(RM)
tests/pixfmts.mak
$(RM)
tests/pixfmts.mak
tests/test_copy.ffmeta
-include
$(wildcard
tests/*.d)
...
...
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