File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8585 cp -r XEngine_Source/Release/*.exe XEngine_Release/
8686 cp -r XEngine_Source/VSCopy_x86.bat XEngine_Release/
8787 cd XEngine_Release
88- ./ VSCopy_x86.bat
89- ./ XEngine_StreamMediaApp.exe -t
88+ .\ VSCopy_x86.bat
89+ .\ XEngine_StreamMediaApp.exe -t
9090 shell : pwsh
9191 - name : Conditional Step for x86 Debug
9292 if : matrix.configuration == 'Debug' && matrix.platform == 'x86'
9595 cp -r XEngine_Source/Debug/*.exe XEngine_Release/
9696 cp -r XEngine_Source/VSCopy_x86.bat XEngine_Release/
9797 cd XEngine_Release
98- ./ VSCopy_x86.bat
99- ./ XEngine_StreamMediaApp.exe -t
98+ .\ VSCopy_x86.bat
99+ .\ XEngine_StreamMediaApp.exe -t
100100 shell : pwsh
Original file line number Diff line number Diff line change 1010// Purpose: 编译开关选项
1111// History:
1212*********************************************************************/
13- #define _XENGINE_STREAMMEDIA_BUILDSWITCH_SRT 0 //SRT协议编译开关选项
14- #define _XENGINE_STREAMMEDIA_BUILDSWITCH_RTC 0 //WEBRTC协议编译开关选项
13+ #define _XENGINE_STREAMMEDIA_BUILDSWITCH_SRT 1 //SRT协议编译开关选项
14+ #define _XENGINE_STREAMMEDIA_BUILDSWITCH_RTC 1 //WEBRTC协议编译开关选项
You can’t perform that action at this time.
0 commit comments