utils: expose pad_link_maybe_ghosting
[platform/upstream/gstreamer.git] / win32 / README.txt
1 Building GStreamer on Windows\r
2 -----------------------------\r
3 \r
4 Running GStreamer on Windows is supported.
5
6 Official Windows binaries for each release can be found at:
7
8   https://gstreamer.freedesktop.org/data/pkg/windows/
9
10
11 Building with MinGW/MSys
12 ------------------------
13 \r
14 Should work out of the box from the toplevel directory using the standard\r
15 Unix build system provided.\r
16 \r
17 This build type is officially supported.
18 \r
19 You can build Windows binaries including all required dependencies
20 using the 'cerbero' build tool:
21 \r
22   http://cgit.freedesktop.org/gstreamer/cerbero/
23
24 This works both natively on Windows or as cross-compile from Linux.
25 \r
26 \r
27 Building with Visual Studio
28 ---------------------------
29 \r
30 Building with Visual Studio is currently not supported.