[vlc-commits] [Git][videolan/vlc][master] contrib: jpeg: Add package back to the PKGS list

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Sun Dec 14 18:34:27 UTC 2025



Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
c833c4be by Diogo Simao Marques at 2025-12-14T18:57:04+01:00
contrib: jpeg: Add package back to the PKGS list

The jpeg package is added back to the PKGS list only if encoders are
available.

This is partial revert of 963a2fede5e382c5249c58aef38618baa309683d

- - - - -


1 changed file:

- contrib/src/jpeg/rules.mak


Changes:

=====================================
contrib/src/jpeg/rules.mak
=====================================
@@ -3,6 +3,10 @@
 JPEG_VERSION := 3.1.1
 JPEG_URL := $(GITHUB)/libjpeg-turbo/libjpeg-turbo/archive/refs/tags/$(JPEG_VERSION).tar.gz
 
+ifdef BUILD_ENCODERS
+PKGS += jpeg
+endif
+
 $(TARBALLS)/libjpeg-turbo-$(JPEG_VERSION).tar.gz:
 	$(call download_pkg,$(JPEG_URL),jpeg)
 



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

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