64
edits
Vinterstum (talk | contribs) |
Vinterstum (talk | contribs) |
||
Line 39: | Line 39: | ||
Then, we need to configure ScummVM itself. | Then, we need to configure ScummVM itself. | ||
./configure --host=iphone \ | |||
./configure --host=iphone \ | --disable-mt32emu --disable-scalers --enable-release \ | ||
--disable-mt32emu --disable-scalers --enable-release \ | --with-flac-prefix=/$SYSROOT/usr/local \ | ||
--with-flac-prefix=/$SYSROOT/usr/local \ | --with-mad-prefix=/$SYSROOT/usr/local \ | ||
--with-mad-prefix=/$SYSROOT/usr/local \ | --with-mpeg2-prefix=/$SYSROOT/usr/local \ | ||
--with-mpeg2-prefix=/$SYSROOT/usr/local \ | --with-tremor-prefix=/$SYSROOT/usr/local | ||
--with-tremor-prefix=/$SYSROOT/usr/local | |||
Note that the --with-flac-prefix (and the rest) is only necessary if you want to include support for that specific library. | Note that the --with-flac-prefix (and the rest) is only necessary if you want to include support for that specific library. | ||
If you've installed the external libs in any other place than $SYSROOT/usr/local, you need to use that location instead. | If you've installed the external libs in any other place than $SYSROOT/usr/local, you need to use that location instead. | ||
== Compiling == | == Compiling == |
edits