diff sdp.c @ 6407:cb173cbeaa96 libavformat

10l, add new function parameters to resolve_destination for !config_network too
author mstorsjo
date Wed, 25 Aug 2010 12:51:20 +0000
parents 189ff77baaf3
children 3a89d4044e01
line wrap: on
line diff
--- a/sdp.c	Wed Aug 25 12:34:42 2010 +0000
+++ b/sdp.c	Wed Aug 25 12:51:20 2010 +0000
@@ -104,7 +104,8 @@
     freeaddrinfo(ai);
 }
 #else
-static void resolve_destination(char *dest_addr, int size)
+static void resolve_destination(char *dest_addr, int size, char *type,
+                                int type_size)
 {
 }
 #endif