mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
examples: Fix linking by passing -export-dynamic in the right variable
This commit is contained in:
parent
2a1ba01450
commit
6a0ec3b14d
1 changed files with 2 additions and 1 deletions
|
@ -17,5 +17,6 @@ noinst_PROGRAMS = \
|
|||
text_properties \
|
||||
$(graphical)
|
||||
|
||||
AM_CFLAGS = -I$(top_srcdir) $(GST_PBUTILS_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS) -export-dynamic
|
||||
AM_CFLAGS = -I$(top_srcdir) $(GST_PBUTILS_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS)
|
||||
AM_LDFLAGS = -export-dynamic
|
||||
LDADD = $(top_builddir)/ges/libges-@GST_API_VERSION@.la $(GST_PBUTILS_LIBS) $(GST_LIBS) $(GTK_LIBS)
|
||||
|
|
Loading…
Reference in a new issue