Skip to content

Commit

Permalink
Revert "Use minimal AMF-headers tarball instead of downloading full r…
Browse files Browse the repository at this point in the history
…epo"

This reverts commit fb8ff05.
  • Loading branch information
Markus Perl committed Nov 25, 2024
1 parent e662155 commit 16e9267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-ffmpeg
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
download "https://github.com/GPUOpen-LibrariesAndSDKs/AMF/releases/download/v$CURRENT_PACKAGE_VERSION/AMF-headers-v$CURRENT_PACKAGE_VERSION.tar.gz" "AMF-$CURRENT_PACKAGE_VERSION.tar.gz" "AMF-$CURRENT_PACKAGE_VERSION"
execute rm -rf "${WORKSPACE}/include/AMF"
execute mkdir -p "${WORKSPACE}/include/AMF"
execute cp -r "${PACKAGES}"/AMF-$CURRENT_PACKAGE_VERSION/AMF-$CURRENT_PACKAGE_VERSION/AMF/* "${WORKSPACE}/include/AMF/"
execute cp -r "${PACKAGES}"/AMF-$CURRENT_PACKAGE_VERSION/AMF-$CURRENT_PACKAGE_VERSION/amf/public/include/* "${WORKSPACE}/include/AMF/"
build_done "amf" $CURRENT_PACKAGE_VERSION
fi
CONFIGURE_OPTIONS+=("--enable-amf")
Expand Down

0 comments on commit 16e9267

Please sign in to comment.