[Android] LibVLC: always apply additionnal patchset

Geoffrey Métais git at videolan.org
Fri Apr 26 15:14:34 CEST 2019


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Apr 26 15:13:58 2019 +0200| [3c03c37db053b06cb30e73d299a0ab5b97bc3ae4] | committer: Geoffrey Métais

LibVLC: always apply additionnal patchset

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

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

diff --git a/compile.sh b/compile.sh
index 6f5bdb355..911714401 100755
--- a/compile.sh
+++ b/compile.sh
@@ -256,8 +256,8 @@ EOF
 fi
 if [ "$RELEASE" = 1 ]; then
     git reset --hard ${TESTED_HASH}
-    git am ../libvlc/patches/*.patch
 fi
+git am ../libvlc/patches/*.patch
 cd ..
 
 



More information about the Android mailing list