git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d687ddf
)
Compile all the twolame packages so we can get the .pc
author
Jean-Baptiste Kempf
<jb@videolan.org>
Sat, 8 Aug 2009 18:06:39 +0000
(20:06 +0200)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Sat, 8 Aug 2009 18:06:39 +0000
(20:06 +0200)
extras/contrib/src/Makefile
patch
|
blob
|
history
diff --git
a/extras/contrib/src/Makefile
b/extras/contrib/src/Makefile
index
b9a753f
..
cc16ace
100644
(file)
--- 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 $@