-
```
Have you guys already thought about CMake script to configure libvpx? That
would be really great to have something like that because it would be easier to
integrate libvpx directly into other CM…
-
```
The current stable version of chromium (35.0.1916.153) requires a version of
libvpx that is newer than 1.3.0, so we can't use the system libvpx unless it is
build from git.
It would be really n…
-
```
Have you guys already thought about CMake script to configure libvpx? That
would be really great to have something like that because it would be easier to
integrate libvpx directly into other CM…
-
```
Add libvpx to naclports.
There's a big gap between the quality of theora and libvpx. libvpx gives us a
modern, royalty free codec for use in nacl.
```
Original issue reported on code.google.com…
-
```
Have you guys already thought about CMake script to configure libvpx? That
would be really great to have something like that because it would be easier to
integrate libvpx directly into other CM…
-
```
Have you guys already thought about CMake script to configure libvpx? That
would be really great to have something like that because it would be easier to
integrate libvpx directly into other CM…
-
```
The current stable version of chromium (35.0.1916.153) requires a version of
libvpx that is newer than 1.3.0, so we can't use the system libvpx unless it is
build from git.
It would be really n…
-
```
The current stable version of chromium (35.0.1916.153) requires a version of
libvpx that is newer than 1.3.0, so we can't use the system libvpx unless it is
build from git.
It would be really n…
-
### Description
conanfile.txt
[requires]
ffmpeg/6.1
[generators]
CMakeDeps
CMakeToolchain
CMakeLists.txt
cmake_minimum_required(VERSION 3.15)
project(testffmpeg CXX)
find_package(f…
-
external/libvpx (https://android-review.googlesource.com/c/platform/external/libvpx/+/2168948) is missing optimized assembler (present for arm/arm64/x86/x86-64), using C fallback for now.