#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 , 4 years ago
| Owner: | set to |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |
comment:2 by , 4 years 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.

The instructions are actually correct and include
--disable-theoradec. The option was renamed from--disable-theora7 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-theoraoption, but in that case you should be looking at the documentation for that version (and it correctly uses the--disable-theoraoption): https://docs.scummvm.org/en/v2.5.1/other_platforms/ios.html