mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-02-19 14:50:54 +08:00
1.添加windows下ffmpeg拉流分发支持,目前不是很完善,后续再修改
2.server/system下未兼容完成
This commit is contained in:
@@ -26,9 +26,16 @@
|
||||
#ifndef IPTV_PROCESS_H
|
||||
#define IPTV_PROCESS_H
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
typedef int pid_t;
|
||||
#else
|
||||
#include <sys/wait.h>
|
||||
#endif // _WIN32
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <string>
|
||||
|
||||
using namespace std;
|
||||
|
||||
class Process {
|
||||
|
||||
Reference in New Issue
Block a user