[packages] ffmpeg: disable ASM for all targets, bump revision number

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28523 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2011-10-22 17:58:07 +00:00
parent 96a4a88f35
commit bf3398b58a

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ffmpeg PKG_NAME:=ffmpeg
PKG_VERSION:=0.8.2 PKG_VERSION:=0.8.2
PKG_RELEASE:=3 PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://ffmpeg.org/releases/ PKG_SOURCE_URL:=http://ffmpeg.org/releases/
@ -267,11 +267,6 @@ $(call Package/ffmpeg/Default/description)
endef endef
# XXX: add --disable-mmx & --disable-mmx2 to fix build failure on x86
# libpostproc/postprocess_template.c:2195: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
# libpostproc/postprocess_template.c:3124: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
# libpostproc/postprocess_template.c:3207: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
FFMPEG_CONFIGURE:= \ FFMPEG_CONFIGURE:= \
CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) $(FPIC)" \ CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) $(FPIC)" \
LDFLAGS="$(TARGET_LDFLAGS)" \ LDFLAGS="$(TARGET_LDFLAGS)" \
@ -289,10 +284,9 @@ FFMPEG_CONFIGURE:= \
--enable-gpl \ --enable-gpl \
--enable-version3 \ --enable-version3 \
\ \
--disable-asm \
--disable-doc \ --disable-doc \
--disable-dxva2 \ --disable-dxva2 \
--disable-mmx \
--disable-mmx2 \
--enable-pthreads \ --enable-pthreads \
--disable-optimizations \ --disable-optimizations \
--enable-small \ --enable-small \