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 @@ -1010,10 +1010,10 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
1010
1010
fi
1011
1011
1012
1012
if build " amf" " 1.4.33" ; then
1013
- 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 "
1013
+ 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 "
1014
1014
execute rm -rf " ${WORKSPACE} /include/AMF"
1015
1015
execute mkdir -p " ${WORKSPACE} /include/AMF"
1016
- execute cp -r " ${PACKAGES} " /AMF-$CURRENT_PACKAGE_VERSION /AMF-$CURRENT_PACKAGE_VERSION /amf/public/include /* " ${WORKSPACE} /include/AMF/"
1016
+ execute cp -r " ${PACKAGES} " /AMF-$CURRENT_PACKAGE_VERSION /AMF-$CURRENT_PACKAGE_VERSION /AMF /* " ${WORKSPACE} /include/AMF/"
1017
1017
build_done " amf" $CURRENT_PACKAGE_VERSION
1018
1018
fi
1019
1019
CONFIGURE_OPTIONS+=(" --enable-amf" )
You can’t perform that action at this time.
0 commit comments