[vlc-devel] commit: Compile all the twolame packages so we can get the .pc ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Thu Aug 27 19:34:46 CEST 2009
vlc | branch: 1.0-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Sat Aug 8 20:06:39 2009 +0200| [0c66fb4f7c47f8ab5f1d835c996100a5e1b3af22] | committer: Rémi Denis-Courmont
Compile all the twolame packages so we can get the .pc
(cherry picked from commit c0dd054504702c5f7040ba3692e7ce33640bc056)
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0c66fb4f7c47f8ab5f1d835c996100a5e1b3af22
---
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 89c7d9b..79aa8bf 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1706,7 +1706,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