mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
[640/906] build: add missing file to built sources
This commit is contained in:
parent
4a886e91e4
commit
a87b070abb
1 changed files with 4 additions and 2 deletions
|
@ -14,7 +14,8 @@ libgstgl_@GST_API_VERSION@_la_SOURCES = \
|
||||||
gstgldownload.c \
|
gstgldownload.c \
|
||||||
gstglupload.c \
|
gstglupload.c \
|
||||||
gstglwindow.c \
|
gstglwindow.c \
|
||||||
gstglapi.c
|
gstglapi.c \
|
||||||
|
gstglfeature.c
|
||||||
|
|
||||||
libgstgl_@GST_API_VERSION@_la_LIBADD = \
|
libgstgl_@GST_API_VERSION@_la_LIBADD = \
|
||||||
$(GST_PLUGINS_BASE_LIBS) \
|
$(GST_PLUGINS_BASE_LIBS) \
|
||||||
|
@ -57,7 +58,8 @@ libgstgl_@GST_API_VERSION@include_HEADERS = \
|
||||||
gstglshader.h \
|
gstglshader.h \
|
||||||
gstgldownload.h \
|
gstgldownload.h \
|
||||||
gstglupload.h \
|
gstglupload.h \
|
||||||
gstglapi.h
|
gstglapi.h \
|
||||||
|
gstglfeature.h
|
||||||
|
|
||||||
libgstgl_@GST_API_VERSION@_la_CFLAGS = \
|
libgstgl_@GST_API_VERSION@_la_CFLAGS = \
|
||||||
$(GL_CFLAGS) \
|
$(GL_CFLAGS) \
|
||||||
|
|
Loading…
Reference in a new issue