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
lvhuan
2015-11-25 14:26:04 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5892b9de093a8afa86e897ff6aa0d0890530e679
5892b9de
1 parent
a5d811ca
更新ffmpeg的podspec文件
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
1 deletions
FFmpeg4ijkplayer-ios-bin/0.3.1-build-20151125/FFmpeg4ijkplayer-ios-bin.podspec
ijkplayer/0.4.0-ffmpeg-2.8-2/ijkplayer.podspec
FFmpeg4ijkplayer-ios-bin/0.3.1-build-20151125/FFmpeg4ijkplayer-ios-bin.podspec
0 → 100644
View file @
5892b9d
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"FFmpeg4ijkplayer-ios-bin"
# <ijkplayer-tag> - rev.<revision> - <FFmpeg hash>
s
.
version
=
"0.3.1-build-20151125"
s
.
summary
=
"FFmpeg n2.7 build for ijkplayer on iOS platform."
s
.
homepage
=
"https://github.com/Bilibili/FFmpeg4ijkplayer-ios-bin"
# license file extension must be txt
s
.
license
=
{
:type
=>
'LGPLv2.1+'
,
:file
=>
'COPYING.LGPLv2.1.txt'
}
s
.
author
=
{
"Zhang Rui"
=>
"bbcallen@gmail.com"
}
s
.
platform
=
:ios
,
'6.0'
s
.
source
=
{
:git
=>
"https://github.com/boxfish-project/FFmpeg4ijkplayer-ios-bin.git"
,
:tag
=>
s
.
version
}
s
.
requires_arc
=
false
s
.
libraries
=
'z'
,
'bz2'
s
.
subspec
'ffmpeg'
do
|
ss
|
ss
.
source_files
=
'include/**/*.h'
ss
.
public_header_files
=
'include/**/*.h'
ss
.
header_mappings_dir
=
'include'
ss
.
vendored_libraries
=
'lib/**/*.a'
end
end
...
...
ijkplayer/0.4.0-ffmpeg-2.8-2/ijkplayer.podspec
View file @
5892b9d
...
...
@@ -92,7 +92,7 @@ Pod::Spec.new do |s|
s
.
subspec
'ijksdl'
do
|
ss
|
# ss.dependency 'FFmpeg4ijkplayer-ios-bin', '0.3.1-rc.7'
ss
.
dependency
'FFmpeg4ijkplayer-ios-bin'
,
'0.3.1-build-2015
0916
'
ss
.
dependency
'FFmpeg4ijkplayer-ios-bin'
,
'0.3.1-build-2015
1125
'
ss
.
source_files
=
'ijkmedia/ijksdl/**/*.{c,h}'
ss
.
private_header_files
=
'ijkmedia/ijksdl/**/*.h'
...
...
Please
register
or
login
to post a comment