From: Andre Noll Date: Wed, 14 Jun 2017 17:24:45 +0000 (+0200) Subject: wma: Remove _XOPEN_SOURCE define from wmadec_filter.c. X-Git-Tag: v0.6.1~44^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=f10ff3996cb652a46138310e58066752edb391ca wma: Remove _XOPEN_SOURCE define from wmadec_filter.c. It has been there since day one of the wma decoder with no indication why it is needed. The code compiles fine without it on all supported platforms, so get rid of it. --- diff --git a/wmadec_filter.c b/wmadec_filter.c index 71a7cd78..b96f1460 100644 --- a/wmadec_filter.c +++ b/wmadec_filter.c @@ -15,8 +15,6 @@ * This decoder handles Microsoft Windows Media Audio data version 2. */ -#define _XOPEN_SOURCE 600 - #include #include #include