[FFmpeg-cvslog] travis: fix dependencies
James Almer
git at videolan.org
Sat Sep 12 13:31:29 CEST 2015
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sat Sep 12 03:23:45 2015 -0300| [1e0b8bf0b3b3b4247fb21e9839af342ae879607c] | committer: Luca Barbato
travis: fix dependencies
bc hasn't been needed since a982c5d74fbc7ff5bd2f2f73af61ae48e9b1bcc6
Signed-off-by: James Almer <jamrial at gmail.com>
Signed-off-by: Luca Barbato <lu_zero at gentoo.org>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1e0b8bf0b3b3b4247fb21e9839af342ae879607c
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 6a9b624..2e9d301 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ addons:
apt:
packages:
- yasm
- - bc
+ - diffutils
compiler:
- clang
- gcc
More information about the ffmpeg-cvslog
mailing list