[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: dvdcss: require GPL to build
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Jan 31 07:29:58 UTC 2025
Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC
Commits:
7d955607 by Steve Lhomme at 2025-01-31T06:43:00+00:00
contrib: dvdcss: require GPL to build
It's only picked as a dependency from the dvdread contrib which also requires GPL.
But it's cleaner to make it explicit.
(cherry picked from commit cf9f8a3516e22e5ce1972318c82631649fa2a7e5) (rebased)
rebased:
- 3.0 doesn't use the simplified autotools macros
- - - - -
1 changed file:
- contrib/src/dvdcss/rules.mak
Changes:
=====================================
contrib/src/dvdcss/rules.mak
=====================================
@@ -19,6 +19,7 @@ dvdcss: libdvdcss-$(DVDCSS_VERSION).tar.bz2 .sum-dvdcss
DVDCSS_CONF := --disable-doc
.dvdcss: dvdcss
+ $(REQUIRE_GPL)
$(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) $(DVDCSS_CONF)
cd $< && $(MAKE) install
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7d9556076c73705896c3efe79d3a1f53b264c404
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7d9556076c73705896c3efe79d3a1f53b264c404
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