-
Notifications
You must be signed in to change notification settings - Fork 6
/
conf.ini.dist.sh
27 lines (25 loc) · 1.05 KB
/
conf.ini.dist.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/usr/bin/env bash
export ENABLE_MP3LAME=0
export ENABLE_VORBIS=0
export ENABLE_FDKAAC=0
export ENABLE_OPUS=0
export ENABLE_X264=0
export ENABLE_X265=0
export ENABLE_VPX=0
export ENABLE_ASS=0
export ENABLE_OPENSSL=0
export ENABLE_ZIMG=0
export ENABLE_FLITE=0
export ENABLE_FFPLAY=0
export VERSION_SDL2="2.30.7" # http://www.libsdl.org/release/
export VERSION_NASM="2.16.03" # https://www.nasm.us/pub/nasm/releasebuilds/
export VERSION_YASM="1.3.0" # http://www.tortall.net/projects/yasm/releases
export VERSION_MP3LAME="3.100" # https://sourceforge.net/projects/lame/files/lame/
export VERSION_VORBIS="1.3.5" # https://ftp.osuosl.org/pub/xiph/releases/ogg/
export VERSION_FDKAAC="master"
export VERSION_OPUS="1.5.2" # https://downloads.xiph.org/releases/opus
export VERSION_X264="stable"
export VERSION_X265="4.1" # https://bitbucket.org/multicoreware/x265_git
export VERSION_FRIBIDI="1.0.16" # https://github.com/fribidi/fribidi/releases
export VERSION_ASS="0.17.3" # https://github.com/libass/libass/releases
export VERSION_FFMPEG="7.1" # https://ffmpeg.org/releases/