mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
[096/906] up
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@508 93df14bb-0f41-7a43-8087-d3e2a2f0e464
This commit is contained in:
parent
1a7b6d5bb3
commit
129652c1ce
4 changed files with 4 additions and 4 deletions
|
@ -4,15 +4,13 @@ lib_LTLIBRARIES = libgstgl-@GST_MAJORMINOR@.la
|
|||
libgstgl_@GST_MAJORMINOR@_la_SOURCES = \
|
||||
gstgldisplay.c \
|
||||
gstglbuffer.c \
|
||||
gstglfilter.c \
|
||||
gltestsrc.c
|
||||
gstglfilter.c
|
||||
|
||||
libgstgl_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/gl
|
||||
libgstgl_@GST_MAJORMINOR@include_HEADERS = \
|
||||
gstgldisplay.h \
|
||||
gstglbuffer.h \
|
||||
gstglfilter.h \
|
||||
gltestsrc.h
|
||||
gstglfilter.h
|
||||
|
||||
libgstgl_@GST_MAJORMINOR@_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \
|
||||
|
|
|
@ -20,6 +20,8 @@ libgstopengl_la_SOURCES = \
|
|||
gstglfilterapp.h \
|
||||
gstglcolorscale.c \
|
||||
gstglcolorscale.h \
|
||||
gltestsrc.c \
|
||||
gltestsrc.h \
|
||||
gstgltestsrc.c \
|
||||
gstgltestsrc.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue