From: Sebastian Dröge Date: Fri, 11 Jul 2014 11:58:55 +0000 (+0200) Subject: gl: Always build gstglmixer, not only when full OpenGL support is enabled X-Git-Tag: 1.19.3~507^2~10587 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=193484798174ed012da634c0f3a4f8915c14ba2e;p=platform%2Fupstream%2Fgstreamer.git gl: Always build gstglmixer, not only when full OpenGL support is enabled --- 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 \