mirror of https://git.ffmpeg.org/ffmpeg.git
build: Do not delete tests/vsynth2 directory, which is no longer created.
This commit is contained in:
parent
9baeff9506
commit
a488028362
|
@ -37,7 +37,6 @@ tests/rotozoom
|
|||
tests/tiny_psnr
|
||||
tests/videogen
|
||||
tests/vsynth1
|
||||
tests/vsynth2
|
||||
tools/aviocat
|
||||
tools/cws2fws
|
||||
tools/graph2dot
|
||||
|
|
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in New Issue