[FFmpeg-cvslog] tests/Makefile: New try to fix fate-ffprobe with --target-path.
Carl Eugen Hoyos
git at videolan.org
Tue Nov 11 01:54:56 CET 2014
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Tue Nov 11 01:09:31 2014 +0100| [685f7227dc83df9930e2a5a4d359b51b23cfc0ee] | committer: Michael Niedermayer
tests/Makefile: New try to fix fate-ffprobe with --target-path.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=685f7227dc83df9930e2a5a4d359b51b23cfc0ee
---
tests/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/Makefile b/tests/Makefile
index f08f924..19800dd 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -38,7 +38,7 @@ tests/data/vsynth3.yuv: tests/videogen$(HOSTEXESUF) | tests/data
tests/test_copy.ffmeta: TAG = COPY
tests/test_copy.ffmeta: tests/data
- $(M)cp -f $(SRC_PATH)/tests/test.ffmeta $(TARGET_PATH)/tests/test_copy.ffmeta
+ $(M)cp -f $(SRC_PATH)/tests/test.ffmeta tests/test_copy.ffmeta
tests/data/ffprobe-test.nut: ffmpeg$(EXESUF) tests/test_copy.ffmeta
$(M)$(TARGET_EXEC) ./$< \
More information about the ffmpeg-cvslog
mailing list