diff udp.c @ 5837:d605f589f0be libavformat

move ff_url_split() and ff_url_join() declarations to internal.h those functions are not part of the public API
author aurel
date Sun, 14 Mar 2010 23:59:48 +0000
parents 7a123cc24a81
children 395592984ef0
line wrap: on
line diff
--- a/udp.c	Sun Mar 14 22:40:16 2010 +0000
+++ b/udp.c	Sun Mar 14 23:59:48 2010 +0000
@@ -27,6 +27,7 @@
 #define _BSD_SOURCE     /* Needed for using struct ip_mreq with recent glibc */
 #include "avformat.h"
 #include <unistd.h>
+#include "internal.h"
 #include "network.h"
 #include "os_support.h"
 #if HAVE_SYS_SELECT_H