diff options
author | Bradley Sepos <[email protected]> | 2019-03-11 13:18:19 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2019-03-31 18:10:32 -0400 |
commit | 4daf62b54a11d4f960c231000297733bc738645c (patch) | |
tree | 44b82066cb0064f9722ea7d7e6ae51cf047cf57e /contrib/libvpx/module.defs | |
parent | ba87e398f6022c0b1954338f23f08471831bb557 (diff) |
contrib: Remove local pthreads-w32 in favor of winpthreads.
Cross-compiling for Windows now requires winpthreads which is part of the toolchain provided by scripts/mingw-w64-build, and similar packages provided by Linux distros.
Diffstat (limited to 'contrib/libvpx/module.defs')
-rw-r--r-- | contrib/libvpx/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libvpx/module.defs b/contrib/libvpx/module.defs index d04672713..838f3a226 100644 --- a/contrib/libvpx/module.defs +++ b/contrib/libvpx/module.defs @@ -1,4 +1,4 @@ -$(eval $(call import.MODULE.defs,LIBVPX,libvpx,PTHREADW32)) +$(eval $(call import.MODULE.defs,LIBVPX,libvpx)) $(eval $(call import.CONTRIB.defs,LIBVPX)) LIBVPX.FETCH.url = https://download.handbrake.fr/contrib/libvpx-1.7.0.tar.gz |