#9068 closed patch
Optional compilation of CoktelVideo and Indeo3
Reported by: | DrMcCoy | Owned by: | sev- |
---|---|---|---|
Priority: | normal | Component: | Video |
Version: | Keywords: | ||
Cc: | Game: |
Description
Since (currently) only the gob engine uses the CoktelVideo classes, and (currently) only Urban Runner's videos uses the Indeo3 decorder, and said decoder contains 72kb in tables, here's a patch that:
1) Only compiles CoktelVideo when the gob engine is enable or plugins are built 2) Only compiles Indeo3 when the gob engine is built 3) Lets you disable the Indeo3 decoder with the --disable-indeo3 configure flag (for low memory devices)
Because it modifes the configure script, I'll rather attach it here for review than simply commiting it.
Ticket imported from: #2836424. Ticket imported from: patches/1173.
Attachments (1)
Change History (4)
by , 15 years ago
Attachment: | optional_coktelvideo_indeo3.patch added |
---|
comment:1 by , 15 years ago
Owner: | set to |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
comment:3 by , 6 years ago
Component: | → Video |
---|
Note:
See TracTickets
for help on using tickets.
Committed it to both trunk and the branch. Thank you.