Add libwebm, libvpx, libyuv dependencies
Libvpx is built with configure script and make. Unfortunate but the configure script is very dense and I'm not sure if it's worth translating into CMake, since it apparently does CPU detection for optimizations.
Showing
- CMakeLists.txt 1 addition, 0 deletionsCMakeLists.txt
- cmake/Modules/FindVPX.cmake 33 additions, 0 deletionscmake/Modules/FindVPX.cmake
- src/CMakeLists.txt 2 additions, 0 deletionssrc/CMakeLists.txt
- thirdparty/CMakeLists.txt 3 additions, 0 deletionsthirdparty/CMakeLists.txt
- thirdparty/cpm-libvpx.cmake 37 additions, 0 deletionsthirdparty/cpm-libvpx.cmake
- thirdparty/cpm-libwebm.cmake 31 additions, 0 deletionsthirdparty/cpm-libwebm.cmake
- thirdparty/cpm-libyuv.cmake 77 additions, 0 deletionsthirdparty/cpm-libyuv.cmake
Loading
Please register or sign in to comment