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
7c0c97cc
Commit
7c0c97cc
authored
Aug 16, 2014
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: Fix ffprobe tests with --target-path set.
parent
6f78c703
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
Makefile
tests/Makefile
+6
-2
No files found.
tests/Makefile
View file @
7c0c97cc
...
...
@@ -36,10 +36,14 @@ tests/data/vsynth2.yuv: tests/rotozoom$(HOSTEXESUF) | tests/data
tests/data/vsynth3.yuv
:
tests/videogen$(HOSTEXESUF) | tests/data
$(M)$<
$@
$(FATEW)
$(FATEH)
tests/data/ffprobe-test.nut
:
ffmpeg$(EXESUF) | tests/data
tests/test.ffmeta
:
TAG = COPY
tests/test.ffmeta
:
$(M)
cp
-f
$(SRC_PATH)
/tests/test.ffmeta
$(TARGET_PATH)
/tests/test.ffmeta
tests/data/ffprobe-test.nut
:
ffmpeg$(EXESUF) | tests/data tests/test.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
$(
SRC
_PATH)
/tests/test.ffmeta
\
-f
ffmetadata
-i
$(
TARGET
_PATH)
/tests/test.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
\
...
...
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