mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
gl: Always build gstglmixer, not only when full OpenGL support is enabled
This commit is contained in:
parent
198d8dd5f1
commit
1934847981
1 changed files with 3 additions and 3 deletions
|
@ -25,9 +25,6 @@ OPENGL_SOURCES = \
|
||||||
gltestsrc.h \
|
gltestsrc.h \
|
||||||
gstgltestsrc.c \
|
gstgltestsrc.c \
|
||||||
gstgltestsrc.h \
|
gstgltestsrc.h \
|
||||||
gstglmixer.c \
|
|
||||||
gstglmixer.h \
|
|
||||||
gstglmixerpad.h \
|
|
||||||
gstglmosaic.c \
|
gstglmosaic.c \
|
||||||
gstglmosaic.h \
|
gstglmosaic.h \
|
||||||
effects/gstgleffectscurves.h \
|
effects/gstgleffectscurves.h \
|
||||||
|
@ -73,6 +70,9 @@ libgstopengl_la_SOURCES = \
|
||||||
effects/gstgleffectsqueeze.c \
|
effects/gstgleffectsqueeze.c \
|
||||||
gstglcolorscale.c \
|
gstglcolorscale.c \
|
||||||
gstglcolorscale.h \
|
gstglcolorscale.h \
|
||||||
|
gstglmixer.c \
|
||||||
|
gstglmixer.h \
|
||||||
|
gstglmixerpad.h \
|
||||||
gstglvideomixer.c \
|
gstglvideomixer.c \
|
||||||
gstglvideomixer.h \
|
gstglvideomixer.h \
|
||||||
gstglfiltershader.c \
|
gstglfiltershader.c \
|
||||||
|
|
Loading…
Reference in a new issue