[MPlayer-cvslog] r21518 - trunk/stream/freesdp/priv.h

reimar subversion at mplayerhq.hu
Wed Dec 6 13:19:30 CET 2006


Author: reimar
Date: Wed Dec  6 13:19:30 2006
New Revision: 21518

Modified:
   trunk/stream/freesdp/priv.h

Log:
Do not define _GNU_SOURCE, it is not necessary and causes a warning if it is
already defined


Modified: trunk/stream/freesdp/priv.h
==============================================================================
--- trunk/stream/freesdp/priv.h	(original)
+++ trunk/stream/freesdp/priv.h	Wed Dec  6 13:19:30 2006
@@ -30,8 +30,6 @@
 #ifndef FSDP_PRIV_H
 #define FSDP_PRIV_H
 
-#define _GNU_SOURCE
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>



More information about the MPlayer-cvslog mailing list