Skip to content
Snippets Groups Projects
  1. Oct 29, 2018
  2. Oct 26, 2018
    • Thomas Guillem's avatar
      Update VLC HASH · 6de58304
      Thomas Guillem authored
      Includes Mediacodec fix.
      6de58304
    • Thomas Guillem's avatar
      build: restore c++_shared usage · 6ba71f4f
      Thomas Guillem authored
      This is a partial revert of the following commits
       - b775dbba "build: fix ODR violation"
       - b9df5331 "Use libc++ as static library"
      
      UnsatisfiedLinkError with c++_shared should be fixed since we now use the last
      NDK version and we dropped old android versions that triggered this crash.
      
      This commit remove the ugly jniloader hack.
      
      Here are the list of .so that are now shipped within the APK:
       - c++_shared.so (from the NDK)
       - libvlc.so (all VLC modules, VLC/LibVLC symbols) => link with c++_shared.so
       - libvlcjni.so (all JNI symbols) => link with libvlc.so
       - libmla.so (medialibrary, optional)  => link with libvlc.so and c++_shared.so
      
      The APK size won't change with this commit (the difference of .so sizes is
      negligible).
      6ba71f4f
  3. Oct 25, 2018
  4. Oct 24, 2018
  5. Oct 23, 2018
  6. Oct 22, 2018
  7. Oct 19, 2018
Loading