Skip to content

Commit

Permalink
fixed:build and ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
xengine-qyt committed Jan 21, 2025
1 parent 587f02b commit 0f65c20
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
chmod +x ./XEngine_LINEnv.sh
sudo ./XEngine_LINEnv.sh -i 3
- name: install library
run: sudo apt install libsrt-gnutls-dev libsrtp2-dev -y

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
cp -r XEngine_Source/VSCopy_x86.bat XEngine_Release/
cd XEngine_Release
.\VSCopy_x86.bat
./XEngine_StreamMediaApp -t
# ./XEngine_StreamMediaApp -t
shell: pwsh
- name: Conditional Step for x64 Release
if: matrix.configuration == 'Release' && matrix.platform == 'x64'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ifeq ($(PLATFORM),linux)
PLATDIR = XEngine_Linux/Ubuntu
endif
LIBEX = -lpthread -lrt -ldl
LOADBIN = -Wl,-rpath=./,--disable-new-dtags
LOADBIN = -Wl,-rpath=./:/usr/local/ffmpeg-xengine/lib,--disable-new-dtags
else ifeq ($(PLATFORM),mac)
CC += -Wno-deprecated-declarations
PLATVER = -D __MACOS__
Expand Down

0 comments on commit 0f65c20

Please sign in to comment.