Blame docker-builder-data/build/script/packet/ffmpeg-3.1.5.sh

ce0d6b
# + sdl ?
ce0d6b
# + yasm
ce0d6b
# + lame ?
ce0d6b
# + ogg
ce0d6b
# + theora
ce0d6b
# + vorbis
ce0d6b
# + x264
ce0d6b
ce0d6b
DEPS="sdl-2.0.5 yasm-1.3.0 lame-3.99.5 ogg-1.3.2 theora-1.1.1 vorbis-1.3.5 x264-master"
ce0d6b
ce0d6b
PK_DIRNAME="ffmpeg-3.1.5"
ce0d6b
PK_ARCHIVE="$PK_DIRNAME.tar.bz2"
ce0d6b
PK_URL="http://ffmpeg.org/releases/$PK_ARCHIVE"
ce0d6b
ce0d6b
PK_CONFIGURE_OPTIONS=" \
ce0d6b
 --enable-rpath \
ce0d6b
 --enable-gpl \
ce0d6b
 --enable-libx264 \
ce0d6b
 --enable-libmp3lame \
ce0d6b
 --enable-libtheora \
ce0d6b
 --enable-libvorbis"
ce0d6b
ce0d6b
source $INCLUDE_SCRIPT_DIR/inc-pkall-default.sh