mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
3c8368129a
gstgldisplay_viv_fb.h is need by qmlgl plugin in gst-good package https://bugzilla.gnome.org/show_bug.cgi?id=795499
27 lines
643 B
Makefile
27 lines
643 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_LTLIBRARIES = libgstgl-viv-fb.la
|
|
|
|
libgstgl_viv_fb_la_SOURCES = \
|
|
gstgldisplay_viv_fb.c \
|
|
gstglwindow_viv_fb_egl.c
|
|
|
|
noinst_HEADERS = \
|
|
gstgldisplay_viv_fb.h \
|
|
gstglwindow_viv_fb_egl.h
|
|
|
|
libgstgl_viv_fbincludedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl/viv-fb
|
|
libgstgl_viv_fbinclude_HEADERS = \
|
|
gstgldisplay_viv_fb.h
|
|
|
|
libgstgl_viv_fb_la_CFLAGS = \
|
|
-I$(top_srcdir)/gst-libs \
|
|
-I$(top_builddir)/gst-libs \
|
|
$(GL_CFLAGS) \
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
$(GST_BASE_CFLAGS) \
|
|
$(GST_CFLAGS)
|
|
|
|
libgstgl_viv_fb_la_LDFLAGS = \
|
|
$(GST_LIB_LDFLAGS) \
|
|
$(GST_ALL_LDFLAGS)
|