DJI-Mobile-SDK-Tutorials / Android-VideoStreamDecodingSample

This sample project demonstrates how to use FFmpeg for video frame parsing and to use MediaCodec for hardware decoding on DJI Products.
MIT License
169 stars 80 forks source link

Minify/shrink on release build instead of debug #63

Open erikreed opened 4 years ago

erikreed commented 4 years ago

Currently the debug/release settings look flipped. Presumably the release build would be minified and not the debug.

This PR switches the behavior to be more intuitive.