From 43145292d44348b0bf6fc768834b10b1fedbeaf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 25 Mar 2018 12:48:12 +0300 Subject: [PATCH] gl: Disable glmixerbin for the time being too Otherwise we have one copy in gst-plugins-bad and one (unused) here, which makes static linking unhappy. --- ext/gl/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/gl/Makefile.am b/ext/gl/Makefile.am index abbb49b6be..cf93f1dce4 100644 --- a/ext/gl/Makefile.am +++ b/ext/gl/Makefile.am @@ -5,6 +5,8 @@ plugin_LTLIBRARIES = libgstopengl.la # gstglbasemixer.h # gstglmixer.c # gstglmixer.h +# gstglmixerbin.h +# gstglmixerbin.c # gstglstereomix.c # gstglstereomix.h # gstglvideomixer.c @@ -16,7 +18,6 @@ libgstopengl_la_SOURCES = \ gstgldownloadelement.c \ gstglcolorconvertelement.c \ gstglfilterbin.c \ - gstglmixerbin.c \ gstglsinkbin.c \ gstglsrcbin.c \ gstglimagesink.c \ @@ -57,7 +58,6 @@ noinst_HEADERS = \ gstgldownloadelement.h \ gstglcolorconvertelement.h \ gstglfilterbin.h \ - gstglmixerbin.h \ gstglsinkbin.h \ gstglsrcbin.h \ gstglimagesink.h \