Opened 22 months ago

Closed 22 months ago

Last modified 22 months ago

#13673 closed defect (invalid)

iOS libs do not include Theora

Reported by: gulbanana Owned by: criezy
Priority: normal Component: Port: iOS
Version: Keywords:
Cc: Game:

Description

This means that the instructions at https://docs.scummvm.org/en/latest/other_platforms/ios.html aren't quite right - you'll get an error along the lines of "unable to find theora/theoradec.h". I was able to get it to work by adding --disable-theora to the invocation of create_project.

Change History (2)

comment:1 by criezy, 22 months ago

Owner: set to criezy
Resolution: invalid
Status: newclosed

The instructions are actually correct and include --disable-theoradec. The option was renamed from --disable-theora 7 months ago (in commit 52dcac9fc).

If you are trying to build version 2.5.1 (or older), then indeed it was still using the old --disable-theora option, but in that case you should be looking at the documentation for that version (and it correctly uses the --disable-theora option): https://docs.scummvm.org/en/v2.5.1/other_platforms/ios.html

comment:2 by gulbanana, 22 months ago

You’re completely right… I was building 2.5.1, and I hadn’t realised that I was on the wrong docs page :(
I’m sorry about wasting your time!

Note: See TracTickets for help on using tickets.