[vlc-devel] [PATCH 03/10] contrib: vorbis: remove fake vorbisenc target

Steve Lhomme robux4 at ycbcr.xyz
Mon Jul 6 15:14:05 CEST 2020


It is never built directly, it's built with the regular vorbis library.
---
 contrib/src/vorbis/rules.mak | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/contrib/src/vorbis/rules.mak b/contrib/src/vorbis/rules.mak
index 82bf13a8bc3..2ef52c23736 100644
--- a/contrib/src/vorbis/rules.mak
+++ b/contrib/src/vorbis/rules.mak
@@ -9,13 +9,6 @@ endif
 ifeq ($(call need_pkg,"vorbis >= 1.1"),)
 PKGS_FOUND += vorbis
 endif
-PKGS_ALL += vorbisenc
-ifdef BUILD_ENCODERS
-PKGS += vorbisenc
-endif
-ifeq ($(call need_pkg,"vorbisenc >= 1.1"),)
-PKGS_FOUND += vorbisenc
-endif
 
 $(TARBALLS)/libvorbis-$(VORBIS_VERSION).tar.xz:
 	$(call download_pkg,$(VORBIS_URL),vorbis)
@@ -39,11 +32,3 @@ DEPS_vorbis = ogg $(DEPS_ogg)
 	cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-docs --disable-examples --disable-oggtest
 	cd $< && $(MAKE) install
 	touch $@
-
-.sum-vorbisenc: .sum-vorbis
-	touch $@
-
-DEPS_vorbisenc = vorbis $(DEPS_vorbis)
-
-.vorbisenc:
-	touch $@
-- 
2.26.2



More information about the vlc-devel mailing list