lame: update to lame-3.99

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-11-19 23:12:04 +01:00
parent b7ff22267e
commit 2effe272df
3 changed files with 5 additions and 16 deletions

View File

@ -26,27 +26,25 @@
MAKEFLAGS=-j1 MAKEFLAGS=-j1
cd $PKG_BUILD cd $PKG_BUILD
#ac_cv_c_stack_direction=-1 \
#alex_cv_ieee854_float80=no \
GTK_CONFIG='no' \ GTK_CONFIG='no' \
ac_cv_c_stack_direction=-1 \
alex_cv_ieee854_float80=no \
./configure --host=$TARGET_NAME \ ./configure --host=$TARGET_NAME \
--build=$HOST_NAME \ --build=$HOST_NAME \
--prefix=/usr \ --prefix=/usr \
--disable-static \ --disable-static \
--enable-shared \ --enable-shared \
--enable-nasm \ --enable-nasm \
--disable-rpath \
--disable-cpml \ --disable-cpml \
--disable-gtktest \ --disable-gtktest \
--disable-efence \ --disable-efence \
--disable-analyzer-hooks \ --disable-analyzer-hooks \
--enable-decoder \ --enable-decoder \
--enable-decode-layer1 \
--enable-decode-layer2 \
--disable-frontend \ --disable-frontend \
--disable-mp3x \ --disable-mp3x \
--disable-mp3rtp \ --disable-mp3rtp \
--disable-brhist \ --disable-dynamic-frontends \
--disable-all-float \
--enable-expopt=no \ --enable-expopt=no \
--enable-debug=no \ --enable-debug=no \
--with-gnu-ld \ --with-gnu-ld \

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="lame" PKG_NAME="lame"
PKG_VERSION="3.98.4" PKG_VERSION="3.99"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="LGPL" PKG_LICENSE="LGPL"

View File

@ -231,12 +231,3 @@ diff -Naur lame-3.98.4/Makefile.am lame-3.98.4.patch/Makefile.am
.PHONY: test .PHONY: test
SUBDIRS = mpglib libmp3lame frontend Dll debian doc include misc dshow ACM \ SUBDIRS = mpglib libmp3lame frontend Dll debian doc include misc dshow ACM \
diff -Naur lame-3.98.4/Makefile.am.global lame-3.98.4.patch/Makefile.am.global
--- lame-3.98.4/Makefile.am.global 2006-06-03 15:07:36.000000000 +0200
+++ lame-3.98.4.patch/Makefile.am.global 2011-03-25 12:15:25.020333213 +0100
@@ -3,5 +3,4 @@
# global section for every Makefile.am
AUTOMAKE_OPTIONS = 1.9 foreign $(top_srcdir)/ansi2knr
-
# end global section