From f10ff3996cb652a46138310e58066752edb391ca Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 14 Jun 2017 19:24:45 +0200 Subject: [PATCH] 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. --- wmadec_filter.c | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.2