Skip to content

Commit

Permalink
FFmpeg-android Executables CP Automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Shabinder committed Sep 2, 2021
1 parent 6f013d8 commit 7532192
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ffmpeg/android-ffmpeg/src/main/res/values/strings.xml

This file was deleted.

10 changes: 10 additions & 0 deletions ffmpeg/copy-ffmpeg-executables.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7532192

Please sign in to comment.