diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-08-30 18:16:03 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-08-30 18:16:03 +0200 |
commit | e01770ba013916a706db3bbef58a65e4f822e6ca (patch) | |
tree | f078e42c7db048b39108955c695e3aa818e4f3af /tests/Makefile | |
parent | 4bb2a74ffcaa2ce4fa9d5953a93b11a26540ee32 (diff) | |
download | ffmpeg-e01770ba013916a706db3bbef58a65e4f822e6ca.tar.gz |
fate: Switch default tool to test from avconv to ffmpeg
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 2b717d60f7..53a273762d 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -91,7 +91,7 @@ endif FATE_UTILS = base64 tiny_psnr -TOOL = avconv +TOOL = ffmpeg fate: $(FATE) |