[Android] compile-libvlc: Fix copy-paste mistake

Marvin Scholz git at videolan.org
Wed Oct 23 16:06:46 CEST 2019


vlc-android | branch: master | Marvin Scholz <epirat07 at gmail.com> | Wed Oct 23 14:43:04 2019 +0200| [79da335241b3c7282fc610eb8d5f36fe7f60ca20] | committer: Marvin Scholz

compile-libvlc: Fix copy-paste mistake

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

 compile-libvlc.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 3a6d42e20..b7d96285c 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -513,8 +513,8 @@ if [ "$AVLC_USE_PREBUILT_CONTRIBS" -gt "0" ]; then
         make prebuilt
         avlc_checkfail "Fetching prebuilt contribs failed"
     else
-        make prebuilt PREBUILT_URL="$VLC_PREBUILT_CONTRIBS_URL" \
-            || abort_err "Fetching prebuilt contribs from ${VLC_PREBUILT_CONTRIBS_URL} failed"
+        make prebuilt PREBUILT_URL="$VLC_PREBUILT_CONTRIBS_URL"
+        avlc_checkfail "Fetching prebuilt contribs from ${VLC_PREBUILT_CONTRIBS_URL} failed"
     fi
 else
     # Some libraries have arm assembly which won't build in thumb mode



More information about the Android mailing list