After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 782230 - msdk: Add autotools build support on Windows.
msdk: Add autotools build support on Windows.
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-05-05 17:08 UTC by Scott D Phillips
Modified: 2017-05-05 22:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Scott D Phillips 2017-05-05 17:08:18 UTC
Currently the autotools build only supports linux.
Comment 1 Scott D Phillips 2017-05-05 17:15:18 UTC
I just remembered that building the msdk plugin requires MSVC (libmfx.a is a C++ library and won't link with gcc on windows). So this can only be done if the autotools build can work with MSVC. Will that be impossible?
Comment 2 Tim-Philipp Müller 2017-05-05 22:01:05 UTC
Pretty much, yes.
Comment 3 Scott D Phillips 2017-05-05 22:03:12 UTC
Ok, I guess this is pretty much hopeless then.