FFmpeg-Android icon indicating copy to clipboard operation
FFmpeg-Android copied to clipboard

Excluding ffprobe

Open anathefish opened this issue 6 years ago • 1 comments

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!

anathefish avatar Sep 30 '19 12:09 anathefish

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

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

alexcohn avatar Feb 04 '20 06:02 alexcohn