mirror of
git://f0xx.org/android_cast
synced 2026-07-29 04:38:53 +03:00
vpn service sync
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# CMake in ndk/ autolinks when those archives exist (ANDROIDCAST_HAVE_* = 1).
|
||||
#
|
||||
# Prerequisites:
|
||||
# git submodule update --init third-party/libvpx
|
||||
# bash scripts/init-third-party-submodules.sh
|
||||
# Android NDK (auto-detected via scripts/android-ndk.sh)
|
||||
#
|
||||
# Usage:
|
||||
@@ -22,7 +22,7 @@ BUILD_DIR="$OUT/libvpx-build"
|
||||
|
||||
if [[ ! -d "$VPX_SRC_REAL" ]]; then
|
||||
echo "ERROR: $VPX_SRC_REAL missing. Run:"
|
||||
echo " git submodule update --init third-party/libvpx"
|
||||
echo " bash scripts/init-third-party-submodules.sh"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
@@ -253,7 +253,7 @@ androidcast_ndk_configure_host() {
|
||||
build_opus_for_abi() {
|
||||
local opus_src="$ROOT/third-party/opus"
|
||||
if [[ ! -f "$opus_src/CMakeLists.txt" ]]; then
|
||||
echo "Skip libopus: $opus_src missing (git submodule update --init third-party/opus)"
|
||||
echo "Skip libopus: $opus_src missing (bash scripts/init-third-party-submodules.sh)"
|
||||
return 0
|
||||
fi
|
||||
local opus_build="$BUILD_DIR/opus-cmake"
|
||||
@@ -284,7 +284,7 @@ build_opus_for_abi() {
|
||||
build_speex_for_abi() {
|
||||
local speex_src_real="$ROOT/third-party/speex"
|
||||
if [[ ! -d "$speex_src_real" ]]; then
|
||||
echo "Skip libspeex: $speex_src_real missing (git submodule update --init third-party/speex)"
|
||||
echo "Skip libspeex: $speex_src_real missing (bash scripts/init-third-party-submodules.sh)"
|
||||
return 0
|
||||
fi
|
||||
local speex_src="$speex_src_real"
|
||||
|
||||
Reference in New Issue
Block a user