Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
tretdm committed Aug 6, 2023
1 parent 38b5070 commit 30eb089
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ android {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
externalNativeBuild {
ndkBuild {
path '../ndk-modules/ffmpeg-android-builder/ffmp-armv6/Android.mk'
}
}
}

dependencies {
Expand Down

0 comments on commit 30eb089

Please sign in to comment.