[FFmpeg-cvslog] tests/Makefile: Fix missing trailing slash for API tests dir target

George Boyle git at videolan.org
Sun Jun 28 23:37:07 CEST 2015


ffmpeg | branch: master | George Boyle <george at thebuds.net> | Sun Jun 28 02:50:24 2015 +0100| [c78b82f4da74d7bd5452172211fae7ddf6fa0be5] | committer: Michael Niedermayer

tests/Makefile: Fix missing trailing slash for API tests dir target

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c78b82f4da74d7bd5452172211fae7ddf6fa0be5
---

 tests/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile b/tests/Makefile
index 923ac72..9ac7f43 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/'



More information about the ffmpeg-cvslog mailing list