mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 10:31:05 +00:00
08702be68f
The other elements are not that interesting now that we're using pangocairo in the pango plugin, and should probably just be removed.
5 lines
256 B
Makefile
5 lines
256 B
Makefile
noinst_PROGRAMS = cairo_overlay
|
|
|
|
cairo_overlay_SOURCES = cairo_overlay.c
|
|
cairo_overlay_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(CAIRO_CFLAGS)
|
|
cairo_overlay_LDADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) $(GST_LIBS) $(CAIRO_LIBS)
|