vlc | branch: master | Robert Mourning <[email protected]> | Tue May 30 19:56:02 2017 -0400| [30385ce7f7b5ed0dd81efcbf77f8bd6b370427d5] | committer: Jean-Baptiste Kempf
contrib: jpeg, speexdsp: call autoreconf in rules.mak Update am__api_version to match version installed on system. This is necessary when building on Windows Subsystem for Linux (with source files on DrvFs); am__api_version is set to 1.14 without autoreconf, while version 1.15 is installed. Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=30385ce7f7b5ed0dd81efcbf77f8bd6b370427d5 --- contrib/src/jpeg/rules.mak | 1 + contrib/src/speexdsp/rules.mak | 1 + 2 files changed, 2 insertions(+) diff --git a/contrib/src/jpeg/rules.mak b/contrib/src/jpeg/rules.mak index 5ab1089d84..1572eef5bf 100644 --- a/contrib/src/jpeg/rules.mak +++ b/contrib/src/jpeg/rules.mak @@ -15,6 +15,7 @@ jpeg: jpegsrc.v$(JPEG_VERSION).tar.gz .sum-jpeg $(MOVE) .jpeg: jpeg + $(RECONF) cd $< && $(HOSTVARS) ./configure $(HOSTCONF) cd $< && $(MAKE) install cd $< && if test -e $(PREFIX)/lib/libjpeg.a; then $(RANLIB) $(PREFIX)/lib/libjpeg.a; fi diff --git a/contrib/src/speexdsp/rules.mak b/contrib/src/speexdsp/rules.mak index d7a2ace36a..420bae9bed 100644 --- a/contrib/src/speexdsp/rules.mak +++ b/contrib/src/speexdsp/rules.mak @@ -33,6 +33,7 @@ endif endif .speexdsp: speexdsp + $(RECONF) cd $< && $(HOSTVARS) ./configure $(HOSTCONF) $(SPEEXDSP_CONF) cd $< && $(MAKE) cd $< && ../../../contrib/src/pkg-static.sh speexdsp.pc _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
