Skip to content

Commit

Permalink
Update build-ffmpeg.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tretdm committed Apr 14, 2024
1 parent 246d473 commit 71530b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build-ffmpeg.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# FFmpeg 3.1.4 for Android automatic build script using builder by Tinelix
# FFmpeg 1.1.12 for Android automatic build script using builder by Tinelix
#
# NOTICE: FFmpeg and FFmpeg for Android builder by Tinelix licensed under LGPLv3 or later version.

Expand All @@ -12,14 +12,14 @@ git submodule update
cd ndk-modules/ovkmplayer
cd builder
git checkout origin/main
chmod -R 0777 . && chmod +x ./build-android-2.2.4.sh
chmod -R 0777 . && chmod +x ./build-android-1.1.12.sh

echo "OpenVK Legacy | Starting FFmpeg builder..."

./build-android-2.2.4.sh armv8a
./build-android-2.2.4.sh armv7
./build-android-2.2.4.sh armv6
./build-android-2.2.4.sh x86
./build-android-1.1.12.sh armv7
./build-android-1.1.12.sh armv6
./build-android-1.1.12.sh x86

# Create directories in jniLibs and ovkmplayer
mkdir -p ../../../app/src/main/jniLibs/armeabi
Expand Down

0 comments on commit 71530b2

Please sign in to comment.