ffmpeg: update to 0.11.5
Update ffmpeg to 0.11.5. Drop "--disable-optimizations." Per ./configure, --disable-optimizations refers to disabling compiler optimizations for debugging purposes. Signed-off-by: Ian Leonard <antonlacon@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/packages@40580 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6131def4b4
commit
6ef9729d3b
@ -8,12 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ffmpeg
|
||||
PKG_VERSION:=0.11.2
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=0.11.5
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=http://ffmpeg.org/releases/
|
||||
PKG_MD5SUM:=93c1908022567b321df74db7214da6ac
|
||||
PKG_MD5SUM:=ea25fc252c132141f12988ed5506bfe8
|
||||
|
||||
PKG_LICENSE:=LGPLv2.1+ GPLv2+ LGPLv3
|
||||
PKG_LICENSE_FILES:=COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1 COPYING.LGPLv3
|
||||
@ -292,7 +292,6 @@ FFMPEG_CONFIGURE:= \
|
||||
--disable-doc \
|
||||
--disable-dxva2 \
|
||||
--enable-pthreads \
|
||||
--disable-optimizations \
|
||||
--enable-small \
|
||||
--disable-stripping \
|
||||
--enable-zlib \
|
||||
|
Loading…
x
Reference in New Issue
Block a user