Commit 038ff7b2 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

[Contribs] Update LAME.

parent 647bac81
......@@ -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)
......
--- 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
......@@ -90,7 +90,7 @@ FAAD2_URL=$(SF)/faac/faad2-$(FAAD2_VERSION).tar.gz
FAAD2_CVSROOT=:pserver:anonymous@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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment