mirror of
https://github.com/TokTok/c-toxcore
synced 2026-04-27 21:35:44 +00:00
Fix libVPX git repository
The libVPX repository has been moved, as specified here: http://www.webmproject.org/code/
This commit is contained in:
+1
-1
@@ -371,7 +371,7 @@ Now we will build libraries needed for audio/video: VPX and Opus.
|
||||
|
||||
VPX:
|
||||
```bash
|
||||
git clone http://git.chromium.org/webm/libvpx.git
|
||||
git clone https://chromium.googlesource.com/webm/libvpx
|
||||
cd libvpx
|
||||
git checkout tags/v1.3.0
|
||||
CROSS="$WINDOWS_TOOLCHAIN"- ./configure --target="$LIB_VPX_TARGET" --prefix="$PREFIX_DIR" --disable-examples --disable-unit-tests --disable-shared --enable-static
|
||||
|
||||
Reference in New Issue
Block a user