[vlc-commits] [Git][videolan/vlc][master] contrib: faad2: do not build if the package already exists

Steve Lhomme (@robUx4) gitlab at videolan.org
Tue Sep 1 06:11:44 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
ac6f7bd5 by Steve Lhomme at 2026-09-01T05:42:06+00:00
contrib: faad2: do not build if the package already exists

It is found in Debian [^1] with faad2.pc file [^2].

[^1]: https://packages.debian.org/trixie/libfaad-dev
[^2]: https://packages.debian.org/trixie/amd64/libfaad-dev/filelist

- - - - -


1 changed file:

- contrib/src/faad2/rules.mak


Changes:

=====================================
contrib/src/faad2/rules.mak
=====================================
@@ -9,6 +9,9 @@ ifdef GPL
 PKGS += faad2
 endif
 endif
+ifeq ($(call need_pkg,"faad2"),)
+PKGS_FOUND += faad2
+endif
 
 $(TARBALLS)/faad2-$(FAAD2_VERSION).tar.gz:
 	$(call download_pkg,$(FAAD2_URL),faad2)



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

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ac6f7bd5bbc82e6abd89018573df3fa6355e73c2
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the vlc-commits mailing list