Skip to content

Commit

Permalink
contrib: Update to AMF 1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH authored and sr55 committed Feb 17, 2019
1 parent e6cd082 commit acd80bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contrib/amf/module.defs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$(eval $(call import.MODULE.defs,AMF,amf))
$(eval $(call import.CONTRIB.defs,AMF))

AMF.FETCH.url = https://download.handbrake.fr/contrib/AMF-1.4.7.0.tar.gz
AMF.FETCH.url += https://github.com/GPUOpen-LibrariesAndSDKs/AMF/archive/v1.4.7.0.tar.gz
AMF.FETCH.sha256 = ea91c8627fb16eaaf66c9c12b88a9fb8969879c244f782e807d2fb78f8f323bd
AMF.FETCH.basename = AMF-1.4.7.0.tar.gz
AMF.FETCH.url = https://download.handbrake.fr/contrib/AMF-1.4.9.tar.gz
AMF.FETCH.url += https://github.com/GPUOpen-LibrariesAndSDKs/AMF/archive/v1.4.9.tar.gz
AMF.FETCH.sha256 = d10f75612da5bcbc26325adecc5d398dcddf216c0dae3406d9a29b9d0b44b112
AMF.FETCH.basename = AMF-1.4.9.tar.gz

AMF.CONFIGURE = $(TOUCH.exe) $@
AMF.BUILD = $(TOUCH.exe) $@
Expand Down

0 comments on commit acd80bb

Please sign in to comment.