Skip to content

Commit 5901fa5

Browse files
committed
remote ssl
1 parent ba89187 commit 5901fa5

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/ios_release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@ jobs:
1414

1515
- name: Init extra for iOS
1616
run: |
17-
bash init-ios-openssl.sh
1817
bash init-ios.sh
1918
20-
- name: Build ssl and ffmpeg
19+
- name: Build ffmpeg
2120
working-directory: ios
2221
run: |
23-
bash compile-openssl.sh all
2422
bash compile-ffmpeg.sh all
2523
2624
- name: XCode build ijkplayer

ios/IJKMediaPlayer/IJKMediaPlayer.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@
109109
21E6F4D022C39D0500611D3D /* ffpipeline_ffplay.c in Sources */ = {isa = PBXBuildFile; fileRef = E67B91B21A3801E600717EA9 /* ffpipeline_ffplay.c */; };
110110
21E6F4D222C39D0500611D3D /* libbz2.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 21DAA15C2298FED6007B0784 /* libbz2.tbd */; };
111111
21E6F4D322C39D0500611D3D /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 5450AF8F1E63E59800568494 /* libz.tbd */; };
112-
21E6F4D422C39D0500611D3D /* libssl.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5450AF8C1E63E59300568494 /* libssl.a */; };
113-
21E6F4D522C39D0500611D3D /* libcrypto.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5450AF8B1E63E59300568494 /* libcrypto.a */; };
114112
21E6F4D622C39D0500611D3D /* libavcodec.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E653C6EF1BCE5A750016835A /* libavcodec.a */; };
115113
21E6F4D722C39D0500611D3D /* libavfilter.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E653C6F01BCE5A750016835A /* libavfilter.a */; };
116114
21E6F4D822C39D0500611D3D /* libavformat.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E653C6F11BCE5A750016835A /* libavformat.a */; };
@@ -626,8 +624,6 @@
626624
files = (
627625
21E6F4D222C39D0500611D3D /* libbz2.tbd in Frameworks */,
628626
21E6F4D322C39D0500611D3D /* libz.tbd in Frameworks */,
629-
21E6F4D422C39D0500611D3D /* libssl.a in Frameworks */,
630-
21E6F4D522C39D0500611D3D /* libcrypto.a in Frameworks */,
631627
21E6F4D622C39D0500611D3D /* libavcodec.a in Frameworks */,
632628
21E6F4D722C39D0500611D3D /* libavfilter.a in Frameworks */,
633629
21E6F4D822C39D0500611D3D /* libavformat.a in Frameworks */,

0 commit comments

Comments
 (0)