Skip to content

Commit 3ee2a73

Browse files
committed
Move lib, mobileffmpeg and mbprogresshud to Utils
1 parent 267aaba commit 3ee2a73

File tree

207 files changed

+5
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

207 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ TWEAK_NAME = YTMusicUltimate
1717
$(TWEAK_NAME)_FILES = $(shell find Source -name '*.xm' -o -name '*.x' -o -name '*.m')
1818
$(TWEAK_NAME)_CFLAGS = -fobjc-arc -Wno-deprecated-declarations -DTWEAK_VERSION=$(PACKAGE_VERSION)
1919
$(TWEAK_NAME)_FRAMEWORKS = UIKit Foundation AVFoundation AVKit Photos Accelerate CoreMotion GameController VideoToolbox
20-
$(TWEAK_NAME)_OBJ_FILES = $(shell find Source/lib -name '*.a')
20+
$(TWEAK_NAME)_OBJ_FILES = $(shell find Source/Utils/lib -name '*.a')
2121
$(TWEAK_NAME)_LIBRARIES = bz2 c++ iconv z
2222
ifeq ($(SIDELOADING),1)
2323
$(TWEAK_NAME)_FILES += Sideloading.xm

Source/FFMpegDownloader.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#import <UIKit/UIKit.h>
22
#import <Foundation/Foundation.h>
33
#import <Photos/Photos.h>
4-
#import "MobileFFmpeg/MobileFFmpegConfig.h"
5-
#import "MobileFFmpeg/MobileFFmpeg.h"
6-
#import "MobileFFmpeg/MobileFFprobe.h"
7-
#import "MBProgressHUD/MBProgressHUD.h"
4+
#import "Utils/MobileFFmpeg/MobileFFmpegConfig.h"
5+
#import "Utils/MobileFFmpeg/MobileFFmpeg.h"
6+
#import "Utils/MobileFFmpeg/MobileFFprobe.h"
7+
#import "Utils/MBProgressHUD/MBProgressHUD.h"
88
#import "Headers/Localization.h"
99

1010
@interface FFMpegDownloader : NSObject <LogDelegate, StatisticsDelegate>

0 commit comments

Comments
 (0)