[vlc-devel] commit: Compile all the twolame packages so we can get the .pc ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Sat Aug 8 20:08:01 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Aug 8 20:06:39 2009 +0200| [c0dd054504702c5f7040ba3692e7ce33640bc056] | committer: Jean-Baptiste Kempf
Compile all the twolame packages so we can get the .pc
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c0dd054504702c5f7040ba3692e7ce33640bc056
---
extras/contrib/src/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index b9a753f..cc16ace 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1694,7 +1694,7 @@ ifdef HAVE_WIN32
endif
.twolame: twolame
- (cd twolame; $(HOSTCC) CFLAGS="${CFLAGS} -DLIBTWOLAME_STATIC" ./configure $(HOSTCONF) --prefix=$(PREFIX) && cd libtwolame && make && make install)
+ (cd twolame; $(HOSTCC) CFLAGS="${CFLAGS} -DLIBTWOLAME_STATIC" ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install)
$(INSTALL_NAME)
touch $@
More information about the vlc-devel
mailing list