diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-12-06 12:19:30 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-12-06 12:19:30 +0000 |
commit | fe8c94ca550cacd794278064024f4dd28c80d83f (patch) | |
tree | 5b4faa9ee11519bd160474bf340c19a226d0d3f3 /stream/freesdp | |
parent | f5f7bb1ccb2d8cc6e5b7850f4d373a0d1844c3c4 (diff) |
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.h | 2 |
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> |