# HG changeset patch # User John D # Date 1448821864 18000 # Node ID 66b5ee0963d74f1a0b64e74932f6c69ede7ec8b5 # Parent 57bc5d4ff6606464a2afdba53b469b60cfa00502 ffmpeg: update to 2.8.2 * src/ffmpeg.mk: update version, checksum, configure options. diff -r 57bc5d4ff660 -r 66b5ee0963d7 src/ffmpeg.mk --- 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 \