Skip to content

Commit

Permalink
Merge branch 'master' of /~https://github.com/BtbN/FFmpeg-Builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinEesmaa committed Dec 30, 2024
2 parents 5700f8c + 7abce16 commit ad0760c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ EOF

docker run --rm -i $TTY_ARG "${UIDARGS[@]}" -v "$PWD/ffbuild":/ffbuild -v "$BUILD_SCRIPT":/build.sh "$IMAGE" bash /build.sh

if [[ -n "$FFBUILD_OUTPUT_DIR" ]]; then
mkdir -p "$FFBUILD_OUTPUT_DIR"
package_variant ffbuild/prefix "$FFBUILD_OUTPUT_DIR"
rm -rf ffbuild
exit 0
fi

mkdir -p artifacts
ARTIFACTS_PATH="$PWD/artifacts"
BUILD_NAME="ffmpeg_vvceasy-$(./ffbuild/ffmpeg/ffbuild/version.sh ffbuild/ffmpeg)-${TARGET}-${VARIANT}${ADDINS_STR:+-}${ADDINS_STR}"
Expand Down

0 comments on commit ad0760c

Please sign in to comment.