Skip to content

Commit

Permalink
libvpx 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dic1911 committed Dec 3, 2023
1 parent a7cbd6f commit 33a4551
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[submodule "TMessagesProj/jni/boringssl"]
path = TMessagesProj/jni/boringssl
url = https://github.com/google/boringssl
ignore = dirty
ignore = all
[submodule "TMessagesProj/jni/libvpx"]
path = TMessagesProj/jni/libvpx
url = https://github.com/webmproject/libvpx
Expand Down
4 changes: 2 additions & 2 deletions TMessagesProj/jni/build_libvpx_clang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function build {
CPU=i686
OPTIMIZE_CFLAGS="-O3 -march=i686 -mtune=intel -msse3 -mfpmath=sse -m32 -fPIC"
TARGET="x86-android-gcc"
PREFIX=./build/x86
PREFIX=./build/$ARCH
CPU_DETECT="--enable-runtime-cpu-detect"
build_one
;;
Expand Down Expand Up @@ -184,7 +184,7 @@ function build {
}

if (( $# == 0 )); then
build x86 x86_64 arm arm64
build x86_64 x86 arm arm64
else
build $@
fi
2 changes: 1 addition & 1 deletion TMessagesProj/jni/libvpx
Submodule libvpx updated 388 files

0 comments on commit 33a4551

Please sign in to comment.