File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 3939 run : /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
4040
4141 - name : install library
42- run : brew install srt-devel srtp2-devel
42+ run : brew install srt srtp
4343
4444 # 设置依赖库的环境变量
4545 - name : Set up Dependency Environment Variables
Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ MODULE_QUEUE_PATH = ./XEngine_ModuleQueue
1414
1515APP_STREAMMEDIA_PATH = ./XEngine_ServiceApp/XEngine_StreamMediaApp
1616
17+ ifeq ($(PLATFORM ) ,linux)
18+ FILEEXT = so
19+ else ifeq ($(PLATFORM),mac)
20+ FILEEXT = dylib
21+ endif
22+
1723XENGINE_MODULES = libjsoncpp.so libXEngine_InfoReport.so \
1824 libXEngine_ModuleConfigure.so libXEngine_ModuleHelp.so libXEngine_ModuleProtocol.so libXEngine_ModuleSession.so libXEngine_ModuleQueue.so \
1925 XEngine_StreamMediaApp.exe
You can’t perform that action at this time.
0 commit comments