[Scummvm-git-logs] scummvm master -> b4e7ea3150cbe7b3dfda8e0cf8fbc77f85c9e234

ccawley2011 noreply at scummvm.org
Sat Jan 1 20:14:10 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b4e7ea3150 CI: Disable libmpeg2 in iOS builds


Commit: b4e7ea3150cbe7b3dfda8e0cf8fbc77f85c9e234
    https://github.com/scummvm/scummvm/commit/b4e7ea3150cbe7b3dfda8e0cf8fbc77f85c9e234
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2022-01-01T20:14:07Z

Commit Message:
CI: Disable libmpeg2 in iOS builds

Changed paths:
    .github/workflows/ci.yml


diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8c460f11568..b8478b051e2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -105,7 +105,7 @@ jobs:
             brewPackages: a52dec faad2 flac fluid-synth freetype fribidi mad libmpeg2 libogg libpng libvorbis sdl2 sdl2_net theora giflib
           - platform: ios7
             buildFlags: -scheme ScummVM-iOS CODE_SIGN_IDENTITY="" CODE_SIGNING_ALLOWED=NO
-            configFlags: --disable-nasm --disable-opengl --disable-theora --disable-taskbar --disable-tts --disable-fribidi
+            configFlags: --disable-nasm --disable-opengl --disable-theora --disable-mpeg2 --disable-taskbar --disable-tts --disable-fribidi
             packagesUrl: https://downloads.scummvm.org/frs/build/scummvm-ios7-libs-v2.zip
     env:
       BUILDCACHE_MAX_CACHE_SIZE: 2000000000




More information about the Scummvm-git-logs mailing list