changeset 4063:66b5ee0963d7

ffmpeg: update to 2.8.2 * src/ffmpeg.mk: update version, checksum, configure options.
author John D
date Sun, 29 Nov 2015 13:31:04 -0500
parents 57bc5d4ff660
children 2840415e6c1d
files src/ffmpeg.mk
diffstat 1 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/ffmpeg.mk	Fri Nov 27 19:02:13 2015 -0500
+++ b/src/ffmpeg.mk	Sun Nov 29 13:31:04 2015 -0500
@@ -3,13 +3,13 @@
 
 PKG             := ffmpeg
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 2.7.2
-$(PKG)_CHECKSUM := b8175a9a729fc4bdbb3c196ffe84a2fca7977ff8
+$(PKG)_VERSION  := 2.8.2
+$(PKG)_CHECKSUM := 1952aeb9ec3f569514d8db4f30c195b765392639
 $(PKG)_SUBDIR   := $(PKG)-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tar.bz2
 $(PKG)_URL      := http://www.ffmpeg.org/releases/$($(PKG)_FILE)
 $(PKG)_URL_2    := http://launchpad.net/ffmpeg/main/$($(PKG)_VERSION)/+download/$($(PKG)_FILE)
-$(PKG)_DEPS     := bzip2 lame libvpx opencore-amr sdl speex theora vorbis x264 xvidcore zlib
+$(PKG)_DEPS     := bzip2 gnutls lame libvpx opencore-amr sdl speex theora vorbis x264 xvidcore zlib
 
 $(PKG)_CONFIG_OPTS :=
 
@@ -29,16 +29,18 @@
         --arch=$(firstword $(subst -, ,$(TARGET))) \
         --prefix='$(HOST_PREFIX)' \
         $(ENABLE_SHARED_OR_STATIC) \
+        --yasmexe='$(BUILD_TOOLS_PREFIX)/bin/yasm' \
         --extra-libs='-mconsole' \
         --disable-debug \
         --disable-doc \
         --enable-memalign-hack \
+        --enable-avresample \
         --enable-gpl \
         --enable-version3 \
-        --disable-nonfree \
         --disable-pthreads \
         --enable-w32threads \
         --enable-avisynth \
+        --enable-gnutls \
         --enable-libspeex \
         --enable-libtheora \
         --enable-libvorbis \