Skip to content

Commit

Permalink
ci: fix ffplay
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed Oct 19, 2024
1 parent eb7bffe commit 192f003
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions homebrew/FFplay/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ if [[ -z "$PS5_PAYLOAD_SDK" ]]; then
exit 1
fi

source "${PS5_PAYLOAD_SDK}/toolchain/prospero.sh" || exit 1

# ffplay is included with sdk, just copy it
cp "${PS5_SYSROOT}/${PS5_HBROOT}/bin/ffplay" "${SCRIPT_DIR}/ffplay.elf"

0 comments on commit 192f003

Please sign in to comment.