2014-03-24 12:12:42 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libgstgl-egl.la
|
|
|
|
|
|
|
|
libgstgl_egl_la_SOURCES = \
|
|
|
|
gstgldisplay_egl.c \
|
2014-03-22 22:01:49 +00:00
|
|
|
gstglcontext_egl.c \
|
|
|
|
gsteglimagememory.c
|
2014-03-24 12:12:42 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
gstglcontext_egl.h
|
|
|
|
|
|
|
|
libgstgl_eglincludedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl/egl
|
|
|
|
libgstgl_eglinclude_HEADERS = \
|
2014-03-22 22:01:49 +00:00
|
|
|
gstgldisplay_egl.h \
|
|
|
|
gsteglimagememory.h
|
2014-03-24 12:12:42 +00:00
|
|
|
|
|
|
|
libgstgl_egl_la_CFLAGS = \
|
|
|
|
-I$(top_srcdir)/gst-libs \
|
|
|
|
$(GL_CFLAGS) \
|
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
|
|
$(GST_BASE_CFLAGS) \
|
|
|
|
$(GST_CFLAGS)
|
|
|
|
|
|
|
|
libgstgl_egl_la_LDFLAGS = \
|
|
|
|
$(GST_LIB_LDFLAGS) \
|
|
|
|
$(GST_ALL_LDFLAGS)
|