diff rtmpproto.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 d34f985d6e8f
children 178de7695c6c
line wrap: on
line diff
--- a/rtmpproto.c	Sun Mar 14 22:40:16 2010 +0000
+++ b/rtmpproto.c	Sun Mar 14 23:59:48 2010 +0000
@@ -29,6 +29,7 @@
 #include "libavutil/lfg.h"
 #include "libavutil/sha.h"
 #include "avformat.h"
+#include "internal.h"
 
 #include "network.h"