diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-23 04:23:00 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-23 04:23:00 +0000 |
commit | 7593b38a57f55c28cdb4b8c3df27a13c6ce55d99 (patch) | |
tree | 13d564ed48fa161cc87f9dffaf6efa4152aa3dab /configure.ac | |
parent | 50bdf8c4623926eadd834e463357077bba0eec90 (diff) |
fix build and use of GST_LIBS
Original commit message from CVS:
fix build and use of GST_LIBS
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 07e67f3b..d42a4b61 100644 --- a/configure.ac +++ b/configure.ac @@ -259,7 +259,7 @@ dnl =========================================================================== plugindir="\$(libdir)/gstreamer-$GST_MAJORMINOR" AC_SUBST(plugindir) -GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '[_]*(gst_|Gst|GST_).*' $GST_LIBS" +GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '[_]*(gst_|Gst|GST_).*'" AC_SUBST(GST_PLUGIN_LDFLAGS) dnl these are all the gst plug-ins, compilable without additional libs |