License


eXPlayer License
eXPlayer uses code from ffmpeg licensed under LGPL v2.1.
1. Download ffmpeg 0.6.1 from http://www.ffmpeg.org
2. Download gas-preprocessor from http://github.com/yuvi/gas-preprocessor/
3. Configure ffmpeg with the following command line
./configure --disable-doc --disable-ffmpeg --disable-ffplay --disable-ffserver --enable-cross-compile --arch=arm --target-os=darwin --cc=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc --as='gas-preprocessor.pl /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc' --sysroot=/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk --cpu=cortex-a8 --extra-cflags='-arch armv7' --extra-ldflags='-arch armv7' --enable-pic
4. Run make.