Update build.sh
This commit is contained in:

committed by
GitHub

parent
a3209ea914
commit
5c3173a2f4
2
build.sh
2
build.sh
@ -259,7 +259,7 @@ git clone -q -b release/4.4 git://source.ffmpeg.org/ffmpeg.git $SRC/ffmpeg
|
|||||||
#build_x265
|
#build_x265
|
||||||
build_aom
|
build_aom
|
||||||
#build_libass
|
#build_libass
|
||||||
exit
|
|
||||||
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
|
||||||
sed -i 's/\x81/ue/g' config.h
|
sed -i 's/\x81/ue/g' config.h
|
||||||
|
Reference in New Issue
Block a user