summaryrefslogtreecommitdiffstats
path: root/stream/freesdp
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-06 12:19:30 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-06 12:19:30 +0000
commitfe8c94ca550cacd794278064024f4dd28c80d83f (patch)
tree5b4faa9ee11519bd160474bf340c19a226d0d3f3 /stream/freesdp
parentf5f7bb1ccb2d8cc6e5b7850f4d373a0d1844c3c4 (diff)
downloadmpv-fe8c94ca550cacd794278064024f4dd28c80d83f.tar.bz2
mpv-fe8c94ca550cacd794278064024f4dd28c80d83f.tar.xz
Do not define _GNU_SOURCE, it is not necessary and causes a warning if it is
already defined git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21518 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/freesdp')
-rw-r--r--stream/freesdp/priv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/stream/freesdp/priv.h b/stream/freesdp/priv.h
index c39a493c5f..4a16830356 100644
--- a/stream/freesdp/priv.h
+++ b/stream/freesdp/priv.h
@@ -30,8 +30,6 @@
#ifndef FSDP_PRIV_H
#define FSDP_PRIV_H
-#define _GNU_SOURCE
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>