mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
Revert "build: avoid defining _GNU_SOURCE"
This reverts commit 2e6a8f260c.
Too many problems for now, such as with OSX and asprintf().
This commit is contained in:
@@ -25,9 +25,6 @@
|
||||
* Preamble
|
||||
*****************************************************************************/
|
||||
|
||||
// needed for asprintf()
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include <assert.h>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user