aboutsummaryrefslogtreecommitdiff
path: root/ports/libvpx/unofficial-libvpx-config.cmake.in
AgeCommit message (Collapse)Author
2021-04-19[libvpx] Fix libvpx compilation (install process) (#17287)talregev
* Fix libvpx compilation (install process) * [libvpx] Remove library and pdb suffixes. * [ffmpeg] Remove fix for libvpx * update version record * Update ports/ffmpeg/CONTROL * Update versions/f-/ffmpeg.json * version Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-09-24[libvpx] fix cmake target for linux (#13636)Matthias C. M. Troffaes
2020-06-11[libvpx] Add cmake config file (#11795)Matthias C. M. Troffaes
* [libvpx] Add cmake config file This allows libvpx to be used with find_package(libvpx CONFIG REQUIRED) target_link_libraries(main PRIVATE libvpx::libvpx) Tested on all supported windows triplets. * [libvpx] Rename cmake config file to make clear it is unofficial * [libvpx] Add cmake config target guard * [libvpx] Update version