mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +00:00
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:
parent
2c3a6718be
commit
390b19c0cc
2 changed files with 9 additions and 0 deletions
|
@ -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-05 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
|
||||
|
|
|
@ -50,6 +50,7 @@ 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
|
||||
dnl AS_LIBTOOL_TAGS
|
||||
|
||||
AC_LIBTOOL_WIN32_DLL
|
||||
AM_PROG_LIBTOOL
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
|
Loading…
Reference in a new issue