提供Android编译支持

This commit is contained in:
xiongziliang
2017-06-03 10:52:49 +08:00
parent 72a6d2db61
commit e165849c35
10 changed files with 1877 additions and 4 deletions

BIN
src/.DS_Store vendored

Binary file not shown.

View File

@@ -3,6 +3,10 @@
#include "Util/onceToken.h"
#include "Network/sockutil.h"
#ifndef UINT64_MAX
#define UINT64_MAX 0xFFFFFFFFFFFFFFFF
#endif//UINT64_MAX
using namespace ZL::Network;
namespace Config {

View File

@@ -13,9 +13,11 @@
#include <string>
#include "h264_poc.h"
#include "h264_parser.h"
using namespace std;
#ifndef INT32_MAX
#define INT32_MAX 0x7FFFFFFF
#endif//INT32_MAX
class H264Parser{
public: