[packages/vlc] build gles2 module by default on arm platforms

atler atler at pld-linux.org
Fri Jan 16 20:14:06 CET 2026


commit b4cd4ffe21af43218078507f395e69d6b51cc93d
Author: Jan Palus <atler at pld-linux.org>
Date:   Fri Jan 16 20:13:18 2026 +0100

    build gles2 module by default on arm platforms

 vlc.spec | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/vlc.spec b/vlc.spec
index 38bd47b..7ea4d80 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -30,7 +30,11 @@
 %bcond_with	fdk_aac		# FDK-AAC encoder plugin (GPL 3 incompatible; enable as subpackage?)
 %bcond_with	fluidlite	# FluidLite instead of FluidSynth library in fluidsynth plugin
 %bcond_with	freerdp		# RDP/Remote Desktop client support
+%ifarch %{arm} aarch64
+%bcond_without	glesv2		# OpenGL ES v2 support
+%else
 %bcond_with	glesv2		# OpenGL ES v2 support
+%endif
 %bcond_without	gnutls		# gnutls misc plugin
 %bcond_without	goom		# GOOM! audio visualization
 %bcond_without	jack		# jack access/audio output plugin
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vlc.git/commitdiff/b4cd4ffe21af43218078507f395e69d6b51cc93d



More information about the pld-cvs-commit mailing list