Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
Specs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
undancer
2015-09-12 11:03:36 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b345b013ab94c1528233180bc1b7d01d85be4d81
b345b013
1 parent
12621a76
更新ffmpeg库
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
FFmpeg4ijkplayer-ios-bin/0.3.1-rc.7/FFmpeg4ijkplayer-ios-bin.podspec
FFmpeg4ijkplayer-ios-bin/0.3.1-rc.7/FFmpeg4ijkplayer-ios-bin.podspec
View file @
b345b01
...
...
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s
.
name
=
"FFmpeg4ijkplayer-ios-bin"
# <ijkplayer-tag> - rev.<revision> - <FFmpeg hash>
s
.
version
=
"
0.3.1-rc.7
"
s
.
version
=
"
ffmpeg-build-20150911
"
s
.
summary
=
"FFmpeg n2.7 build for ijkplayer on iOS platform."
s
.
homepage
=
"https://github.com/Bilibili/FFmpeg4ijkplayer-ios-bin"
...
...
@@ -12,8 +12,7 @@ Pod::Spec.new do |s|
s
.
platform
=
:ios
,
'6.0'
# s.source = { :git => "https://github.com/Bilibili/FFmpeg4ijkplayer-ios-bin.git", :tag => s.version }
s
.
source
=
{
:git
=>
"https://github.com/Bilibili/FFmpeg4ijkplayer-ios-bin.git"
}
s
.
source
=
{
:git
=>
"https://github.com/boxfish-project/FFmpeg4ijkplayer-ios-bin.git"
,
:tag
=>
s
.
version
}
s
.
requires_arc
=
false
s
.
libraries
=
'z'
,
'bz2'
...
...
@@ -22,7 +21,7 @@ Pod::Spec.new do |s|
ss
.
source_files
=
'include/**/*.h'
ss
.
public_header_files
=
'include/**/*.h'
ss
.
header_mappings_dir
=
'include'
ss
.
vendored_libraries
=
'lib/*
.a'
,
'lib/*
*/*.a'
end
ss
.
vendored_libraries
=
'lib/**/*.a'
end
end
...
...
Please
register
or
login
to post a comment