examples: Fix encodebin example CFLAGS and LDFLAGS
Previously it would only succeed to link if a new enough libgstpbutils-0.10 was installed in the default library search path.
This commit is contained in:
parent
22aa87e98f
commit
c23c706dce
@ -6,6 +6,7 @@ EXTRA_DIST = gstcapslist.h
|
|||||||
noinst_PROGRAMS = $(examples)
|
noinst_PROGRAMS = $(examples)
|
||||||
|
|
||||||
LDADD = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la \
|
LDADD = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la \
|
||||||
-lgstpbutils-@GST_MAJORMINOR@
|
|
||||||
$(GST_LIBS)
|
$(GST_LIBS)
|
||||||
AM_CFLAGS = -I$(top_builddir)/gst-libs $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
AM_CFLAGS = -I$(top_builddir)/gst-libs \
|
||||||
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||||
|
$(GST_CFLAGS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user