[Scummvm-git-logs] scummvm master -> 662c73e2f4a042bea7b5d4c5b39546bb6723c2ff

criezy noreply at scummvm.org
Sat Apr 9 19:57:35 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:
662c73e2f4 DOC: Update iOS compilation instructions


Commit: 662c73e2f4a042bea7b5d4c5b39546bb6723c2ff
    https://github.com/scummvm/scummvm/commit/662c73e2f4a042bea7b5d4c5b39546bb6723c2ff
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2022-04-09T20:56:26+01:00

Commit Message:
DOC: Update iOS compilation instructions

Our library package does not contain the mpeg2 library. Until a few
month ago mpeg2 was disabled by default. But now it needs to be
explicitly disabled.

Changed paths:
    doc/docportal/other_platforms/ios.rst


diff --git a/doc/docportal/other_platforms/ios.rst b/doc/docportal/other_platforms/ios.rst
index deceae797bc..46960b78ee1 100644
--- a/doc/docportal/other_platforms/ios.rst
+++ b/doc/docportal/other_platforms/ios.rst
@@ -76,7 +76,7 @@ It's time to generate the Xcode project. Run the following on the command line:
 
 .. code::
 
-    ../scummvm/devtools/create_project/xcode/build/Release/create_project ../scummvm --xcode --enable-fluidsynth --disable-nasm --disable-opengl --disable-theoradec --disable-taskbar --disable-tts --disable-fribidi
+    ../scummvm/devtools/create_project/xcode/build/Release/create_project ../scummvm --xcode --enable-fluidsynth --disable-nasm --disable-opengl --disable-theoradec --disable-mpeg2 --disable-taskbar --disable-tts --disable-fribidi
 
 The resulting directory structure looks like this:
 




More information about the Scummvm-git-logs mailing list