[vlc-devel] commit: [Contribs] Update LAME. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Nov 7 01:49:21 CET 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Nov 7 01:49:04 2008 +0100| [038ff7b2822ab927762912c130e15781b0f3bb4d] | committer: Jean-Baptiste Kempf
[Contribs] Update LAME.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=038ff7b2822ab927762912c130e15781b0f3bb4d
---
extras/contrib/src/Makefile | 1 -
.../contrib/src/Patches/libmp3lame-mingw32.patch | 11 -----------
extras/contrib/src/packages.mak | 2 +-
3 files changed, 1 insertions(+), 13 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index c22ca17..241540a 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -927,7 +927,6 @@ lame-$(LAME_VERSION).tar.gz:
lame: lame-$(LAME_VERSION).tar.gz
$(EXTRACT_GZ)
- patch -p0 < Patches/libmp3lame-mingw32.patch
.lame: lame
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-analyser-hooks --disable-decoder --disable-shared --disable-gtktest --disable-frontend && make && make install)
diff --git a/extras/contrib/src/Patches/libmp3lame-mingw32.patch b/extras/contrib/src/Patches/libmp3lame-mingw32.patch
deleted file mode 100644
index d2d916e..0000000
--- a/extras/contrib/src/Patches/libmp3lame-mingw32.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- lame-3.98b8/mpglib/mpglib.h 2006-06-16 01:51:49.000000000 +0200
-+++ lame/mpglib/mpglib.h 2008-07-02 07:56:40.000000000 +0200
-@@ -57,7 +57,7 @@
- } MPSTR, *PMPSTR;
-
-
--#if ( defined(_MSC_VER) || defined(__BORLANDC__) )
-+#if ( defined(_MSC_VER) || defined(__BORLANDC__) || defined( WIN32 ) )
- typedef int BOOL; /* windef.h contains the same definition */
- #else
- #define BOOL int
diff --git a/extras/contrib/src/packages.mak b/extras/contrib/src/packages.mak
index d4cc3b7..1e45b5b 100644
--- a/extras/contrib/src/packages.mak
+++ b/extras/contrib/src/packages.mak
@@ -90,7 +90,7 @@ FAAD2_URL=$(SF)/faac/faad2-$(FAAD2_VERSION).tar.gz
FAAD2_CVSROOT=:pserver:anonymous at cvs.audiocoding.com:/cvsroot/faac
FAAC_VERSION=1.26
FAAC_URL=$(SF)/faac/faac-$(FAAC_VERSION).tar.gz
-LAME_VERSION=3.98b8
+LAME_VERSION=398-2
LAME_URL=$(SF)/lame/lame-$(LAME_VERSION).tar.gz
LIBEBML_VERSION=0.7.8
LIBEBML_URL=http://dl.matroska.org/downloads/libebml/libebml-$(LIBEBML_VERSION).tar.bz2
More information about the vlc-devel
mailing list