Skip to content

Commit

Permalink
Updated the ffmpeg version to 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyanovgeorge authored Jan 4, 2019
1 parent e6457fd commit 5a0f520
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/ffmpeg.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash

cd $HOME/ffmpeg/downloads
wget https://ffmpeg.org/releases/ffmpeg-4.0.tar.bz2
tar xjvf ffmpeg-4.0.tar.bz2
rm ffmpeg-4.0.tar.bz2
cd ffmpeg-4.0
wget https://ffmpeg.org/releases/ffmpeg-4.1.tar.bz2
tar xjvf ffmpeg-4.1.tar.bz2
rm ffmpeg-4.1.tar.bz2
cd ffmpeg-4.1
./configure \
--pkg-config-flags="--static" \
--extra-libs="-lpthread -lm" \
Expand Down

0 comments on commit 5a0f520

Please sign in to comment.