summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorTuomas Virtanen <katajakasa@gmail.com>2016-01-15 16:19:02 +0200
committerTuomas Virtanen <katajakasa@gmail.com>2016-01-15 16:19:02 +0200
commit8e4f17a99be3b9c5cd7e6cdfeec6bd539dd28452 (patch)
tree3b3bfc164ccce2d9394c26ba77158eb5519f500e /travis
parent70d59841b4f2a2dffa3c91be1f5c840e18733008 (diff)
Update ffmpeg.sh
Diffstat (limited to 'travis')
-rw-r--r--travis/ffmpeg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/ffmpeg.sh b/travis/ffmpeg.sh
index d09316f..54ad11c 100644
--- a/travis/ffmpeg.sh
+++ b/travis/ffmpeg.sh
@@ -1,5 +1,5 @@
-if [ ! -d "$HOME/local/lib" ]; then
+if [ ! -e "$HOME/local/lib/libavcodec.so" ]; then
wget https://www.ffmpeg.org/releases/ffmpeg-2.8.4.tar.gz -O ~/ffmpeg.tar.gz
tar xzf ~/ffmpeg.tar.gz -C ~/
cd ~/ffmpeg-2.8.4