- 29 Aug, 2016 3 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Since this is the future default toolchain of the Android NDK.
-
- 26 Aug, 2016 1 commit
-
-
Thomas Guillem authored
-
- 25 Aug, 2016 9 commits
-
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
- 24 Aug, 2016 1 commit
-
-
Filip Roséen authored
The diagnostic certainly implies that the shell script shall abort if the version of the NDK is less than 11, though the previous case-check only matched versions matching "11*". This commit changes the implementation so that we check whether "$REL" is greater-than-or-equal compared to 11. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 23 Aug, 2016 6 commits
-
-
Alexandre Perraud authored
-
Alexandre Perraud authored
-
Alexandre Perraud authored
-
Alexandre Perraud authored
-
Alexandre Perraud authored
-
Alexandre Perraud authored
-
- 22 Aug, 2016 1 commit
-
-
Thomas Guillem authored
Use ndk-stack instead Example: $ adb logcat | $ANDROID_NDK/ndk-stack -sym .dbg/armeabi-v7a/2.1.0 $ $ANDROID_NDK/ndk-stack -sym .dbg/armeabi-v7a/2.1.0 -dump crash.txt
-
- 19 Aug, 2016 2 commits
-
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
- 12 Aug, 2016 2 commits
-
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
- 10 Aug, 2016 2 commits
-
-
Geoffrey Métais authored
(cherry picked from commit 80650a65)
-
Geoffrey Métais authored
-
- 09 Aug, 2016 6 commits
-
-
Geoffrey Métais authored
-
Filip Roséen authored
If an invalid option is passed to "-a" it make sense for us to abort as early as possible. These changes can be summerized with; - do not rely on compile-libvlc.sh to diagnose invalid usage, and; - abort before any work is done if an invalid option is present. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
Given that it is always nice to have helper functions declared in the same area, these changes makes it so that "diagnostic" and "checkfail" is defined at the same place. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
Given that diagnostic output should be written to stderr and not stdout, a function named "diagnostic" is introduced that echo's whatever is passed to stderr. Usage of "echo" in terms of diagnostics has been replaced by usage of this newly added function. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
If a user of the script happens to pass an invalid option to "compile.sh" we should not ignore it, instead it is more appropriate to add a diagnostic saying that the user has supplied an invalid option. As such, these changes adds a fallback entry to the argument parsing so that the script aborts to save user from unexpected behavior. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 08 Aug, 2016 7 commits
-
-
VideoLAN authored
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Dean Lee authored
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Andriy Bandura authored
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Kaya Zeren authored
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
VideoLAN authored
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
VideoLAN authored
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
A. Regnander authored
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-