Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 034b96f

Browse files
committed
【iOS】fix build error
1 parent 08f6511 commit 034b96f

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

‎Example/Common/4.Movie Player/AudioEmbed/MRAudioEmbedViewController.m‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ - (void)viewDidLoad
7171
CGRect rect = self.view.bounds;
7272
#if TARGET_OS_IPHONE
7373
rect.origin.y = CGRectGetHeight(rect) - 100;
74-
rect.size.height = 150;
74+
rect.size.height = 165;
7575
#else
7676
CGFloat screenWidth = [[NSScreen mainScreen]frame].size.width;
7777
rect.size.height = MIN(screenWidth / 3.0, 260);

‎Example/iOS/Podfile.lock‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ EXTERNAL SOURCES:
4343
:path: "../../"
4444

4545
SPEC CHECKSUMS:
46-
FFmpegTutorial: bdc35c3e9d6de4ba44d87db4d1f64b5121bfde59
46+
FFmpegTutorial: 22cc9a7da298a91a6ac877998f9c64b429d02682
4747

4848
PODFILE CHECKSUM: 8473f816d1b2347b2b5fc5f818382878904220af
4949

‎FFmpegTutorial.podspec‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,8 @@ Pod::Spec.new do |s|
9393
end
9494

9595
s.subspec '0x33' do |ss|
96-
ss.osx.source_files = 'FFmpegTutorial/Classes/0x33/**/*.{h,m}'
97-
ss.osx.public_header_files = 'FFmpegTutorial/Classes/0x33/FFTPlayer0x33.h'
98-
ss.ios.source_files = ''
96+
ss.source_files = 'FFmpegTutorial/Classes/0x33/**/*.{h,m}'
97+
ss.public_header_files = 'FFmpegTutorial/Classes/0x33/FFTPlayer0x33.h'
9998
end
10099

101100
s.subspec '0x34' do |ss|

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /