[vlc-devel] commit: contribs: compilation fix ( Felix Paul Kühne )
git version control
git at videolan.org
Fri Apr 3 11:51:49 CEST 2009
vlc | branch: 0.9-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Fri Apr 3 11:51:43 2009 +0200| [d4a94b4c706636d60731e52ddd824925049890ad] | committer: Felix Paul Kühne
contribs: compilation fix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d4a94b4c706636d60731e52ddd824925049890ad
---
extras/contrib/src/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index e35f560..0fbe067 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -886,7 +886,7 @@ faad2-$(FAAD2_VERSION).tar.gz:
faad2: faad2-$(FAAD2_VERSION).tar.gz
$(EXTRACT_GZ)
- (cd $@; ./bootstrap)
+ (cd $@; sh bootstrap)
.faad: faad2
(cd $< && $(HOSTCC) ./configure $(HOSTCONF) --disable-shared --prefix=$(PREFIX) CFLAGS="-O3" && sed -i.orig "s/shrext_cmds/shrext/g" libtool && make -C libfaad && make -C libfaad install)
@@ -923,7 +923,9 @@ lame-$(LAME_VERSION).tar.gz:
lame: lame-$(LAME_VERSION).tar.gz
$(EXTRACT_GZ)
+ifdef HAVE_WIN32
patch -p0 < Patches/libmp3lame-mingw32.patch
+endif
.lame: lame
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-analyser-hooks --disable-decoder --disable-shared --disable-gtktest --disable-frontend && make && make install)
More information about the vlc-devel
mailing list