Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile.ffmpeg: upgrade to ffmpeg 2.6.3 and libvpx 1.4.0
  • Loading branch information
stbenz authored and perexg committed Jun 8, 2015
1 parent 844fe28 commit 07ca865
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile.ffmpeg
Expand Up @@ -50,10 +50,10 @@ ELIBS = -L$(LIBAVDIR)/build/ffmpeg/lib -ldl

CONFIGURE = PKG_CONFIG=/tmp/nobin/pkg-config ./configure

FFMPEG = ffmpeg-2.6.2
FFMPEG = ffmpeg-2.6.3
FFMPEG_TB = $(FFMPEG).tar.bz2
FFMPEG_URL = http://ffmpeg.org/releases/$(FFMPEG_TB)
FFMPEG_SHA1 = 65470c9b967485f72f81758a7bad44cf7a1763db
FFMPEG_SHA1 = a3307d20f97e8b75a113712e0258ab11d548d280

EXTLIBS = libx264 libvorbis libvpx
COMPONENTS = avutil avformat avcodec swresample swscale avresample
Expand All @@ -78,10 +78,10 @@ LIBX264_TB = $(LIBX264).tar.bz2
LIBX264_URL = http://ftp.via.ecp.fr/pub/videolan/x264/snapshots/$(LIBX264_TB)
LIBX264_SHA1 = 24a3b20e2c49a112e40df9f64885cbd81250298a

LIBVPX = libvpx-v1.3.0
LIBVPX = libvpx-1.4.0
LIBVPX_TB = $(LIBVPX).tar.bz2
LIBVPX_URL = https://webm.googlecode.com/files/$(LIBVPX_TB)
LIBVPX_SHA1 = 191b95817aede8c136cc3f3745fb1b8c50e6d5dc
LIBVPX_URL = http://storage.googleapis.com/downloads.webmproject.org/releases/webm/$(LIBVPX_TB)
LIBVPX_SHA1 = d05f4e9a9878886282ac9c9246f8fac080c94c8f

YASM = yasm-1.3.0
YASM_TB = $(YASM).tar.gz
Expand Down

0 comments on commit 07ca865

Please sign in to comment.