Skip to content

Commit d5ae0c0

Browse files
committed
增加ffprobe脚本,整理module结构
1 parent ecd516a commit d5ae0c0

File tree

74 files changed

+491
-41
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+491
-41
lines changed
File renamed without changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@ dependencies {
1111
implementation libs["appcompat-v7"]
1212

1313
api project(':FFmpeg-java')
14+
1415
api project(':FFmpeg-armv7a')
1516
api project(':FFmpeg-arm64-v8a')
1617
api project(':FFmpeg-x86')
1718
api project(':FFmpeg-x86_64')
19+
api project(':FFprobe-armv7a')
20+
api project(':FFprobe-arm64-v8a')
21+
api project(':FFprobe-x86')
22+
api project(':FFprobe-x86_64')
1823
}
1924

2025
//apply from: 'bintray.gradle' /** gradle 3.5.0 <-> 5.4.1 使用 **/

AndroidFFmpegLibrary/github_package_publish_usage.gradle renamed to library/AndroidFFmpegLibrary/github_package_publish_usage.gradle

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)