mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
libgstgl: Makefile style fix
This commit is contained in:
parent
1812c19291
commit
9caaf9eb63
1 changed files with 15 additions and 15 deletions
|
@ -16,21 +16,21 @@ libgstgl_@GST_API_VERSION@_la_SOURCES = \
|
||||||
gstglbufferpool.c \
|
gstglbufferpool.c \
|
||||||
gstglfilter.c \
|
gstglfilter.c \
|
||||||
gstglbasefilter.c \
|
gstglbasefilter.c \
|
||||||
gstglshader.c \
|
gstglshader.c \
|
||||||
gstglshadervariables.c \
|
gstglshadervariables.c \
|
||||||
gstglcolorconvert.c \
|
gstglcolorconvert.c \
|
||||||
gstgldownload.c \
|
gstgldownload.c \
|
||||||
gstglupload.c \
|
gstglupload.c \
|
||||||
gstgluploadmeta.c \
|
gstgluploadmeta.c \
|
||||||
gstglwindow.c \
|
gstglwindow.c \
|
||||||
gstglapi.c \
|
gstglapi.c \
|
||||||
gstglfeature.c \
|
gstglfeature.c \
|
||||||
gstglutils.c \
|
gstglutils.c \
|
||||||
gstglframebuffer.c \
|
gstglframebuffer.c \
|
||||||
gstglsyncmeta.c \
|
gstglsyncmeta.c \
|
||||||
gstglviewconvert.c \
|
gstglviewconvert.c \
|
||||||
gstglcompositionoverlay.c \
|
gstglcompositionoverlay.c \
|
||||||
gstgloverlaycompositor.c
|
gstgloverlaycompositor.c
|
||||||
|
|
||||||
libgstgl_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl
|
libgstgl_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl
|
||||||
libgstgl_@GST_API_VERSION@include_HEADERS = \
|
libgstgl_@GST_API_VERSION@include_HEADERS = \
|
||||||
|
|
Loading…
Reference in a new issue