2011-11-02 09:02:11 +00:00
|
|
|
plugin_LTLIBRARIES = libgstwaylandsink.la
|
|
|
|
|
2014-03-11 11:05:56 +00:00
|
|
|
libgstwaylandsink_la_SOURCES = \
|
|
|
|
gstwaylandsink.c \
|
|
|
|
waylandpool.c \
|
2014-06-20 11:47:57 +00:00
|
|
|
wlbuffer.c \
|
2014-03-11 11:05:56 +00:00
|
|
|
wldisplay.c \
|
|
|
|
wlwindow.c \
|
|
|
|
wlvideoformat.c \
|
|
|
|
scaler-protocol.c
|
|
|
|
|
2011-11-02 09:02:11 +00:00
|
|
|
libgstwaylandsink_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
|
2014-02-14 15:08:56 +00:00
|
|
|
$(WAYLAND_CFLAGS) $(GST_PLUGINS_BAD_CFLAGS)
|
|
|
|
libgstwaylandsink_la_LIBADD = \
|
|
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
|
|
|
-lgstvideo-$(GST_API_VERSION) \
|
|
|
|
$(WAYLAND_LIBS) \
|
|
|
|
$(top_builddir)/gst-libs/gst/wayland/libgstwayland-$(GST_API_VERSION).la
|
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
|
|
|
|
2014-03-11 11:05:56 +00:00
|
|
|
noinst_HEADERS = \
|
|
|
|
gstwaylandsink.h \
|
|
|
|
waylandpool.h \
|
2014-06-20 11:47:57 +00:00
|
|
|
wlbuffer.h \
|
2014-03-11 11:05:56 +00:00
|
|
|
wldisplay.h \
|
|
|
|
wlwindow.h \
|
|
|
|
wlvideoformat.h \
|
|
|
|
scaler-client-protocol.h
|
|
|
|
|
|
|
|
EXTRA_DIST = scaler.xml
|
|
|
|
CLEANFILES = scaler-protocol.c scaler-client-protocol.h
|
|
|
|
|
|
|
|
%-protocol.c : %.xml
|
|
|
|
$(wayland_scanner) code < $< > $@
|
|
|
|
|
|
|
|
%-client-protocol.h : %.xml
|
|
|
|
$(wayland_scanner) client-header < $< > $@
|
2014-05-20 16:03:39 +00:00
|
|
|
|
|
|
|
gstwaylandsink.c: scaler-client-protocol.h
|
|
|
|
|
|
|
|
waylandpool.c: scaler-client-protocol.h
|
|
|
|
|
2014-06-20 11:47:57 +00:00
|
|
|
wlbuffer.c: scaler-client-protocol.h
|
|
|
|
|
2014-05-20 16:03:39 +00:00
|
|
|
wldisplay.c: scaler-client-protocol.h
|
|
|
|
|
|
|
|
wlwindow.c: scaler-client-protocol.h
|