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
a4880283
Commit
a4880283
authored
Jun 13, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: Do not delete tests/vsynth2 directory, which is no longer created.
parent
9baeff95
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
.gitignore
.gitignore
+0
-1
Makefile
tests/Makefile
+1
-1
No files found.
.gitignore
View file @
a4880283
...
...
@@ -37,7 +37,6 @@ tests/rotozoom
tests/tiny_psnr
tests/videogen
tests/vsynth1
tests/vsynth2
tools/aviocat
tools/cws2fws
tools/graph2dot
...
...
tests/Makefile
View file @
a4880283
...
...
@@ -126,7 +126,7 @@ fate-list:
clean
::
testclean
testclean
:
$(RM)
-r
tests/vsynth1 tests/
vsynth2 tests/
data
$(RM)
-r
tests/vsynth1 tests/data
$(RM)
$
(
CLEANSUFFIXES:%
=
tests/%
)
$(RM)
$
(
TESTTOOLS:%
=
tests/%
$(HOSTEXESUF)
)
...
...
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