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
e9ba6b37
Commit
e9ba6b37
authored
Jan 29, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: Use order-only prerequisites for creating FATE reference file dirs.
parent
6b039003
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
Makefile
tests/Makefile
+6
-8
No files found.
tests/Makefile
View file @
e9ba6b37
...
...
@@ -5,20 +5,18 @@ REFS = $(AREF) $(VREF)
$(VREF)
:
avconv$(EXESUF) tests/vsynth1/00.pgm tests/vsynth2/00.pgm
$(AREF)
:
avconv$(EXESUF) tests/data/asynth1.sw
tests/vsynth1/00.pgm
:
tests/videogen$(HOSTEXESUF)
@
mkdir
-p
tests/vsynth1
OBJDIRS
+=
tests/data tests/vsynth1 tests/vsynth2
tests/vsynth1/00.pgm
:
tests/videogen$(HOSTEXESUF) | tests/vsynth1
$(M)
./
$<
'tests/vsynth1/'
tests/vsynth2/00.pgm
:
tests/rotozoom$(HOSTEXESUF)
@
mkdir
-p
tests/vsynth2
tests/vsynth2/00.pgm
:
tests/rotozoom$(HOSTEXESUF) | tests/vsynth2
$(M)
./
$<
'tests/vsynth2/'
$(SRC_PATH)
/tests/lena.pnm
tests/data/asynth1.sw
:
tests/audiogen$(HOSTEXESUF)
@
mkdir
-p
tests/data
tests/data/asynth1.sw
:
tests/audiogen$(HOSTEXESUF) | tests/data
$(M)
./
$<
$@
tests/data/asynth-16000-1.sw
:
tests/audiogen$(HOSTEXESUF)
@
mkdir
-p
tests/data
tests/data/asynth-16000-1.sw
:
tests/audiogen$(HOSTEXESUF) | tests/data
$(M)
./
$<
$@
16000 1
tests/data/asynth%.sw tests/vsynth%/00.pgm
:
TAG = GEN
...
...
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