mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
8367d7e6f4
Use the local libgstvideo (and not the system wide one)
5 lines
323 B
Makefile
5 lines
323 B
Makefile
noinst_PROGRAMS = overlaycomposition
|
|
|
|
overlaycomposition_SOURCES = overlaycomposition.c
|
|
overlaycomposition_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GIO_CFLAGS)
|
|
overlaycomposition_LDADD = $(GST_PLUGINS_BASE_LIBS) $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la $(GST_LIBS) $(GIO_LIBS) $(LIBM)
|