Skip to content

Commit

Permalink
Makefile.ffmpeg: ffmpeg 3.2, libvpx 1.6.0, x265 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
perexg committed Oct 31, 2016
1 parent 0f8f90e commit c396c9a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile.ffmpeg
Expand Up @@ -52,20 +52,20 @@ LIBX264_URL = http://ftp.videolan.org/x264/snapshots/$(LIBX264_TB)
LIBX264_SHA1 = 90c48dab878520a819905880bc4912834fe694fb
LIBX264_DIFFS = libx264.configure.diff

LIBX265 = x265_1.9
LIBX265 = x265_2.1
LIBX265_TB = $(LIBX265).tar.gz
LIBX265_URL = http://ftp.videolan.org/videolan/x265/$(LIBX265_TB)
LIBX265_SHA1 = 8c9aa3b87b0f0a418bbb9782e9354d112d75e003
LIBX265_SHA1 = 37ed92b83dbe9e1420e1c226d35caeea16d4b0e4
ifeq ($(CONFIG_PIE),yes)
LIBX265_DIFFS = libx265.pie.diff
else
LIBX265_DIFFS = libx265.pic.diff
endif

LIBVPX = libvpx-1.5.0
LIBVPX = libvpx-1.6.0
LIBVPX_TB = $(LIBVPX).tar.bz2
LIBVPX_URL = http://storage.googleapis.com/downloads.webmproject.org/releases/webm/$(LIBVPX_TB)
LIBVPX_SHA1 = 0baf76627eb08450eaf307347d1721f56a880c64
LIBVPX_SHA1 = 57ec789410151f2a17cb06cbd4a77a871dcaf3b2

LIBOGG = libogg-1.3.2
LIBOGG_TB = $(LIBOGG).tar.gz
Expand Down Expand Up @@ -94,10 +94,10 @@ LIBMFX_URL = https://github.com/lu-zero/mfx_dispatch/archive/$(LIBMFX_TB)
LIBMFX_SHA1 = 84dbdf4a6b409067e863eb9564bb2efdec6d39ce
LIBMFX_DIFFS = libmfx.linux.path.diff

FFMPEG = ffmpeg-3.1
FFMPEG = ffmpeg-3.2
FFMPEG_TB = $(FFMPEG).tar.bz2
FFMPEG_URL = http://ffmpeg.org/releases/$(FFMPEG_TB)
FFMPEG_SHA1 = 63cb1934dc2aab93b8fe01728a7f8cc388a9b532
FFMPEG_SHA1 = aac4876d1bc4d2cd8d9833b20649c3eed984f6ef


# ##############################################################################
Expand Down

0 comments on commit c396c9a

Please sign in to comment.