mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
faceoverlay: Add gst-plugins-base CFLAGS and LIBS to fix compilation
This commit is contained in:
parent
d11178aac0
commit
8aebdeb35d
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ plugin_LTLIBRARIES = libgstfaceoverlay.la
|
|||
libgstfaceoverlay_la_SOURCES = gstfaceoverlay.c
|
||||
|
||||
# compiler and linker flags used to compile this plugin, set in configure.ac
|
||||
libgstfaceoverlay_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstfaceoverlay_la_LIBADD = $(GST_LIBS)
|
||||
libgstfaceoverlay_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
libgstfaceoverlay_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_MAJORMINOR@ $(GST_LIBS)
|
||||
libgstfaceoverlay_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstfaceoverlay_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
|
|
Loading…
Reference in a new issue