Skip to content

Commit

Permalink
Updating FFMpeg to newer revision.
Browse files Browse the repository at this point in the history
Followup of 7ddf716 to be able to
compile MPlayer SB25.
  • Loading branch information
Raptor399 committed Feb 19, 2012
1 parent a81ade3 commit b18352c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/binaries-deps-versions
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VERSION_EXPAT=2.0.1
VERSION_FAAD2=2.7
VERSION_FLAC=1.2.1
VERSION_FONTCONFIG=2.8.0
VERSION_FFMPEG=n0.9.1
VERSION_FFMPEG=d3f81a67008b6418b9f22d865294898915fb3ad8
VERSION_FREETYPE=2.4.8
VERSION_FRIBIDI=0.19.2
VERSION_GIFLIB=4.1.6
Expand Down
2 changes: 1 addition & 1 deletion contrib/download-pms-binaries-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ download_ffmpeg() {
cd ffmpeg

if [ "$FIXED_REVISIONS" == "yes" ]; then
$GIT checkout tags/${VERSION_FFMPEG}
$GIT checkout ${VERSION_FFMPEG}
exit_on_error
fi
}
Expand Down

0 comments on commit b18352c

Please sign in to comment.