From cc46954c2946323eda2e776ea0fdda2d953c065d Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Fri, 2 Apr 2010 10:19:01 +0000 Subject: [PATCH] Fix video wallpaper. --- Library.mm | 5 ++--- control | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Library.mm b/Library.mm index 1d6ef72..b9399a1 100644 --- a/Library.mm +++ b/Library.mm @@ -1547,15 +1547,14 @@ extern "C" void WBInitialize() { NULL, &ChangeWallpaper, (CFStringRef) @"com.saurik.winterboard.lockbackground", NULL, 0 ); - /* - if ($getTheme$([NSArray arrayWithObjects:@"Wallpaper.mp4"]) != nil) { + if ($getTheme$([NSArray arrayWithObject:@"Wallpaper.mp4"]) != nil) { NSBundle *MediaPlayer([NSBundle bundleWithPath:@"/System/Library/Frameworks/MediaPlayer.framework"]); if (MediaPlayer != nil) [MediaPlayer load]; $MPMoviePlayerController = objc_getClass("MPMoviePlayerController"); $MPVideoView = objc_getClass("MPVideoView"); - }*/ + } $WebCoreFrameBridge = objc_getClass("WebCoreFrameBridge"); diff --git a/control b/control index 1e15857..9584ac0 100644 --- a/control +++ b/control @@ -3,7 +3,7 @@ Priority: optional Section: System Maintainer: Jay Freeman (saurik) Architecture: iphoneos-arm -Version: 0.9.3154-1 +Version: 0.9.3155-1 Description: more powerful, open-source SummerBoard Name: WinterBoard Depends: mobilesubstrate (>= 0.9.2958-1), killall, preferenceloader, libhide (>= 2.0.4), findutils, net.howett.pincrush (>= 0.0.1-23) | pincrush -- 2.45.2