From 23e2e6dd5339a7dfbcd74c4648cea20c9ff535c1 Mon Sep 17 00:00:00 2001 From: Miguel del Amor Date: Thu, 24 Jun 2021 22:31:53 +0200 Subject: [PATCH] - Changes to make it compatible with latest version of Android tools and framework. - Changes to make it compatible with latest version of x264 library. - Removed non supported plugins. - Compiling for all Android architectures. - Fixed issues with deprecated headers of NDK. - Fixed issues of deprecated STL. - Tested that it works currently in an S8 device. --- .idea/compiler.xml | 18 +---- .idea/gradle.xml | 2 + .idea/misc.xml | 12 +-- .idea/modules.xml | 4 +- .idea/runConfigurations.xml | 1 + .idea/vcs.xml | 1 + README.md | 40 ++++------ build.gradle | 10 +-- gradle/wrapper/gradle-wrapper.properties | 3 +- x264-android/bintrayv1.gradle | 59 -------------- x264-android/build.gradle | 38 ++------- x264-android/installv1.gradle | 42 ---------- x264-android/src/main/cpp/Application.mk | 6 +- x264-android/src/main/cpp/build_x264.sh | 77 +++++++++++++------ x264-android/src/main/cpp/libx264_jni.cpp | 8 +- .../com/github/bakaoh/x264/X264Params.java | 8 +- 16 files changed, 100 insertions(+), 229 deletions(-) delete mode 100644 x264-android/bintrayv1.gradle delete mode 100644 x264-android/installv1.gradle diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 96cc43e..fb7f4a8 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,22 +1,6 @@ - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 616c4e3..338ecbd 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -1,8 +1,10 @@ + - - - - - - - - - - - + diff --git a/.idea/modules.xml b/.idea/modules.xml index 7d1db63..62e9be7 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,8 +2,8 @@ - - + + \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml index 7f68460..e497da9 100644 --- a/.idea/runConfigurations.xml +++ b/.idea/runConfigurations.xml @@ -3,6 +3,7 @@