2011-11-02 09:02:11 +00:00
|
|
|
plugin_LTLIBRARIES = libgstwaylandsink.la
|
|
|
|
|
2012-08-08 14:10:28 +00:00
|
|
|
libgstwaylandsink_la_SOURCES = gstwaylandsink.c waylandpool.c
|
2011-11-02 09:02:11 +00:00
|
|
|
libgstwaylandsink_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
|
|
|
|
$(WAYLAND_CFLAGS)
|
|
|
|
libgstwaylandsink_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
2012-04-04 12:41:22 +00:00
|
|
|
-lgstvideo-$(GST_API_VERSION) \
|
2012-09-29 11:36:08 +00:00
|
|
|
$(WAYLAND_LIBS)
|
2011-11-02 09:02:11 +00:00
|
|
|
libgstwaylandsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2012-10-24 10:16:39 +00:00
|
|
|
libgstwaylandsink_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2011-11-02 09:02:11 +00:00
|
|
|
|
2012-08-08 14:10:28 +00:00
|
|
|
noinst_HEADERS = gstwaylandsink.h waylandpool.h
|