mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
15 lines
348 B
Makefile
15 lines
348 B
Makefile
|
|
||
|
plugin_LTLIBRARIES = libgstcairo.la
|
||
|
|
||
|
noinst_HEADERS = gsttimeoverlay.h gsttextoverlay.h
|
||
|
|
||
|
libgstcairo_la_SOURCES = \
|
||
|
gsttimeoverlay.c \
|
||
|
gsttextoverlay.c \
|
||
|
gstcairo.c
|
||
|
libgstcairo_la_CFLAGS = $(GST_CFLAGS) $(CAIRO_CFLAGS) \
|
||
|
-I$(top_srcdir)/gst/videofilter
|
||
|
libgstcairo_la_LIBADD =
|
||
|
libgstcairo_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(CAIRO_LIBS) -lm
|
||
|
|