mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-01 23:57:37 +08:00
提供Android编译支持
This commit is contained in:
BIN
src/.DS_Store
vendored
BIN
src/.DS_Store
vendored
Binary file not shown.
@@ -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 {
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user