summaryrefslogtreecommitdiff
path: root/data/ffmpeg_/make.sh
blob: 1760afb65edb434ae59fdc075bee08e695d5bf63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
pkg:setup
ARCH=$(echo ${PKG_TARG} | sed -e s/'-.*'//)
./configure --arch=${ARCH} \
    --prefix=/usr --enable-gpl --enable-postproc --enable-swscale \
    --enable-avfilter \
    --enable-cross-compile --cross-prefix=${PKG_TARG}- --target-os=darwin \
    --disable-static --enable-shared --disable-debug --disable-stripping \
    --enable-libfdk-aac \
    --enable-libmp3lame \
    --enable-libvorbis --enable-nonfree
make
pkg:install