


SLIB_INSTALL_NAME='$(SLIBNAME_WITH_MAJOR)' SLIB_INSTALL_LINKS='$(SLIBNAME_WITH_MAJOR) $(SLIBNAME)'Īnd replace with this: SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(FULLNAME)-$(LIBMAJOR)$(SLIBSUF)' SLIB_INSTALL_NAME='$(SLIBNAME_WITH_VERSION)' Open ffmpeg-3.0.2/configure file with a text editor and locate the following lines: Note: - We’ll use $NDK to represent the root path of the decompressed NDK.ĭownload FFMPEG (version v3.0.2) and decompress it into $NDK/sources folder. Install Linux Mint in VirtualBox (building on Windows is a NIGHTMARE, don't even try)ĭownload and Install Android NDK (v11) <- Add link to setup NDK gistĪfter downloading NDK, simply decompress the archive. Question: How to FUCKING build and use FFmpeg with Android Studio!!! Source: Android Native Development Kit Cookbook, Blog, Roman10, Ph0b
