- Apr 16, 2020
-
-
- Dec 13, 2018
-
-
Geoffrey Métais authored
Needed to build because of AndroidX activation: android.enableJetifier=true android.useAndroidX=true are required for now
-
- Oct 26, 2018
-
-
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).
-
- Oct 31, 2017
-
-
Thomas Guillem authored
-
- Jul 24, 2017
-
-
Immanuel Thomas authored
sed in Mac requires extension for backup file. Signed-off-by:
Geoffrey Métais <geoffrey.metais@gmail.com>
-
- Jan 11, 2017
-
-
Geoffrey Métais authored
-
- Dec 20, 2016
-
-
Jean-Baptiste Kempf authored
-
- Nov 03, 2016
-
-
Geoffrey Métais authored
Written with Bastion Penavayre and Thomas Guillem for making medialibrary build on Android medialibrary: use clang MediaWrapper class is now integrated into medialibrary module
-
Geoffrey Métais authored
-
- Aug 29, 2016
-
-
Thomas Guillem authored
Since this is the future default toolchain of the Android NDK.
-
- Apr 04, 2016
-
-
Geoffrey Métais authored
-
- Apr 08, 2015
-
-
Thomas Guillem authored
*.so.dbg files are saved in .dbg/<apk_version> directory
-
- Feb 19, 2015
-
-
Thomas Guillem authored
Rename static modules symbols in order to have unique symbols. Close #13966
-
- Feb 18, 2015
-
-
Thomas Guillem authored
-
- Feb 05, 2015
-
-
Jean-Baptiste Kempf authored
-
- Dec 29, 2014
-
-
Geoffrey Métais authored
-
- Nov 14, 2014
-
-
Geoffrey Métais authored
-
Geoffrey Métais authored
Working from cli or from Android Studio './gradlew tasks' to see all options './graldew installDebug' to build and install a debug version of VLC compile.sh is still working, you can still build apks with it.
-
- Sep 28, 2014
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Jul 26, 2014
-
-
Jean-Baptiste Kempf authored
-
- Dec 10, 2012
-
-
Rafaël Carré authored
-
- Dec 05, 2012
-
-
Jean-Baptiste Kempf authored
-
- Sep 28, 2012
-
-
Jean-Baptiste Kempf authored
-
- Jun 22, 2012
-
-
Ludovic Fauvet authored
-
- Jun 21, 2012
-
-
Jean-Baptiste Kempf authored
-
- Jun 19, 2012
-
-
Felix Paul Kühne authored
-
- Apr 05, 2012
-
-
Jean-Baptiste Kempf authored
-
- Jan 27, 2012
-
-
Ludovic Fauvet authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- Jan 24, 2012
-
-
Martin Storsjö authored
This uses 2.4 and 2.9 MB for the two versions, but avoids having to keep the full source repos lying around when we only use the headers, when the full repos take up over 900 MB and 1.7 GB respectively. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This avoids having to fetch a 84 MB binary package and keeping 26 MB of libraries, when a fake stub works just as well. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Jan 21, 2012
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- Oct 02, 2011
-
-
Sébastien Toque authored
-
- Sep 04, 2011
-
-
Signed-off-by:
Rémi Duraffort <ivoire@videolan.org>
-