mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
12 lines
346 B
Makefile
12 lines
346 B
Makefile
|
libgstinterfacesincludedir = \
|
||
|
$(includedir)/gstreamer-@GST_MAJORMINOR@/gst/xoverlay
|
||
|
|
||
|
libgstinterfacesinclude_HEADERS = xoverlay.h
|
||
|
|
||
|
lib_LTLIBRARIES = libgstxoverlay.la
|
||
|
|
||
|
libgstxoverlay_la_SOURCES = xoverlay.c
|
||
|
libgstxoverlay_la_LIBADD =
|
||
|
libgstxoverlay_la_CFLAGS = $(GST_CFLAGS) $(GST_OPT_CFLAGS)
|
||
|
libgstxoverlay_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|