Skip to content
  • Filip Roséen's avatar
    compile-libvlc.sh: fix NDK version check · 6ee40f0a
    Filip Roséen authored and Thomas Guillem's avatar Thomas Guillem committed
    
    
    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: default avatarThomas Guillem <thomas@gllm.fr>
    6ee40f0a