libgstgl: Makefile style fix
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 22 Jul 2015 17:33:12 +0000 (13:33 -0400)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:06 +0000 (19:32 +0000)
gst-libs/gst/gl/Makefile.am

index ce30fff..806f9b9 100644 (file)
@@ -16,21 +16,21 @@ libgstgl_@GST_API_VERSION@_la_SOURCES = \
        gstglbufferpool.c \
        gstglfilter.c \
        gstglbasefilter.c \
-        gstglshader.c \
-        gstglshadervariables.c \
-        gstglcolorconvert.c \
-        gstgldownload.c \
-        gstglupload.c \
-        gstgluploadmeta.c \
-        gstglwindow.c \
-        gstglapi.c \
-        gstglfeature.c \
-        gstglutils.c \
-        gstglframebuffer.c \
-        gstglsyncmeta.c \
-        gstglviewconvert.c \
-        gstglcompositionoverlay.c \
-        gstgloverlaycompositor.c
+       gstglshader.c \
+       gstglshadervariables.c \
+       gstglcolorconvert.c \
+       gstgldownload.c \
+       gstglupload.c \
+       gstgluploadmeta.c \
+       gstglwindow.c \
+       gstglapi.c \
+       gstglfeature.c \
+       gstglutils.c \
+       gstglframebuffer.c \
+       gstglsyncmeta.c \
+       gstglviewconvert.c \
+       gstglcompositionoverlay.c \
+       gstgloverlaycompositor.c
 
 libgstgl_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl
 libgstgl_@GST_API_VERSION@include_HEADERS = \