diff options
author | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | 2011-02-28 20:19:53 +0100 |
---|---|---|
committer | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | 2011-02-28 20:19:53 +0100 |
commit | e4331322f2ea775e1b55aed99d3f964dbe324bb8 (patch) | |
tree | 576854fe65282ec44f6666be937c97c8f4555708 /configure.ac | |
parent | ef7cad4176bfb429dda5c1b2923353a732b466fe (diff) | |
download | gstreamer-plugins-bad-e4331322f2ea775e1b55aed99d3f964dbe324bb8.tar.gz |
configure.ac: cygwin/mingw; enable plugin linking to static lib
Useful for DirectX plugin(s).
Fixes #642507.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1901d026e..b88f32856 100644 --- a/configure.ac +++ b/configure.ac @@ -41,6 +41,8 @@ dnl we override it here if we need to for the release candidate of new series GST_MAJORMINOR=0.10 AC_SUBST(GST_MAJORMINOR) +AG_GST_LIBTOOL_PREPARE + dnl FIXME: this macro doesn't actually work; dnl the generated libtool script has no support for the listed tags. dnl So this needs to be fixed first if we want to use this |