Commit 0c66fb4f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf Committed by Rémi Denis-Courmont

Compile all the twolame packages so we can get the .pc

(cherry picked from commit c0dd0545)
Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 74cb2d47
...@@ -1706,7 +1706,7 @@ ifdef HAVE_WIN32 ...@@ -1706,7 +1706,7 @@ ifdef HAVE_WIN32
endif endif
.twolame: twolame .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) $(INSTALL_NAME)
touch $@ touch $@
......
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