diff options
author | Reinhard Tartler <siretart@tauware.de> | 2014-11-27 18:21:03 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2014-11-28 17:55:27 -0500 |
commit | 8895bf7b78650c0c21c88cec0484e138ec511a4b (patch) | |
tree | 578169cc2af07b7294880ed62e3cafec31e19241 /tests/Makefile | |
parent | 0f257e29c5520b215e573e7e3abde8e5a4743309 (diff) | |
download | ffmpeg-8895bf7b78650c0c21c88cec0484e138ec511a4b.tar.gz |
Replace lena.pnm
The new reference.pnm is a freely licensed replacement. The photo has
been taken by Reinhard Tartler on August 28 2014, and is licensed under
the expat license as stated at http://www.jclark.com/xml/copying.txt
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 a2ee79b816..13a91b14c3 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -17,7 +17,7 @@ tests/data/vsynth1.yuv: tests/videogen$(HOSTEXESUF) | tests/data $(M)$< $@ tests/data/vsynth2.yuv: tests/rotozoom$(HOSTEXESUF) | tests/data - $(M)$< $(SRC_PATH)/tests/lena.pnm $@ + $(M)$< $(SRC_PATH)/tests/reference.pnm $@ tests/data/asynth% tests/data/vsynth%.yuv tests/vsynth%/00.pgm: TAG = GEN |