[vlc-commits] [Git][videolan/vlc][master] 2 commits: configure: remove unused bitstream module

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri Dec 17 15:08:36 UTC 2021



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
64ed842e by Steve Lhomme at 2021-12-17T14:01:57+00:00
configure: remove unused bitstream module

- - - - -
1d25803a by Steve Lhomme at 2021-12-17T14:01:57+00:00
contrib: remove unused bitstream library

- - - - -


2 changed files:

- configure.ac
- − contrib/src/bitstream/rules.mak


Changes:

=====================================
configure.ac
=====================================
@@ -4130,11 +4130,6 @@ AS_IF([test "${enable_lirc}" = "yes"], [
 ])
 AM_CONDITIONAL([HAVE_LIRC], [test "${have_lirc}" = "yes"])
 
-dnl
-dnl  Bitstream
-dnl
-PKG_HAVE_WITH_MODULES([BITSTREAM], [bitstream > 1.4])
-
 dnl
 dnl  SRT plugin
 dnl


=====================================
contrib/src/bitstream/rules.mak deleted
=====================================
@@ -1,20 +0,0 @@
-BITSTREAM_HASH := a9b69ce2680ee361e0327ce0c8c2fdee48e390c3
-BITSTREAM_VERSION := git-$(BITSTREAM_HASH)
-BITSTREAM_GITURL := https://code.videolan.org/videolan/bitstream.git
-
-PKGS += bitstream
-
-$(TARBALLS)/bitstream-$(BITSTREAM_VERSION).tar.xz:
-	$(call download_git,$(BITSTREAM_GITURL),,$(BITSTREAM_HASH))
-
-.sum-bitstream: bitstream-$(BITSTREAM_VERSION).tar.xz
-	$(call check_githash,$(BITSTREAM_HASH))
-	touch $@
-
-bitstream: bitstream-$(BITSTREAM_VERSION).tar.xz .sum-bitstream
-	$(UNPACK)
-	$(MOVE)
-
-.bitstream: bitstream
-	cd $< && PREFIX=$(PREFIX) $(MAKE) install
-	touch $@



View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/1bf445b920f066f0967052cc92e532958d4d7fb2...1d25803ad9cfdee11664f2cc60ab9c970ab05a8a

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/1bf445b920f066f0967052cc92e532958d4d7fb2...1d25803ad9cfdee11664f2cc60ab9c970ab05a8a
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list