Update build.sh
This commit is contained in:
parent
8d52059629
commit
4026ca277b
28
build.sh
28
build.sh
@ -249,20 +249,20 @@ SRC=`realpath src`
|
||||
git clone -q -b release/5.0 git://source.ffmpeg.org/ffmpeg.git $SRC/ffmpeg
|
||||
|
||||
#build_aom
|
||||
#build_nvenc
|
||||
#build_amf
|
||||
#build_mfx
|
||||
#build_svt
|
||||
#build_ogg
|
||||
#build_vorbis
|
||||
#build_snappy
|
||||
#build_libvpx
|
||||
build_nvenc
|
||||
build_amf
|
||||
build_mfx
|
||||
build_svt
|
||||
build_ogg
|
||||
build_vorbis
|
||||
build_snappy
|
||||
build_libvpx
|
||||
build_libfdkaac
|
||||
#build_lame
|
||||
#build_zimg
|
||||
#build_x264
|
||||
#build_opus
|
||||
#build_x265
|
||||
build_lame
|
||||
build_zimg
|
||||
build_x264
|
||||
build_opus
|
||||
build_x265
|
||||
#build_libass
|
||||
|
||||
cd $SRC/ffmpeg
|
||||
@ -271,8 +271,6 @@ sed -i 's/\x81/ue/g' config.h
|
||||
make -j $NUMBER_OF_PROCESSORS
|
||||
make install
|
||||
|
||||
exit 0
|
||||
|
||||
# rename *.a to *.lib
|
||||
cd $BUILD/lib
|
||||
for file in *.a; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user