Module: libav Branch: master Commit: 1e0b8bf0b3b3b4247fb21e9839af342ae879607c
Author: James Almer <[email protected]> Committer: Luca Barbato <[email protected]> Date: Sat Sep 12 03:23:45 2015 -0300 travis: fix dependencies bc hasn't been needed since a982c5d74fbc7ff5bd2f2f73af61ae48e9b1bcc6 Signed-off-by: James Almer <[email protected]> Signed-off-by: Luca Barbato <[email protected]> --- .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 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
