[aravis] gst-plugin: add missing LDFLAGS definition



commit e4901e5a3b4def5b25ddf2cf3cce1fddd0d5d46f
Author: Patrick Doyle <wpdster gmail com>
Date:   Wed Jun 11 09:51:49 2014 +0200

    gst-plugin: add missing LDFLAGS definition

 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4f91086..3418f85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -126,6 +126,9 @@ else
 fi
 AC_SUBST(gstplugindir)
 
+GST_PLUGIN_LDFLAGS='-module -avoid-version -export-symbols-regex [_]*\(gst_\|Gst\|GST_\).*'
+AC_SUBST(GST_PLUGIN_LDFLAGS)
+
 # GStreamer-0.10 plugin
 # =====================
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]