[Android] compile-libvlc: remove trailing characters

Alexandre Janniaux git at videolan.org
Sun Jul 26 22:37:39 CEST 2020


vlc-android | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Tue Jul 21 18:15:59 2020 +0200| [a560033157f7d622d82e1242f012bbdf9ff8f686] | committer: Alexandre Janniaux

compile-libvlc: remove trailing characters

> https://code.videolan.org/videolan/vlc-android/commit/a560033157f7d622d82e1242f012bbdf9ff8f686
---

 buildsystem/compile-libvlc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildsystem/compile-libvlc.sh b/buildsystem/compile-libvlc.sh
index 7d42a8bc2..438b883e1 100755
--- a/buildsystem/compile-libvlc.sh
+++ b/buildsystem/compile-libvlc.sh
@@ -36,7 +36,7 @@ while [ $# -gt 0 ]; do
 done
 
 # Validate arguments
-if [ "$AVLC_MAKE_PREBUILT_CONTRIBS" -gt "0" ] && 
+if [ "$AVLC_MAKE_PREBUILT_CONTRIBS" -gt "0" ] &&
    [ "$AVLC_USE_PREBUILT_CONTRIBS" -gt "0" ]; then
     echo >&2 "ERROR: The --package-contribs and --with-prebuilt-contribs options"
     echo >&2 "       can not be used together."



More information about the Android mailing list