mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
examples: Fix libgstvideo linking
Use the local libgstvideo (and not the system wide one)
This commit is contained in:
parent
d3a35870a2
commit
8367d7e6f4
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ noinst_PROGRAMS = overlaycomposition
|
|||
|
||||
overlaycomposition_SOURCES = overlaycomposition.c
|
||||
overlaycomposition_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GIO_CFLAGS)
|
||||
overlaycomposition_LDADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) $(GST_LIBS) $(GIO_LIBS) $(LIBM)
|
||||
overlaycomposition_LDADD = $(GST_PLUGINS_BASE_LIBS) $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la $(GST_LIBS) $(GIO_LIBS) $(LIBM)
|
||||
|
|
Loading…
Reference in a new issue