root / trunk / data / ffmpeg_ / make.sh

Revision 482, 484 bytes (checked in by saurik, 2 months ago)

Slight reorganization of ffmpeg dependencies.

Line 
1pkg:setup
2./configure \
3    --prefix=/usr --enable-gpl --enable-postproc --enable-swscale \
4    --disable-vhook --enable-avfilter --enable-avfilter-lavf \
5    --enable-cross-compile --cross-prefix=${PKG_TARG}- --target-os=darwin \
6    --arch=arm --disable-iwmmxt --enable-armv5te --enable-armv6 \
7    --enable-static --disable-shared --disable-debug --disable-stripping \
8    --enable-libfaac \
9    --enable-libfaad \
10    --enable-libmp3lame \
11    --enable-libvorbis
12make
13pkg:install
Note: See TracBrowser for help on using the browser.