After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 526236 - mingw32 gstpoll compilation fix
mingw32 gstpoll compilation fix
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Windows
: Normal normal
: 0.10.20
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-04-04 21:18 UTC by Damien Lespiau
Modified: 2008-04-05 10:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch agains gstreamer-core HEAD (933 bytes, patch)
2008-04-04 21:19 UTC, Damien Lespiau
committed Details | Review

Description Damien Lespiau 2008-04-04 21:18:20 UTC
When (cross-)compiling with mingw32 gstpoll.c should not try to include <sys/poll.h>. The attached patch won't rely on a MSVC define to do so, but on G_OS_WIN32 instead.
Comment 1 Damien Lespiau 2008-04-04 21:19:05 UTC
Created attachment 108632 [details] [review]
patch agains gstreamer-core HEAD
Comment 2 Sebastian Dröge (slomo) 2008-04-05 10:57:52 UTC
Thanks, committed :)

2008-04-05  Sebastian Dröge  <slomo@circular-chaos.org>

	Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>

	* gst/gstpoll.c:
	Fix compilation of GstPoll with mingw32. Fixes bug #526236.