-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
SRTIt's about SRT protocol.It's about SRT protocol.TransByAITranslated by AI/GPT.Translated by AI/GPT.good first issueEasy to fix issues, good for newcomersEasy to fix issues, good for newcomers
Milestone
Description
Line 815 in 4b83865
| LIBSRT_OPTIONS="--disable-app --enable-static --enable-c++11=0" |
The correct option to disable apps is --enable-apps=0, while the --disable-app option is ineffective.
Previously, it was working properly because --enable-c++11=0 set ENABLE_APPS=0 internally in libsrt, disabling apps.
TRANS_BY_GPT3
Metadata
Metadata
Assignees
Labels
SRTIt's about SRT protocol.It's about SRT protocol.TransByAITranslated by AI/GPT.Translated by AI/GPT.good first issueEasy to fix issues, good for newcomersEasy to fix issues, good for newcomers