On Friday, I got the latest build from the SVN trunk and tried to build the following wiki getting started instructions.
make
dep seems to run without any problems, but make does not work on Samples.mak. It seems that there are no rules for creating any patterns when the platform is "arm-apple-darwin9".
If I open the Xcode
project at this moment, libavcodec
and all related libraries will be missing, as well as LibSDL
. There is no mention of the requirement to install SDL and ffmpeg
in advance, so I'm not sure what to do there.
source share