diff options
author | Mans Rullgard <mans@mansr.com> | 2012-05-17 15:55:14 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-05-29 08:27:19 +0100 |
commit | 7e5880e0cb041d0f1362bddd75130471ffc811ce (patch) | |
tree | d6f21c578766d7e26636a62a8f833dd407275376 /tests/Makefile | |
parent | e999b641df85c4e7fa89dde1c681ddd1d38b0090 (diff) | |
download | ffmpeg-7e5880e0cb041d0f1362bddd75130471ffc811ce.tar.gz |
fate: teach videogen/rotozoom to output a single raw video stream
This makes videogen/rotozoom output a raw video stream on stdout
if no output directory is specified.
Signed-off-by: Mans Rullgard <mans@mansr.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 79316b8d11..35099160a3 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -14,7 +14,7 @@ tests/vsynth1/00.pgm: tests/videogen$(HOSTEXESUF) | tests/vsynth1 $(M)./$< 'tests/vsynth1/' tests/vsynth2/00.pgm: tests/rotozoom$(HOSTEXESUF) | tests/vsynth2 - $(M)./$< 'tests/vsynth2/' $(SRC_PATH)/tests/lena.pnm + $(M)./$< $(SRC_PATH)/tests/lena.pnm 'tests/vsynth2/' tests/data/asynth1.sw: tests/audiogen$(HOSTEXESUF) | tests/data $(M)./$< $@ |