[Android] Revert "Makefile: 7z sanity check"

Rafaël Carré git at videolan.org
Mon Aug 12 17:04:00 CEST 2013


vlc-ports/android | branch: master | Rafaël Carré <funman at videolan.org> | Mon Aug 12 17:03:50 2013 +0200| [e08d6e3890c8a0a4a521e7770853755cd698e49d] | committer: Rafaël Carré

Revert "Makefile: 7z sanity check"

This reverts commit 9937816b82842187a764a27f9555c6052f85b0fa.

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=e08d6e3890c8a0a4a521e7770853755cd698e49d
---

 Makefile |    1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile b/Makefile
index 2780bb8..67c99ca 100644
--- a/Makefile
+++ b/Makefile
@@ -134,7 +134,6 @@ vlc-sdk.7z: .sdk
 	7z a $@ vlc-sdk/
 
 .sdk:
-	@command -v 7z >/dev/null 2>&1 || { echo >&2 "Please install 7z to create SDK packages. Aborting."; exit 1; }
 	mkdir -p vlc-sdk/libs
 	cd vlc-android; cp -r libs/* ../vlc-sdk/libs
 	mkdir -p vlc-sdk/src/org/videolan



More information about the Android mailing list