mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
Added libgst.la to the global LDFLAGS, so all plugins link against it.
Original commit message from CVS: Added libgst.la to the global LDFLAGS, so all plugins link against it. This should help solve problems with bindings and dynamic loading of libgst.
This commit is contained in:
parent
cfc8e88be3
commit
f279992aff
1 changed files with 1 additions and 0 deletions
|
@ -1050,6 +1050,7 @@ AC_SUBST(LIBGST_CFLAGS)
|
||||||
|
|
||||||
dnl CFLAGS for everyone else
|
dnl CFLAGS for everyone else
|
||||||
CFLAGS="$GST_CFLAGS $CFLAGS"
|
CFLAGS="$GST_CFLAGS $CFLAGS"
|
||||||
|
LDFLAGS="$GST_LIBS $LDFLAGS"
|
||||||
|
|
||||||
dnl Needed to make automake 1.4g happy.
|
dnl Needed to make automake 1.4g happy.
|
||||||
dnl FIXME: find as properly, rather than just using CC
|
dnl FIXME: find as properly, rather than just using CC
|
||||||
|
|
Loading…
Reference in a new issue