From c158ffc8cc43ecf472f4aea9cc3d041da8349793 Mon Sep 17 00:00:00 2001
From: "Jay Freeman (saurik)" <saurik@saurik.com>
Date: Wed, 29 Oct 2014 11:39:31 -0700
Subject: [PATCH] Fix video playing on iOS 8 (bug due to -no_uuid).

---
 makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefile b/makefile
index fa6581b9..ce94153b 100644
--- a/makefile
+++ b/makefile
@@ -123,7 +123,7 @@ MobileCydia: sysroot $(object) entitlements.xml
 	@mkdir -p bins
 	@cp -a $@ bins/$@-$(version)
 	@echo "[strp] $@"
-	@strip -no_uuid $@
+	@strip $@
 	@echo "[uikt] $@"
 	@./uikit.sh $@
 	@echo "[sign] $@"
-- 
2.47.2