Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
configure: fix ffmpeg check
  • Loading branch information
perexg committed Mar 25, 2015
1 parent 9ee27b6 commit 41431f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure
Expand Up @@ -329,6 +329,7 @@ else
has_libav=true

ffmpeg=$(pkg-config --modversion libavcodec | cut -d '.' -f 3)
test -z "$ffmpeg" && ffmpeg=0
printf "$TAB" "checking for ffmpeg libraries ..."
if test $ffmpeg -lt 100; then
ffmpeg=
Expand Down

0 comments on commit 41431f7

Please sign in to comment.