[MPlayer-cvslog] r36001 - in trunk/stream: librtsp/rtsp_rtp.c udp.c

diego subversion at mplayerhq.hu
Sun Mar 17 23:47:41 CET 2013


Author: diego
Date: Sun Mar 17 23:47:41 2013
New Revision: 36001

Log:
Add _BSD_SOURCE #define for struct hostent and struct ip_mreq.

Modified:
   trunk/stream/librtsp/rtsp_rtp.c
   trunk/stream/udp.c

Modified: trunk/stream/librtsp/rtsp_rtp.c
==============================================================================
--- trunk/stream/librtsp/rtsp_rtp.c	Sun Mar 17 23:47:38 2013	(r36000)
+++ trunk/stream/librtsp/rtsp_rtp.c	Sun Mar 17 23:47:41 2013	(r36001)
@@ -18,6 +18,8 @@
  *  Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#define _BSD_SOURCE
+
 #include <unistd.h>
 #include <stdio.h>
 #include <string.h>

Modified: trunk/stream/udp.c
==============================================================================
--- trunk/stream/udp.c	Sun Mar 17 23:47:38 2013	(r36000)
+++ trunk/stream/udp.c	Sun Mar 17 23:47:41 2013	(r36001)
@@ -20,6 +20,8 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#define _BSD_SOURCE
+
 #include "config.h"
 
 #include <stdlib.h>


More information about the MPlayer-cvslog mailing list