parent
5e3d93dd92
commit
54877f1db8
1 changed files with 4 additions and 1 deletions
5
build.sh
5
build.sh
|
@ -62,7 +62,10 @@ cat <<EOF >"$BUILD_SCRIPT"
|
||||||
cd ffmpeg
|
cd ffmpeg
|
||||||
git checkout $GIT_BRANCH
|
git checkout $GIT_BRANCH
|
||||||
|
|
||||||
./configure --prefix=/ffbuild/prefix --pkg-config-flags="--static" \$FFBUILD_TARGET_FLAGS $FF_CONFIGURE --extra-cflags='$FF_CFLAGS' --extra-cxxflags='$FF_CXXFLAGS' --extra-ldflags='$FF_LDFLAGS' --extra-ldexeflags='$FF_LDEXEFLAGS' --extra-libs='$FF_LIBS'
|
./configure --prefix=/ffbuild/prefix --pkg-config-flags="--static" \$FFBUILD_TARGET_FLAGS $FF_CONFIGURE \
|
||||||
|
--extra-cflags='$FF_CFLAGS' --extra-cxxflags='$FF_CXXFLAGS' \
|
||||||
|
--extra-ldflags='$FF_LDFLAGS' --extra-ldexeflags='$FF_LDEXEFLAGS' --extra-libs='$FF_LIBS' \
|
||||||
|
--extra-version="\$(date +%Y%m%d)"
|
||||||
make -j\$(nproc) V=1
|
make -j\$(nproc) V=1
|
||||||
make install install-doc
|
make install install-doc
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue