[SCM] vlc/experimental: Be explicit about GLES 1

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Thu Mar 23 16:19:02 UTC 2017


The following commit has been merged in the experimental branch:
commit 67d467df0c65eee8512438a1335448286d88f5ad
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Thu Mar 23 16:47:31 2017 +0100

    Be explicit about GLES 1

diff --git a/debian/rules b/debian/rules
index 6c236e9..cce3343 100755
--- a/debian/rules
+++ b/debian/rules
@@ -100,6 +100,7 @@ confflags += \
 # decklink: not in Debian
 # dxva2: Windows only
 # fdkaac: in Debian non-free
+# gles1: disabled in mesa
 # gnomevfs: poorly maintained
 # goom: not in Debian
 # gst-decode: not needed when having libavcodec
@@ -116,6 +117,7 @@ confflags += \
 	--disable-decklink \
 	--disable-dxva2 \
 	--disable-fdkaac \
+	--disable-gles1 \
 	--disable-gnomevfs \
 	--disable-goom \
 	--disable-gst-decode \

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list