Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | contrib: amf: Patch amf to prefer __declspec(selectany) over ↵ | Martin Storsjö | 2020-03-14 | 1 | -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 ↵ | sr55 | 2020-02-25 | 1 | -1/+1 |
| | | | | should be global and more reliable than our own server. | ||||
* | contrib: Update to AMF 1.4.9 | Ewout ter Hoeven | 2019-02-17 | 1 | -4/+4 |
| | |||||
* | VCE: Fix a case sensitivity issue in the build script | sr55 | 2018-06-08 | 1 | -1/+1 |
| | |||||
* | contrib: build: Add AMF headers and --enable-vce. | Bradley Sepos | 2018-06-03 | 2 | -0/+23 |
#1144. |