summaryrefslogtreecommitdiffstats
path: root/contrib/amf
Commit message (Collapse)AuthorAgeFilesLines
* contrib: amf: Patch amf to prefer __declspec(selectany) over ↵Martin Storsjö2020-03-141-0/+14
| | | | | | | | | | | __attribute__((weak)) Clang doesn't properly implement __attribute__((weak)) in all cases on windows/mingw yet, while __declspec(selectany) works in all of msvc, gcc and clang (both in msvc and mingw mode). This is a backport of an upstream fix from https://github.com/GPUOpen-LibrariesAndSDKs/AMF/commit/328e888ddadc7d9e3fcdf621a59463320b88186b.
* contrib: Switch to using GitHub to host our contrib binaries. Their CDN ↵sr552020-02-251-1/+1
| | | | should be global and more reliable than our own server.
* contrib: Update to AMF 1.4.9Ewout ter Hoeven2019-02-171-4/+4
|
* VCE: Fix a case sensitivity issue in the build scriptsr552018-06-081-1/+1
|
* contrib: build: Add AMF headers and --enable-vce.Bradley Sepos2018-06-032-0/+23
#1144.