ffmpeg: 3.2.8 update 4915/head
authorIan Leonard <antonlacon@gmail.com>
Tue, 26 Sep 2017 20:04:27 +0000 (13:04 -0700)
committerIan Leonard <antonlacon@gmail.com>
Thu, 5 Oct 2017 16:17:29 +0000 (09:17 -0700)
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
multimedia/ffmpeg/Makefile

index 058c8ddaada5bf740d0ebc89ddf2bf1b2376cbd7..f260642a8814ac4cfce32e336fc4f765b41fc2c0 100644 (file)
@@ -9,12 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ffmpeg
-PKG_VERSION:=3.2.7
-PKG_RELEASE:=3
+PKG_VERSION:=3.2.8
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://ffmpeg.org/releases/
-PKG_HASH:=28e75fc32485a88035a7ebf0a956a1e5c7e93b440dd4bbd6bc30c7268cf34fe9
+PKG_HASH:=42e7362692318afc666f14378dd445effa9a1b09787504a6ab5811fe442674cd
 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>, \
                Ian Leonard <antonlacon@gmail.com>
 
@@ -420,7 +420,6 @@ ifneq ($(findstring arm,$(CONFIG_ARCH)),)
        else
                FFMPEG_CONFIGURE+= --disable-neon
        endif
-
 endif
 
 ifeq ($(ARCH),x86_64)
@@ -550,8 +549,7 @@ ifeq ($(BUILD_VARIANT),audio-dec)
        $(call FFMPEG_ENABLE,decoder,$(FFMPEG_AUDIO_DECODERS)) \
        $(call FFMPEG_ENABLE,demuxer,$(FFMPEG_AUDIO_DEMUXERS)) \
        $(call FFMPEG_ENABLE,protocol,$(FFMPEG_AUDIO_PROTOCOLS)) \
-       --disable-decoder=pcm_bluray,pcm_dvd \
-
+       --disable-decoder=pcm_bluray,pcm_dvd
 endif
 
 ifeq ($(BUILD_VARIANT),mini)