Update build.sh
This commit is contained in:
parent
904d742237
commit
71f4d34d5d
12
build.sh
12
build.sh
@ -218,18 +218,18 @@ git clone git://source.ffmpeg.org/ffmpeg.git $SRC/ffmpeg
|
|||||||
|
|
||||||
build_nvenc
|
build_nvenc
|
||||||
build_amf
|
build_amf
|
||||||
build_mfx
|
#build_mfx
|
||||||
build_svt
|
#build_svt
|
||||||
build_ogg
|
build_ogg
|
||||||
build_vorbis
|
build_vorbis
|
||||||
build_snappy
|
#build_snappy
|
||||||
build_libvpx
|
#build_libvpx
|
||||||
build_libfdkaac
|
build_libfdkaac
|
||||||
build_lame
|
build_lame
|
||||||
build_zimg
|
build_zimg
|
||||||
build_x264
|
#build_x264
|
||||||
build_opus
|
build_opus
|
||||||
build_x265
|
#build_x265
|
||||||
|
|
||||||
cd $SRC/ffmpeg
|
cd $SRC/ffmpeg
|
||||||
PKG_CONFIG_PATH=$BUILD/lib/pkgconfig:$PKG_CONFIG_PATH ./configure --toolchain=msvc --extra-cflags="$CFLAGS -I$BUILD/include" --extra-ldflags="-LIBPATH:$BUILD/lib" --prefix=$BUILD --pkg-config-flags="--static" --disable-doc --disable-shared --enable-static --enable-runtime-cpudetect --disable-devices --disable-demuxers --disable-decoders --disable-network --enable-w32threads --enable-gpl $COMPONENTS
|
PKG_CONFIG_PATH=$BUILD/lib/pkgconfig:$PKG_CONFIG_PATH ./configure --toolchain=msvc --extra-cflags="$CFLAGS -I$BUILD/include" --extra-ldflags="-LIBPATH:$BUILD/lib" --prefix=$BUILD --pkg-config-flags="--static" --disable-doc --disable-shared --enable-static --enable-runtime-cpudetect --disable-devices --disable-demuxers --disable-decoders --disable-network --enable-w32threads --enable-gpl $COMPONENTS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user