From 193484798174ed012da634c0f3a4f8915c14ba2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 11 Jul 2014 13:58:55 +0200 Subject: [PATCH] gl: Always build gstglmixer, not only when full OpenGL support is enabled --- ext/gl/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/gl/Makefile.am b/ext/gl/Makefile.am index f5b48c3aba..b1796f69cc 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 \