Hi,
I attached NSIS script (http://nsis.sou
rceforge.net/Main_Page) that could be
used for creating Windows gstreamer installation.
The installation package will contain
1) licence,
2) gst-launch,
3) gst-inspect,
4) all dlls from all gstreamer plugins.
I put all files in one installation package in order to
simplify user's
understanding of gstreamer installation. Files are installed
in windows GTK
fashion in C:\Program Files\Common Files\...
Because gstreamer' plugins have separate versioning I
decided to base the
installation only on the Major version (0.10) and postfixing
it with current
windows release version (-0 for the first release).
So it is possible to compile gstreamer using MinGW/MSYS and
create an
installation package using attached script and NSIS. Please
note that some
paths may need to be updated, see Section
"Install"
Hope gstreamer community will find it useful.
|