summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
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