CI: Disable new mpegts output for linux

Support of the new mpegts output would require manual compilation of
librist & libsrt libs.
CI on ubuntu hasn't been updated so disable the new mpegts output for
now.

Signed-off-by: pkv <pkv@obsproject.com>
master
pkv 2022-03-13 11:35:57 +01:00
parent 039d7347a3
commit 21621e5f5e
No known key found for this signature in database
GPG Key ID: A95102E0A16ABD47
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ _configure_obs() {
-DCMAKE_BUILD_TYPE=${BUILD_CONFIG} \
-DLINUX_PORTABLE=${PORTABLE_BUILD:-OFF} \
-DENABLE_AJA=OFF \
-DENABLE_NEW_MPEGTS_OUTPUT=OFF \
${PIPEWIRE_OPTION} \
${YOUTUBE_OPTIONS} \
${TWITCH_OPTIONS} \