mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
a74dd22a06
Original commit message from CVS: 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org> * ext/cairo/Makefile.am: no need to link to videofilter
17 lines
411 B
Makefile
17 lines
411 B
Makefile
plugin_LTLIBRARIES = libgstcairo.la
|
|
|
|
noinst_HEADERS = gsttimeoverlay.h gsttextoverlay.h
|
|
|
|
libgstcairo_la_SOURCES = \
|
|
gstcairo.c \
|
|
gsttimeoverlay.c \
|
|
gsttextoverlay.c
|
|
|
|
libgstcairo_la_CFLAGS = \
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
$(GST_BASE_CFLAGS) \
|
|
$(GST_CFLAGS) $(CAIRO_CFLAGS)
|
|
libgstcairo_la_LIBADD = \
|
|
$(GST_BASE_LIBS) \
|
|
$(GST_LIBS) $(CAIRO_LIBS) -lm
|
|
libgstcairo_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|