mirror of
https://github.com/arthenica/ffmpeg-kit.git
synced 2026-05-07 20:22:27 +00:00
11 lines
261 B
Bash
Executable File
11 lines
261 B
Bash
Executable File
#!/bin/bash
|
|
|
|
$(android_ndk_cmake) -DBUILD_PIC=ON || return 1
|
|
|
|
make -C "$(get_cmake_build_directory)" || return 1
|
|
|
|
make -C "$(get_cmake_build_directory)" install || return 1
|
|
|
|
# CREATE PACKAGE CONFIG MANUALLY
|
|
create_cpufeatures_package_config "0.7.0" || return 1
|