dvbsrc: remove use of _XOPEN_SOURCE
authorTim-Philipp Müller <tim@centricular.net>
Sat, 3 Aug 2013 17:07:30 +0000 (18:07 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 3 Aug 2013 17:09:24 +0000 (18:09 +0100)
commit933965984f96ed231f69996ebbdd4adad5da234d
treed8280309ab8c9d60bb8d2ce41c004e818c985b4b
parentf3d6e46454fecfb125183dabd4837e04dc2766a8
dvbsrc: remove use of _XOPEN_SOURCE

Which causes problems when used with _GNU_SOURCE apparently, and it
seems it was only set because of usleep(), which we can just replace
with g_usleep() until we get rid of those entirely.

https://bugzilla.gnome.org/show_bug.cgi?id=705208
sys/dvb/gstdvbsrc.c