diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2014-08-28 13:15:50 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-09-04 15:21:50 +0200 |
commit | c4abee734dcbdb589925dd6da98041dcf663ce49 (patch) | |
tree | 0eee7c2460e11e608c91bc328774da77a126f93b /tests/Makefile | |
parent | 03efd7308289a57fd60df96b2f79e7522dfe844e (diff) | |
download | ffmpeg-c4abee734dcbdb589925dd6da98041dcf663ce49.tar.gz |
Remove non-free tests/lena.pnm and adapt FATE tests to depend on lena.pnm in the SAMPLES directory
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 07557f97b3..184e22031c 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -31,7 +31,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)$< $(SAMPLES)/lena.pnm $@ tests/data/vsynth3.yuv: tests/videogen$(HOSTEXESUF) | tests/data $(M)$< $@ $(FATEW) $(FATEH) |