#endif
/* Enable this to get full debugging output */
/* #define _DEBUG */
-#define CRYPTO
#ifdef _DEBUG
#undef NODEBUG
* http://www.gnu.org/copyleft/lgpl.html
*/
+#define CRYPTO
+
#ifdef WIN32
#include <winsock.h>
#define GetSockError() WSAGetLastError()
#include <errno.h>
#include <stdint.h>
-#include "log.h"
#include "amf.h"
#ifdef __cplusplus
#include <assert.h>
#include "librtmp/rtmp.h"
+#include "librtmp/log.h"
#include "thread.h"
#include <assert.h>
#include "librtmp/rtmp.h"
-#include "parseurl.h"
+#include "librtmp/log.h"
#include "thread.h"
#include <assert.h>
#include "librtmp/rtmp.h"
-#include "parseurl.h"
+#include "librtmp/log.h"
#include "thread.h"