Skip to content
Snippets Groups Projects
  1. Apr 16, 2020
  2. Dec 13, 2018
  3. Oct 26, 2018
    • 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
  4. Oct 31, 2017
  5. Jul 24, 2017
  6. Jan 11, 2017
  7. Dec 20, 2016
  8. Nov 03, 2016
  9. Aug 29, 2016
  10. Apr 04, 2016
  11. Apr 08, 2015
  12. Feb 19, 2015
  13. Feb 18, 2015
  14. Feb 05, 2015
  15. Dec 29, 2014
  16. Nov 14, 2014
  17. Sep 28, 2014
  18. Jul 26, 2014
  19. Dec 10, 2012
  20. Dec 05, 2012
  21. Sep 28, 2012
  22. Jun 22, 2012
  23. Jun 21, 2012
  24. Jun 19, 2012
  25. Apr 05, 2012
  26. Jan 27, 2012
  27. Jan 24, 2012
  28. Jan 21, 2012
  29. Oct 02, 2011
  30. Sep 04, 2011
Loading