[vlc-commits] [Git][videolan/vlc][master] 15 commits: contrib: lua: don't change directory to call RANLIB

Steve Lhomme (@robUx4) gitlab at videolan.org
Thu Sep 22 08:08:25 UTC 2022



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
a56e53a2 by Steve Lhomme at 2022-09-22T06:59:49+00:00
contrib: lua: don't change directory to call RANLIB

- - - - -
d0c7b62f by Steve Lhomme at 2022-09-22T06:59:49+00:00
contrib: nettle: disable PIC on Windows

The configure script doesn't understand --without-pic but it has its own option
--disable-pic which is enabled by default.

- - - - -
169d1182 by Steve Lhomme at 2022-09-22T06:59:49+00:00
contrib: fontconfig: remove libmxl2 CFLAGS

We do build libxml2 with a .pc file.

- - - - -
3fbd6008 by Steve Lhomme at 2022-09-22T06:59:49+00:00
contrib: libtasn1: force setting _GNU_SOURCE

On iOS targets the config.h which contains _GNU_SOURCE doesn't seem to be used
or it's undefined for some unknown reason. We force it so that strverscmp() can
be used.

- - - - -
88c46e7f by Steve Lhomme at 2022-09-22T06:59:49+00:00
contrib: libtasn1: update to 4.19.0

Needs the same gnulib patch as gnutls for winstore builds.

- - - - -
52add02a by Steve Lhomme at 2022-09-22T06:59:49+00:00
contrib: use a variable to set the configuration

- - - - -
5dd674cb by Steve Lhomme at 2022-09-22T06:59:49+00:00
contrib: salsa: put HOSTVARS before calling configure as done everywhere else

- - - - -
88b6c195 by Steve Lhomme at 2022-09-22T06:59:49+00:00
contrib: always put HOSTCONF before custom parameters

- - - - -
cfeea778 by Steve Lhomme at 2022-09-22T06:59:49+00:00
contrib: put variables after the configure call

It should make no different where the variables are. They should be before the
target name if there is one.

- - - - -
34da8730 by Steve Lhomme at 2022-09-22T06:59:49+00:00
contrib: move the CFLAGS/CXXFLAGS in the CONF variable

- - - - -
3ce55c39 by Steve Lhomme at 2022-09-22T06:59:49+00:00
contrib: use $(MAKE) -C to build

- - - - -
697a2fcd by Steve Lhomme at 2022-09-22T06:59:49+00:00
contrib: build autotools/make targets in a build directory

- - - - -
b7c5ba6e by Steve Lhomme at 2022-09-22T06:59:49+00:00
contrib: add some command to factorize configure/make calls

- - - - -
d4c40209 by Steve Lhomme at 2022-09-22T06:59:49+00:00
contrib: factorize configure/make calls

- - - - -
23c152d4 by Steve Lhomme at 2022-09-22T06:59:49+00:00
contrib: iconv: revert 9d97a25c2c15572c45e8952946ce181a4e4ac2e7

The option does exist but not in it's configure.ac.

- - - - -


30 changed files:

- contrib/src/README.md
- contrib/src/a52/rules.mak
- contrib/src/aribb24/rules.mak
- contrib/src/aribb25/rules.mak
- contrib/src/asdcplib/rules.mak
- contrib/src/ass/rules.mak
- contrib/src/bluray/rules.mak
- contrib/src/breakpad/rules.mak
- contrib/src/caca/rules.mak
- contrib/src/cddb/rules.mak
- contrib/src/daala/rules.mak
- contrib/src/dca/rules.mak
- contrib/src/dvbpsi/rules.mak
- contrib/src/dvdcss/rules.mak
- contrib/src/dvdnav/rules.mak
- contrib/src/dvdread/rules.mak
- contrib/src/faad2/rules.mak
- contrib/src/ffi/rules.mak
- contrib/src/ffmpeg/rules.mak
- contrib/src/flac/rules.mak
- contrib/src/fontconfig/rules.mak
- contrib/src/gcrypt/rules.mak
- contrib/src/gettext/rules.mak
- contrib/src/glib/rules.mak
- contrib/src/gmp/rules.mak
- contrib/src/gnutls/rules.mak
- contrib/src/goom/rules.mak
- contrib/src/gpg-error/rules.mak
- contrib/src/gsm/rules.mak
- contrib/src/iconv/rules.mak


The diff was not included because it is too large.


View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/9927c1127afe67cdde52ad7e6e740452f0023da0...23c152d4705a8cec654df7100fcdf77bfacb6c24

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/9927c1127afe67cdde52ad7e6e740452f0023da0...23c152d4705a8cec654df7100fcdf77bfacb6c24
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list