|
Hi all,
I made some days ago a C program that creates a pipe for gstreamer and it works well on linux. Now I need to create the windows version of the same program and I'm in trouble about steps to perform using i586-mingw32msvc under linux. Firstly I modified header including the correct windows version (for example winsock.h instead of <sys/socket.h> etc). But for compilation I need gstreamer library so how I can proceed to have an sdk environment under linux in order to compile program and obtain executable for windows?
Please help me it is quite important.
Good day
G.
|