92
edits
Line 51: | Line 51: | ||
== Optional: Install libfaad-dev inside SDK environment == | == Optional: Install libfaad-dev inside SDK environment == | ||
'''Note: this step is very optional as no stable games currently need AAC decoding (as of 1.8.0). It is included here for posterity.''' | '''Note: this entire step is very optional as no stable games currently need AAC decoding (as of 1.8.0). It is included here for posterity.''' | ||
Download these deb files into a temporary directory: [http://bashasoliman.com/dump/maemo/faad/libfaad-dev_2.6.1-3.1+maemo0_armel.deb libfaad-dev] [http://bashasoliman.com/dump/maemo/faad/libfaad0_2.6.1-3.1+maemo0_armel.deb libfaad0] [http://bashasoliman.com/dump/maemo/faad/libfaad2-0_2.6.1-3.1+maemo0_all.deb libfaad2] and then run the following to install it in the SDK | |||
sb2 -eR dpkg -i libfaad*.deb | |||
sb2 -eR dpkg -i | |||
Then we delete the libfaad.so from the SDK environment so that it statically links to libfaad.a | Then we delete the libfaad.so from the SDK environment so that it statically links to libfaad.a |
edits