bravobit / FFmpeg-Android

FFMpeg/FFprobe compiled for Android
https://bravobit.nl/
MIT License
733 stars 172 forks source link

Excluding ffprobe #138

Open anathefish opened 4 years ago

anathefish commented 4 years ago

Couldn't make it this way:

aaptOptions { ignoreAssetsPattern "!*ffprobe" }

Still seeing the 9MB ffprobe file in assets after bundle build. Is there any other way?

Thanks!

alexcohn commented 4 years ago

Where do you put this piece? It should be inside the android block:

android {
    …
    aaptOptions { ignoreAssetsPattern "!ffprobe"}
}