[Scummvm-git-logs] scummvm master -> 71065dda6286f15105c8ceb332058c1c70d92b28
sev-
noreply at scummvm.org
Mon Mar 14 23:29:03 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:
71065dda62 DOCS: Fix theora feature for iOS
Commit: 71065dda6286f15105c8ceb332058c1c70d92b28
https://github.com/scummvm/scummvm/commit/71065dda6286f15105c8ceb332058c1c70d92b28
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-03-15T00:28:52+01:00
Commit Message:
DOCS: Fix theora feature for iOS
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 0c2e92bb89f..5752f2886a7 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-theora --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-taskbar --disable-tts --disable-fribidi
The resulting directory structure looks like this:
More information about the Scummvm-git-logs
mailing list