mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 12:02:27 +00:00
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.
This commit is contained in:
parent
bfc4567586
commit
c0c76a8788
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,8 @@ plugin_LTLIBRARIES = libgstopengl.la
|
||||||
# gstglbasemixer.h
|
# gstglbasemixer.h
|
||||||
# gstglmixer.c
|
# gstglmixer.c
|
||||||
# gstglmixer.h
|
# gstglmixer.h
|
||||||
|
# gstglmixerbin.h
|
||||||
|
# gstglmixerbin.c
|
||||||
# gstglstereomix.c
|
# gstglstereomix.c
|
||||||
# gstglstereomix.h
|
# gstglstereomix.h
|
||||||
# gstglvideomixer.c
|
# gstglvideomixer.c
|
||||||
|
@ -16,7 +18,6 @@ libgstopengl_la_SOURCES = \
|
||||||
gstgldownloadelement.c \
|
gstgldownloadelement.c \
|
||||||
gstglcolorconvertelement.c \
|
gstglcolorconvertelement.c \
|
||||||
gstglfilterbin.c \
|
gstglfilterbin.c \
|
||||||
gstglmixerbin.c \
|
|
||||||
gstglsinkbin.c \
|
gstglsinkbin.c \
|
||||||
gstglsrcbin.c \
|
gstglsrcbin.c \
|
||||||
gstglimagesink.c \
|
gstglimagesink.c \
|
||||||
|
@ -57,7 +58,6 @@ noinst_HEADERS = \
|
||||||
gstgldownloadelement.h \
|
gstgldownloadelement.h \
|
||||||
gstglcolorconvertelement.h \
|
gstglcolorconvertelement.h \
|
||||||
gstglfilterbin.h \
|
gstglfilterbin.h \
|
||||||
gstglmixerbin.h \
|
|
||||||
gstglsinkbin.h \
|
gstglsinkbin.h \
|
||||||
gstglsrcbin.h \
|
gstglsrcbin.h \
|
||||||
gstglimagesink.h \
|
gstglimagesink.h \
|
||||||
|
|
Loading…
Reference in a new issue