2013-07-10 09:31:17 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libgstgl-android.la
|
|
|
|
|
|
|
|
libgstgl_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl
|
|
|
|
libgstglandroidincludedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl/android
|
|
|
|
|
|
|
|
libgstgl_android_la_SOURCES = \
|
|
|
|
gstglwindow_android_egl.c
|
|
|
|
|
|
|
|
libgstglandroidinclude_HEADERS = \
|
|
|
|
gstglwindow_android_egl.h
|
|
|
|
|
|
|
|
libgstgl_android_la_CFLAGS = \
|
2013-08-13 10:10:56 +00:00
|
|
|
-I$(top_srcdir)/gst-libs \
|
2014-03-25 04:40:14 +00:00
|
|
|
-I$(top_builddir)/gst-libs \
|
2013-07-10 09:31:17 +00:00
|
|
|
$(GL_CFLAGS) \
|
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
|
|
$(GST_BASE_CFLAGS) \
|
2013-08-13 10:10:56 +00:00
|
|
|
$(GST_CFLAGS)
|
2013-07-10 09:31:17 +00:00
|
|
|
|
|
|
|
libgstgl_android_la_LDFLAGS = \
|
|
|
|
$(GST_LIB_LDFLAGS) \
|
|
|
|
$(GST_ALL_LDFLAGS)
|