Commit 7524592c authored by Rafaël Carré's avatar Rafaël Carré

contrib: update config.{sub,guess} for a few sout related libs

parent 648cfc2e
...@@ -11,6 +11,7 @@ $(TARBALLS)/lame-$(LAME_VERSION).tar.gz: ...@@ -11,6 +11,7 @@ $(TARBALLS)/lame-$(LAME_VERSION).tar.gz:
lame: lame-$(LAME_VERSION).tar.gz .sum-lame lame: lame-$(LAME_VERSION).tar.gz .sum-lame
$(UNPACK) $(UNPACK)
$(APPLY) $(SRC)/lame/lame-forceinline.patch $(APPLY) $(SRC)/lame/lame-forceinline.patch
$(UPDATE_AUTOCONFIG)
$(MOVE) $(MOVE)
.lame: lame .lame: lame
......
...@@ -19,6 +19,7 @@ $(TARBALLS)/libshout-$(SHOUT_VERSION).tar.gz: ...@@ -19,6 +19,7 @@ $(TARBALLS)/libshout-$(SHOUT_VERSION).tar.gz:
libshout: libshout-$(SHOUT_VERSION).tar.gz .sum-shout libshout: libshout-$(SHOUT_VERSION).tar.gz .sum-shout
$(UNPACK) $(UNPACK)
$(APPLY) $(SRC)/shout/libshout-win32.patch $(APPLY) $(SRC)/shout/libshout-win32.patch
$(UPDATE_AUTOCONFIG)
$(MOVE) $(MOVE)
DEPS_shout = ogg $(DEPS_ogg) theora $(DEPS_theora) speex $(DEPS_speex) DEPS_shout = ogg $(DEPS_ogg) theora $(DEPS_theora) speex $(DEPS_speex)
......
...@@ -23,6 +23,7 @@ twolame: twolame-$(TWOLAME_VERSION).tar.gz twolame-winutil.h .sum-twolame ...@@ -23,6 +23,7 @@ twolame: twolame-$(TWOLAME_VERSION).tar.gz twolame-winutil.h .sum-twolame
ifdef HAVE_WIN32 ifdef HAVE_WIN32
cp -f $(filter %winutil.h,$^) $@-$(TWOLAME_VERSION)/win32/winutil.h cp -f $(filter %winutil.h,$^) $@-$(TWOLAME_VERSION)/win32/winutil.h
endif endif
$(UPDATE_AUTOCONFIG) && cd $(UNPACK_DIR) && cp config.guess config.sub build-scripts
$(MOVE) $(MOVE)
.twolame: twolame .twolame: twolame
......
...@@ -44,6 +44,7 @@ x264: x264-$(X264_VERSION).tar.gz .sum-x264 ...@@ -44,6 +44,7 @@ x264: x264-$(X264_VERSION).tar.gz .sum-x264
rm -Rf x264-git rm -Rf x264-git
mkdir -p x264-git mkdir -p x264-git
$(ZCAT) "$<" | (cd x264-git && tar xv --strip-components=1) $(ZCAT) "$<" | (cd x264-git && tar xv --strip-components=1)
$(UPDATE_AUTOCONFIG)
$(MOVE) $(MOVE)
.x264: x264 .x264: x264
......
...@@ -42,6 +42,7 @@ x26410b: x26410b-$(X264_VERSION).tar.gz .sum-x26410b ...@@ -42,6 +42,7 @@ x26410b: x26410b-$(X264_VERSION).tar.gz .sum-x26410b
rm -Rf x26410b-git rm -Rf x26410b-git
mkdir -p x26410b-git mkdir -p x26410b-git
$(ZCAT) "$<" | (cd x26410b-git && tar xv --strip-components=1) $(ZCAT) "$<" | (cd x26410b-git && tar xv --strip-components=1)
$(UPDATE_AUTOCONFIG)
$(MOVE) $(MOVE)
.x26410b: x26410b .x26410b: x26410b
......
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