[vlc-commits] [Git][videolan/vlc][master] contrib: gmp: detect with pkg-config

Steve Lhomme (@robUx4) gitlab at videolan.org
Wed Oct 15 15:21:02 UTC 2025



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
525ebe9f by Rémi Denis-Courmont at 2025-10-15T14:28:33+00:00
contrib: gmp: detect with pkg-config

It doesn't even compile on Debian unstable at the moment, not even
natively if taken from contribs. Not that there would be any reasons
not to use the build from the distro.

- - - - -


1 changed file:

- contrib/src/gmp/rules.mak


Changes:

=====================================
contrib/src/gmp/rules.mak
=====================================
@@ -20,6 +20,10 @@ GMP_CONF += --disable-assembly
 endif
 endif
 
+ifeq ($(call need_pkg,"gmp"),)
+PKGS_FOUND += gmp
+endif
+
 $(TARBALLS)/gmp-$(GMP_VERSION).tar.xz:
 	$(call download_pkg,$(GMP_URL),gmp)
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/525ebe9fc34cc92060adb5fba79ea263f4709e22

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/525ebe9fc34cc92060adb5fba79ea263f4709e22
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