configure.ac: Actually build dlls when cross-compiling with mingw32.

Original commit message from CVS:
Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
* configure.ac:
Actually build dlls when cross-compiling with mingw32.
Fixes bug #526247.
This commit is contained in:
Damien Lespiau 2008-04-06 08:59:49 +00:00 committed by Sebastian Dröge
parent 72b54f8e4c
commit a71f35fefe
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,11 @@
2008-04-06 Sebastian Dröge <slomo@circular-chaos.org>
Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
* configure.ac:
Actually build dlls when cross-compiling with mingw32.
Fixes bug #526247.
2008-04-03 Edward Hervey <edward.hervey@collabora.co.uk>
* ffmpegrev: Bump upstream ffmpeg revision to todays

View file

@ -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 ***