summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-07-11 13:58:55 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-07-12 10:08:12 +0200
commit845fefd77ce34f4305bae70d3b1959294bcc78c7 (patch)
tree7590210fa3550d78129c1207f57fb4586c22d163
parentf8778ee2726d71870932494a50228bb429e84dcc (diff)
gl: Always build gstglmixer, not only when full OpenGL support is enabled1.3.91
-rw-r--r--ext/gl/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/gl/Makefile.am b/ext/gl/Makefile.am
index f5b48c3ab..b1796f69c 100644
--- a/ext/gl/Makefile.am
+++ b/ext/gl/Makefile.am
@@ -25,9 +25,6 @@ OPENGL_SOURCES = \
gltestsrc.h \
gstgltestsrc.c \
gstgltestsrc.h \
- gstglmixer.c \
- gstglmixer.h \
- gstglmixerpad.h \
gstglmosaic.c \
gstglmosaic.h \
effects/gstgleffectscurves.h \
@@ -73,6 +70,9 @@ libgstopengl_la_SOURCES = \
effects/gstgleffectsqueeze.c \
gstglcolorscale.c \
gstglcolorscale.h \
+ gstglmixer.c \
+ gstglmixer.h \
+ gstglmixerpad.h \
gstglvideomixer.c \
gstglvideomixer.h \
gstglfiltershader.c \