[Scummvm-git-logs] scummvm master -> 31916ae72249c7ed83356811e479f53cbaaee700

digitall noreply at scummvm.org
Fri Aug 12 03:56:07 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:
31916ae722 CI: Add missing jpeg library for macOS


Commit: 31916ae72249c7ed83356811e479f53cbaaee700
    https://github.com/scummvm/scummvm/commit/31916ae72249c7ed83356811e479f53cbaaee700
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2022-08-12T04:56:04+01:00

Commit Message:
CI: Add missing jpeg library for macOS

Changed paths:
    .github/workflows/ci.yml


diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f07bb722840..385f897751d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -102,7 +102,7 @@ jobs:
           - platform: macosx
             buildFlags: -scheme ScummVM-macOS
             configFlags: --disable-nasm --enable-faad --enable-mpeg2
-            brewPackages: a52dec faad2 flac fluid-synth freetype fribidi mad libmpeg2 libogg libpng libvorbis sdl2 sdl2_net theora giflib
+            brewPackages: a52dec faad2 flac fluid-synth freetype fribidi jpeg 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-theoradec --disable-mpeg2 --disable-taskbar --disable-tts --disable-fribidi




More information about the Scummvm-git-logs mailing list