]> granicus.if.org Git - rtmpdump/commitdiff
More log.h cleanup
authorhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Mon, 8 Mar 2010 15:14:55 +0000 (15:14 +0000)
committerhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Mon, 8 Mar 2010 15:14:55 +0000 (15:14 +0000)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@311 400ebc74-4327-4243-bc38-086b20814532

librtmp/hashswf.c
librtmp/parseurl.c

index e4b54a7bd1c070194f0c75d57a45c0c8b0afa6c0..b186fefddb747408ac019e88e33759f992da7230 100644 (file)
@@ -25,6 +25,7 @@
 #include <time.h>
 
 #include "rtmp.h"
+#include "log.h"
 #include "http.h"
 
 #include <openssl/sha.h>
index 413c905abadf508b7db240e8452b55ea244c72e7..2e2a4bdd1484f4c452274b871070cef5b6e25f10 100644 (file)
@@ -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)