Skip to content

Commit

Permalink
Update the recommended FFmpeg/Libav versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Jun 2, 2013
1 parent 44daa83 commit f2befab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/avformat/configure
Expand Up @@ -3,8 +3,8 @@
# Determine whether to recommend/use the HEAD revision of FFmpeg (unreleased)
# or a specific revision based upon whether the last digit of our version
# is even or odd. An odd MLT version number always represents unreleased.
ffmpeg_ver="1.0"
libav_ver="0.8.4"
ffmpeg_ver="1.2"
libav_ver="0.8.7"
micro_version=$(echo $version | cut -d . -f 3)
odd_version=$(($micro_version % 2))
[ "$odd_version" -eq "1" ] && ffmpeg_ver="HEAD" && libav_ver="HEAD"
Expand Down

0 comments on commit f2befab

Please sign in to comment.