From a71f35fefed58a3dc003ba7a6cbc4875d0a0e544 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Sun, 6 Apr 2008 08:59:49 +0000 Subject: [PATCH] configure.ac: Actually build dlls when cross-compiling with mingw32. Original commit message from CVS: Patch by: Damien Lespiau * configure.ac: Actually build dlls when cross-compiling with mingw32. Fixes bug #526247. --- ChangeLog | 8 ++++++++ configure.ac | 1 + 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index faaad44bf8..b3f266de53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-04-06 Sebastian Dröge + + Patch by: Damien Lespiau + + * configure.ac: + Actually build dlls when cross-compiling with mingw32. + Fixes bug #526247. + 2008-04-03 Edward Hervey * ffmpegrev: Bump upstream ffmpeg revision to todays diff --git a/configure.ac b/configure.ac index 82a37a8d74..d64a8c881c 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,7 @@ dnl we override it here if we need to for the release candidate of new series GST_MAJORMINOR=0.10 AC_SUBST(GST_MAJORMINOR) +AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff ***