File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -1025,10 +1025,10 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
1025
1025
fi
1026
1026
1027
1027
if build " amf" " 1.4.33" ; then
1028
- download " https://github.com/GPUOpen-LibrariesAndSDKs/AMF/archive/refs/tags/ v$CURRENT_PACKAGE_VERSION .tar.gz" " AMF-$CURRENT_PACKAGE_VERSION .tar.gz" " AMF-$CURRENT_PACKAGE_VERSION "
1028
+ 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 "
1029
1029
execute rm -rf " ${WORKSPACE} /include/AMF"
1030
1030
execute mkdir -p " ${WORKSPACE} /include/AMF"
1031
- execute cp -r " ${PACKAGES} " /AMF-$CURRENT_PACKAGE_VERSION /AMF-$CURRENT_PACKAGE_VERSION /amf/public/include /* " ${WORKSPACE} /include/AMF/"
1031
+ execute cp -r " ${PACKAGES} " /AMF-$CURRENT_PACKAGE_VERSION /AMF-$CURRENT_PACKAGE_VERSION /AMF /* " ${WORKSPACE} /include/AMF/"
1032
1032
build_done " amf" $CURRENT_PACKAGE_VERSION
1033
1033
fi
1034
1034
CONFIGURE_OPTIONS+=(" --enable-amf" )
You can’t perform that action at this time.
0 commit comments