1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Cygwin: Enable gb28181 for Windows. v5.0.105

This commit is contained in:
winlin 2022-12-04 22:34:36 +08:00
parent 8be4c8e334
commit 0e550d496b
5 changed files with 5 additions and 4 deletions

View file

@ -126,7 +126,7 @@ jobs:
which make gcc g++ patch cmake pkg-config uname grep sed &&
(make --version; gcc --version; patch --version; cmake --version; pkg-config --version) &&
(aclocal --version; autoconf --version; automake --version; uname -a) &&
cd $(cygpath -u $SRS_WORKSPACE)/trunk && ./configure && make
cd $(cygpath -u $SRS_WORKSPACE)/trunk && ./configure --gb28181=on && make
##################################################################################################################
- name: Package SRS
env: