build: fix ODR violation
This commit fixes the regression introduced by b9df5331 that switched to the c++ static runtime and caused exceptions to be uncaught. As https://developer.android.com/ndk/guides/cpp-support.html#static_runtimes explains it, one process should *NEVER* link with more than one shared libraries that link with the c++ static library. To fix this issue: libmla and libvlc are now static and linked together as libvlcjni.so with the c++ static library.
Loading
-
mentioned in commit b69c0825
-
mentioned in commit 6ba71f4f
-
mentioned in issue #797 (closed)
Please register or sign in to comment