mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 05:26:23 +00:00
cairooverlay: Use LDADD instead of LDFLAGS for libs and add $(GST_LIBS)
This commit is contained in:
parent
92808b1010
commit
8b9183c633
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ endif
|
|||
|
||||
cairo_overlay_SOURCES = cairo_overlay.c
|
||||
cairo_overlay_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(CAIRO_CFLAGS)
|
||||
cairo_overlay_LDFLAGS = -lgstvideo-$(GST_MAJORMINOR) $(CAIRO_LIBS)
|
||||
cairo_overlay_LDADD = -lgstvideo-$(GST_MAJORMINOR) $(GST_LIBS) $(CAIRO_LIBS)
|
||||
|
|
Loading…
Reference in a new issue