diff options
author | Mans Rullgard <mans@mansr.com> | 2011-06-06 19:44:29 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-06-22 22:53:07 +0100 |
commit | 698a183e30a5803537ded99e4b7aee640373575c (patch) | |
tree | d9e9bb190835b2cec0da6da397966d38c78a925e /configure | |
parent | 684f4abfac6e007d3481e06e1c0777b826e3ba42 (diff) | |
download | ffmpeg-698a183e30a5803537ded99e4b7aee640373575c.tar.gz |
build: move test rules to tests/Makefile
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3231,6 +3231,7 @@ if enabled source_path_used; then libavutil/Makefile libpostproc/Makefile libswscale/Makefile + tests/Makefile " map 'mkdir -p $v' $DIRS; map 'test -f "$source_path/$v" && $ln_s "$source_path/$v" $v' $FILES |