公告板
版本库
filestore
活动
搜索
登录
development-history
/
proxy
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
pans
2016-12-15
87e3ee273b2f84081ac45926be9d8e5be3166eaa
[development-history/proxy.git]
/
CH-HCNetSDKV5.1.4.3_build20150922_linux32
/
QtDemo
/
includeCn
/
PlayM4.h
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _PLAYM4_H_
#define _PLAYM4_H_
#if defined(__APPLE__)
#include"ApplePlayM4.h"
#elif defined(__linux__)
#include"LinuxPlayM4.h"
#elif defined(WIN32)
#include"WindowsPlayM4.h"
#endif
#endif //_PLAYM4_H_