diff options
author | George Boyle <george@thebuds.net> | 2015-06-28 02:50:24 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-06-28 23:29:59 +0200 |
commit | c78b82f4da74d7bd5452172211fae7ddf6fa0be5 (patch) | |
tree | 86f3060a33dcb57d90ac33deb820d58f01df30bb /tests/Makefile | |
parent | a5f617e9ec8e4ea4bb3d8c78a61eb921f50d881b (diff) | |
download | ffmpeg-c78b82f4da74d7bd5452172211fae7ddf6fa0be5.tar.gz |
tests/Makefile: Fix missing trailing slash for API tests dir target
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 923ac72b47..9ac7f4355c 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -17,7 +17,7 @@ ffservertest: ffserver$(EXESUF) tests/vsynth1/00.pgm tests/data/asynth1.sw $(SRC_PATH)/tests/ffserver-regression.sh $(FFSERVER_REFFILE) $(SRC_PATH)/tests/ffserver.conf APITESTSDIR := tests/api -OBJDIRS += tests/data tests/vsynth1 tests/data/filtergraphs $(APITESTSDIR) +OBJDIRS += tests/data tests/vsynth1 tests/data/filtergraphs $(APITESTSDIR)/ $(VREF): tests/videogen$(HOSTEXESUF) | tests/vsynth1 $(M)./$< 'tests/vsynth1/' |