File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -910,12 +910,12 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
910
910
fi
911
911
fi
912
912
913
- if build " amf" " 1.4.29 " ; then
914
- download ' https://github.com/GPUOpen-LibrariesAndSDKs/AMF/archive/refs/tags/v1.4.29 .tar.gz' ' AMF-1.4.29 .tar.gz' ' AMF-1.4.29 '
913
+ if build " amf" " 1.4.30 " ; then
914
+ download ' https://github.com/GPUOpen-LibrariesAndSDKs/AMF/archive/refs/tags/v1.4.30 .tar.gz' ' AMF-1.4.30 .tar.gz' ' AMF-1.4.30 '
915
915
execute rm -rf " ${WORKSPACE} /include/AMF"
916
916
execute mkdir -p " ${WORKSPACE} /include/AMF"
917
- execute cp -r " ${PACKAGES} " /AMF-1.4.29 /AMF-1.4.29 /amf/public/include/* " ${WORKSPACE} /include/AMF/"
918
- build_done " amf" " 1.4.29 "
917
+ execute cp -r " ${PACKAGES} " /AMF-1.4.30 /AMF-1.4.30 /amf/public/include/* " ${WORKSPACE} /include/AMF/"
918
+ build_done " amf" " 1.4.30 "
919
919
fi
920
920
CONFIGURE_OPTIONS+=(" --enable-amf" )
921
921
fi
You can’t perform that action at this time.
0 commit comments