Browse Source

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 <[email protected]>
pkv 3 years ago
parent
commit
21621e5f5e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      CI/linux/02_build_obs.sh

+ 1 - 0
CI/linux/02_build_obs.sh

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