GNOME Bugzilla – Bug 659644
Added rules to build winks with the mingw-w64 toolchain
Last modified: 2014-05-22 15:07:17 UTC
Created attachment 197112 [details] winks rules Some missing definitions were recently incorporated to the CRT of mingw-w64: http://sourceforge.net/tracker/?func=detail&atid=983357&aid=3408117&group_id=202880 which makes possible to compile the winks plugin with the mingw-w64 cross compiler. Until now, the rules in the am and ac files in the gst-plugins-bad package ignored this plugin. I'm submitting a patch that adds these rules. I generated this patch against the latest code I checked out from git.
Could you reattach the patch as a git commit, created using 'git format-patch'? This makes it easier to review and merge. Thanks.
Created attachment 197425 [details] [review] Winks patch generated with git format-patch
BTW, it seems that these patches https://bugzilla.gnome.org/show_bug.cgi?id=599394 https://bugzilla.gnome.org/show_bug.cgi?id=577050 haven't been included to the trunk, right?
is there any change that these changes get into the git before the next release?
*** Bug 672136 has been marked as a duplicate of this bug. ***
This depends on bug #702041 now, everything has to be ported to 1.0 first.
winks is now ported. Is this patch still needed ?
works fine with mingw32/64 whether cross-compiling or on windows itself. Closing.