GNOME Bugzilla – Bug 568828
gstfilesrc won't build under MingW32
Last modified: 2009-01-23 17:37:41 UTC
When building gstreamer from within MingW32 the build will fail with the following errors: gstfilesrc.c: In function `gst_file_src_get_size': gstfilesrc.c:940: error: storage size of 'stat_results' isn't known gstfilesrc.c:951: warning: implicit declaration of function `_fstat64' gstfilesrc.c:940: warning: unused variable `stat_results' gstfilesrc.c: In function `gst_file_src_start': gstfilesrc.c:970: error: storage size of 'stat_results' isn't known gstfilesrc.c:970: warning: unused variable `stat_results' Attached is a simple patch which should fix the problem.
Created attachment 127085 [details] [review] Patch to make gstfilesrc build with mingw32
*** This bug has been marked as a duplicate of 568632 ***