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
This commit is contained in:
reimar 2006-12-06 12:19:30 +00:00
parent f5f7bb1ccb
commit fe8c94ca55
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@
#ifndef FSDP_PRIV_H
#define FSDP_PRIV_H
#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <string.h>