1.1 --- a/gst-plugins-mythtv/configure.ac Thu Sep 21 15:58:58 2006 +0100
1.2 +++ b/gst-plugins-mythtv/configure.ac Thu Sep 21 21:48:02 2006 +0100
1.3 @@ -138,14 +138,9 @@
1.4 AC_SUBST(GST_PLUGINS_DIR)
1.5 AC_MSG_NOTICE(Using GStreamer Base Plugins in $GST_PLUGINS_DIR)
1.6
1.7 -dnl LDFLAGS really should only contain flags, not libs - they get added before
1.8 -dnl whatevertarget_LIBS and -L flags here affect the rest of the linking
1.9 -GST_ALL_LDFLAGS="-no-undefined"
1.10 -AC_SUBST(GST_ALL_LDFLAGS)
1.11 -
1.12 dnl this really should only contain flags, not libs - they get added before
1.13 dnl whatevertarget_LIBS and -L flags here affect the rest of the linking
1.14 -GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex $GST_ALL_LDFLAGS $GST_PLUGINS_DIR"
1.15 +GST_PLUGIN_LDFLAGS="-module -avoid-version $GST_PLUGINS_DIR"
1.16 AC_SUBST(GST_PLUGIN_LDFLAGS)
1.17
1.18 # check for gstreamer development files