Skip to content

Update download page with windows and android NDK/SDK info

Nirbheek Chauhan requested to merge nirbheek/www:update-download-page into master

commit f87825fe:

download: Make library name change b/w mingw and msvc clearer
People seem to miss the note about that, so make it clearer and harder
to miss. Also note that some libraries shipped with MSVC still use
MinGW.

commit 95ea75fc:

download: List the Android NDKs used for each version
You generally need to build your Android app with the same NDK version
that the gstreamer binaries were built with, so document it.

commit 1cc5b5cf:

download: Add ABI compatibility notes for Windows
People often have misconceptions regarding this, such as:

https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/386
https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/387

People also need to know what CRT(s) each set of binary releases uses.
For example, there are different CRTs for debug vs release, and the
CRT can be linked statically or dynamically.

commit 936803ec:

download: Link to the appropriate section for each platform

Merge request reports