diff options
author | Diego Biurrun <diego@biurrun.de> | 2019-02-03 12:59:57 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2019-02-16 13:09:35 +0100 |
commit | 7e5bde93a1e7641e1622814dafac0be3f413d79b (patch) | |
tree | b22f070eef34068ec18543b5921a112ae8fc6ea1 /tests/Makefile | |
parent | 90b15f60bf4919deaed66d868e18107eba371da7 (diff) | |
download | ffmpeg-streaming-7e5bde93a1e7641e1622814dafac0be3f413d79b.zip ffmpeg-streaming-7e5bde93a1e7641e1622814dafac0be3f413d79b.tar.gz |
build: Rename OBJDIRS variable to OUTDIRS
These directories are not just for object files.
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 9fec132..c3dd587 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -2,7 +2,7 @@ THREADS = 1 VREF = tests/vsynth1/00.pgm AREF = tests/data/asynth1.sw -OBJDIRS += tests/data tests/vsynth1 tests/data/filtergraphs +OUTDIRS += tests/data tests/vsynth1 tests/data/filtergraphs $(VREF): tests/videogen$(HOSTEXESUF) | tests/vsynth1 $(M)./$< 'tests/vsynth1/' |