# HG changeset patch # User rosfran # Date 1158871682 -3600 # Node ID e9c12410bfaaacaa0406e1a5af7ad313f13dfb18 # Parent 3194c4c16467597e6fb0aae11041ea54983e9675 [svn r10] Fixes bug when registering GStreamer libtool auto-versioning. diff -r 3194c4c16467 -r e9c12410bfaa gst-plugins-mythtv/configure.ac --- a/gst-plugins-mythtv/configure.ac Thu Sep 21 15:58:58 2006 +0100 +++ b/gst-plugins-mythtv/configure.ac Thu Sep 21 21:48:02 2006 +0100 @@ -138,14 +138,9 @@ AC_SUBST(GST_PLUGINS_DIR) AC_MSG_NOTICE(Using GStreamer Base Plugins in $GST_PLUGINS_DIR) -dnl LDFLAGS really should only contain flags, not libs - they get added before -dnl whatevertarget_LIBS and -L flags here affect the rest of the linking -GST_ALL_LDFLAGS="-no-undefined" -AC_SUBST(GST_ALL_LDFLAGS) - dnl this really should only contain flags, not libs - they get added before dnl whatevertarget_LIBS and -L flags here affect the rest of the linking -GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex $GST_ALL_LDFLAGS $GST_PLUGINS_DIR" +GST_PLUGIN_LDFLAGS="-module -avoid-version $GST_PLUGINS_DIR" AC_SUBST(GST_PLUGIN_LDFLAGS) # check for gstreamer development files