summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-07-10 09:25:37 +0200
committerwm4 <wm4@nowhere>2014-07-10 09:25:37 +0200
commitd68d4dd9841dc22dcafbf1f69878caa91f617925 (patch)
tree6d8a914ddf986202950eb98c9d13f3f21c2145ac /stream
parentf8c2dd1b785125e82b9f2d04f1618137db1e2378 (diff)
downloadmpv-d68d4dd9841dc22dcafbf1f69878caa91f617925.tar.bz2
mpv-d68d4dd9841dc22dcafbf1f69878caa91f617925.tar.xz
Revert "build: avoid defining _GNU_SOURCE"
This reverts commit 2e6a8f260ca169e2e1a5646eecfc322de6f77307. Too many problems for now, such as with OSX and asprintf().
Diffstat (limited to 'stream')
-rw-r--r--stream/rar.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/stream/rar.c b/stream/rar.c
index ec68bcbfa2..31211c777b 100644
--- a/stream/rar.c
+++ b/stream/rar.c
@@ -25,9 +25,6 @@
* Preamble
*****************************************************************************/
-// needed for asprintf()
-#define _GNU_SOURCE
-
#include <assert.h>
#include <limits.h>
#include <stdio.h>