Skip to content
Snippets Groups Projects
Commit fd44fdb0 authored by Leo Ma's avatar Leo Ma
Browse files

Add libx264 library file


Signed-off-by: default avatarLeo Ma <begeekmyfriend@gmail.com>
parent 430af722
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -21,6 +21,11 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
externalNativeBuild {
ndkBuild {
path 'src/main/cpp/Android.mk'
}
}
}
dependencies {
Loading
Loading
File added
File added
#define X264_BIT_DEPTH 8
#define X264_GPL 1
#define X264_INTERLACED 1
#define X264_CHROMA_FORMAT 0
#define X264_VERSION ""
#define X264_POINTVER "0.148.x"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment