File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1028,7 +1028,7 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
10281028 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 "
10291029 execute rm -rf " ${WORKSPACE} /include/AMF"
10301030 execute mkdir -p " ${WORKSPACE} /include/AMF"
1031- execute cp -r " ${PACKAGES} " /AMF-$CURRENT_PACKAGE_VERSION /AMF-$CURRENT_PACKAGE_VERSION /AMF /* " ${WORKSPACE} /include/AMF/"
1031+ execute cp -r " ${PACKAGES} " /AMF-$CURRENT_PACKAGE_VERSION /AMF-$CURRENT_PACKAGE_VERSION /amf/public/include /* " ${WORKSPACE} /include/AMF/"
10321032 build_done " amf" $CURRENT_PACKAGE_VERSION
10331033 fi
10341034 CONFIGURE_OPTIONS+=(" --enable-amf" )
You can’t perform that action at this time.
0 commit comments