mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-03 06:39:51 +00:00
configure.ac: Add -no-undefined to GST_PLUGIN_LDFLAGS (bug #316076)
Original commit message from CVS: * configure.ac: Add -no-undefined to GST_PLUGIN_LDFLAGS (bug #316076) * gst/base/Makefile.am: Add -no-undefined to LDFLAGS for libs * gst/check/Makefile.am: * libs/gst/controller/Makefile.am: * libs/gst/dataprotocol/Makefile.am:
This commit is contained in:
parent
1f27d90839
commit
20acc0ae7e
9 changed files with 23 additions and 8 deletions
|
@ -1,3 +1,12 @@
|
|||
2005-09-14 David Schleef <ds@schleef.org>
|
||||
|
||||
* configure.ac: Add -no-undefined to GST_PLUGIN_LDFLAGS (bug
|
||||
#316076)
|
||||
* gst/base/Makefile.am: Add -no-undefined to LDFLAGS for libs
|
||||
* gst/check/Makefile.am:
|
||||
* libs/gst/controller/Makefile.am:
|
||||
* libs/gst/dataprotocol/Makefile.am:
|
||||
|
||||
2005-09-14 David Schleef <ds@schleef.org>
|
||||
|
||||
* configure.ac: Remove getbits library. Nothing uses it, and
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit beb88603e0babccd4e8548b676b4b5c9dd6e28db
|
||||
Subproject commit 97fbc2dd78ea0cc2225b63ff383802b7c376d9b7
|
|
@ -586,7 +586,7 @@ AC_SUBST(GST_OBJ_CFLAGS, "$GST_OBJ_CFLAGS")
|
|||
AC_SUBST(GST_OBJ_LIBS, "$GST_OBJ_LIBS")
|
||||
|
||||
dnl specific additional LDFLAGS for plugins
|
||||
GST_PLUGIN_LDFLAGS="-module -avoid-version $EXPORT_LDFLAGS"
|
||||
GST_PLUGIN_LDFLAGS="-module -avoid-version -no-undefined $EXPORT_LDFLAGS"
|
||||
AC_SUBST(GST_PLUGIN_LDFLAGS, "$GST_PLUGIN_LDFLAGS")
|
||||
|
||||
plugindir="\$(libdir)/gstreamer-$GST_MAJORMINOR"
|
||||
|
|
|
@ -14,7 +14,8 @@ libgstbase_@GST_MAJORMINOR@_la_SOURCES = \
|
|||
libgstbase_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
||||
libgstbase_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS) \
|
||||
../libgstreamer-@GST_MAJORMINOR@.la
|
||||
libgstbase_@GST_MAJORMINOR@_la_LDFLAGS =
|
||||
libgstbase_@GST_MAJORMINOR@_la_LDFLAGS = \
|
||||
-no-undefined
|
||||
|
||||
libgstbase_@GST_MAJORMINOR@includedir = \
|
||||
$(includedir)/gstreamer-@GST_MAJORMINOR@/gst/base
|
||||
|
|
|
@ -8,7 +8,8 @@ libgstcheck_@GST_MAJORMINOR@_la_SOURCES = \
|
|||
libgstcheck_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS) $(CHECK_CFLAGS)
|
||||
libgstcheck_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS) $(CHECK_LIBS) \
|
||||
../libgstreamer-@GST_MAJORMINOR@.la
|
||||
libgstcheck_@GST_MAJORMINOR@_la_LDFLAGS =
|
||||
libgstcheck_@GST_MAJORMINOR@_la_LDFLAGS = \
|
||||
-no-undefined
|
||||
|
||||
libgstcheck_@GST_MAJORMINOR@includedir = \
|
||||
$(includedir)/gstreamer-@GST_MAJORMINOR@/gst/check
|
||||
|
|
|
@ -14,7 +14,8 @@ libgstbase_@GST_MAJORMINOR@_la_SOURCES = \
|
|||
libgstbase_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
||||
libgstbase_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS) \
|
||||
../libgstreamer-@GST_MAJORMINOR@.la
|
||||
libgstbase_@GST_MAJORMINOR@_la_LDFLAGS =
|
||||
libgstbase_@GST_MAJORMINOR@_la_LDFLAGS = \
|
||||
-no-undefined
|
||||
|
||||
libgstbase_@GST_MAJORMINOR@includedir = \
|
||||
$(includedir)/gstreamer-@GST_MAJORMINOR@/gst/base
|
||||
|
|
|
@ -8,7 +8,8 @@ libgstcheck_@GST_MAJORMINOR@_la_SOURCES = \
|
|||
libgstcheck_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS) $(CHECK_CFLAGS)
|
||||
libgstcheck_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS) $(CHECK_LIBS) \
|
||||
../libgstreamer-@GST_MAJORMINOR@.la
|
||||
libgstcheck_@GST_MAJORMINOR@_la_LDFLAGS =
|
||||
libgstcheck_@GST_MAJORMINOR@_la_LDFLAGS = \
|
||||
-no-undefined
|
||||
|
||||
libgstcheck_@GST_MAJORMINOR@includedir = \
|
||||
$(includedir)/gstreamer-@GST_MAJORMINOR@/gst/check
|
||||
|
|
|
@ -11,5 +11,6 @@ libgstcontroller_@GST_MAJORMINOR@_la_SOURCES = \
|
|||
gsthelper.c
|
||||
|
||||
libgstcontroller_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS) -I$(top_srcdir)/libs
|
||||
libgstcontroller_@GST_MAJORMINOR@_la_LDFLAGS = @GST_LIB_LDFLAGS@
|
||||
libgstcontroller_@GST_MAJORMINOR@_la_LDFLAGS = @GST_LIB_LDFLAGS@ \
|
||||
-no-undefined
|
||||
libgstcontroller_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS)
|
||||
|
|
|
@ -10,6 +10,7 @@ libgstdataprotocol_@GST_MAJORMINOR@_la_SOURCES = \
|
|||
|
||||
# remove GST_ENABLE_NEW when dataprotocol has been declared API-stable
|
||||
libgstdataprotocol_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS) -I$(top_srcdir)/libs -DGST_ENABLE_NEW
|
||||
libgstdataprotocol_@GST_MAJORMINOR@_la_LDFLAGS = @GST_LIB_LDFLAGS@
|
||||
libgstdataprotocol_@GST_MAJORMINOR@_la_LDFLAGS = @GST_LIB_LDFLAGS@ \
|
||||
-no-undefined
|
||||
libgstdataprotocol_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue