mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-24 01:44:32 +01:00
FFmpeg-android Executables CP Automation
This commit is contained in:
parent
6f013d85da
commit
7532192993
@ -1,3 +0,0 @@
|
||||
<resources>
|
||||
<string name="app_name">FFMpegAndroid</string>
|
||||
</resources>
|
10
ffmpeg/copy-ffmpeg-executables.sh
Normal file
10
ffmpeg/copy-ffmpeg-executables.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# CD to script location
|
||||
cd "$(dirname "$0")" || echo "cd to $(dirname "$0") Failed"
|
||||
|
||||
# Copy ffmpeg executables for all targets
|
||||
for target in arm64-v8a armeabi-v7a x86 x86_64
|
||||
do
|
||||
cp ./ffmpeg-android-maker/build/ffmpeg/$target/bin/ffmpeg ./android-ffmpeg/src/main/resources/lib/$target/
|
||||
done
|
Loading…
Reference in New Issue
Block a user