mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
encodebin: examples: Add missing base libs to makefile
This commit is contained in:
parent
fd486588ce
commit
3c3a78f34a
1 changed files with 2 additions and 0 deletions
|
@ -6,7 +6,9 @@ EXTRA_DIST = gstcapslist.h
|
|||
noinst_PROGRAMS = $(examples)
|
||||
|
||||
LDADD = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS)
|
||||
AM_CFLAGS = -I$(top_builddir)/gst-libs \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue