diff options
author | James Almer <jamrial@gmail.com> | 2019-03-10 19:31:13 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2019-03-10 19:31:13 -0300 |
commit | 06476249cd2332e30b66576633b2827adf3478dd (patch) | |
tree | b977685c57c04c49897d7210c58790dcd8f1035f /tests/Makefile | |
parent | 715186456c556d94265e6376a38941c17d6a0ad6 (diff) | |
parent | 7e5bde93a1e7641e1622814dafac0be3f413d79b (diff) | |
download | ffmpeg-streaming-06476249cd2332e30b66576633b2827adf3478dd.zip ffmpeg-streaming-06476249cd2332e30b66576633b2827adf3478dd.tar.gz |
Merge commit '7e5bde93a1e7641e1622814dafac0be3f413d79b'
* commit '7e5bde93a1e7641e1622814dafac0be3f413d79b':
build: Rename OBJDIRS variable to OUTDIRS
Merged-by: James Almer <jamrial@gmail.com>
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 90801b4..0e80977 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -10,7 +10,7 @@ FFMPEG=ffmpeg$(PROGSSUF)$(EXESUF) $(AREF): CMP= APITESTSDIR := tests/api -OBJDIRS += tests/data tests/vsynth1 tests/data/filtergraphs $(APITESTSDIR)/ +OUTDIRS += tests/data tests/vsynth1 tests/data/filtergraphs $(APITESTSDIR)/ $(VREF): tests/videogen$(HOSTEXESUF) | tests/vsynth1 $(M)./$< 'tests/vsynth1/' |