gl: Disable glmixerbin for the time being too
authorSebastian Dröge <sebastian@centricular.com>
Sun, 25 Mar 2018 09:48:12 +0000 (12:48 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 25 Mar 2018 09:48:43 +0000 (12:48 +0300)
Otherwise we have one copy in gst-plugins-bad and one (unused) here,
which makes static linking unhappy.

ext/gl/Makefile.am

index abbb49b..cf93f1d 100644 (file)
@@ -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 \