File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
XEngine_Source/XEngine_ServiceApp/XEngine_StreamMediaApp Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4646 chmod +x ./XEngine_LINEnv.sh
4747 sudo ./XEngine_LINEnv.sh -i 3
4848
49+ - name : install library
50+ run : sudo apt install libsrt-gnutls-dev libsrtp2-dev -y
51+
4952 - name : Initialize CodeQL
5053 uses : github/codeql-action/init@v3
5154 with :
Original file line number Diff line number Diff line change 9898 cp -r XEngine_Source/VSCopy_x86.bat XEngine_Release/
9999 cd XEngine_Release
100100 .\VSCopy_x86.bat
101- ./XEngine_StreamMediaApp -t
101+ # ./XEngine_StreamMediaApp -t
102102 shell : pwsh
103103 - name : Conditional Step for x64 Release
104104 if : matrix.configuration == 'Release' && matrix.platform == 'x64'
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ ifeq ($(PLATFORM),linux)
5151 PLATDIR = XEngine_Linux/Ubuntu
5252 endif
5353 LIBEX = -lpthread -lrt -ldl
54- LOADBIN = -Wl,-rpath=./,--disable-new-dtags
54+ LOADBIN = -Wl,-rpath=./:/usr/local/ffmpeg-xengine/lib ,--disable-new-dtags
5555else ifeq ($(PLATFORM),mac)
5656 CC += -Wno-deprecated-declarations
5757 PLATVER = -D __MACOS__
You can’t perform that action at this time.
0 commit comments