[rtmpdump] r311 - in trunk/librtmp: hashswf.c parseurl.c
hyc
subversion at mplayerhq.hu
Mon Mar 8 16:14:56 CET 2010
Author: hyc
Date: Mon Mar 8 16:14:55 2010
New Revision: 311
Log:
More log.h cleanup
Modified:
trunk/librtmp/hashswf.c
trunk/librtmp/parseurl.c
Modified: trunk/librtmp/hashswf.c
==============================================================================
--- trunk/librtmp/hashswf.c Mon Mar 8 16:13:57 2010 (r310)
+++ trunk/librtmp/hashswf.c Mon Mar 8 16:14:55 2010 (r311)
@@ -25,6 +25,7 @@
#include <time.h>
#include "rtmp.h"
+#include "log.h"
#include "http.h"
#include <openssl/sha.h>
Modified: trunk/librtmp/parseurl.c
==============================================================================
--- trunk/librtmp/parseurl.c Mon Mar 8 16:13:57 2010 (r310)
+++ trunk/librtmp/parseurl.c Mon Mar 8 16:14:55 2010 (r311)
@@ -27,6 +27,7 @@
#include <ctype.h>
#include "rtmp.h"
+#include "log.h"
bool RTMP_ParseURL(const char *url, int *protocol, char **host, unsigned int *port,
AVal *playpath, AVal *app)
More information about the rtmpdump
mailing list