Skip to content

Commit

Permalink
ios/project: add ijkio httphook
Browse files Browse the repository at this point in the history
  • Loading branch information
raymond1012 committed Jul 28, 2017
1 parent ae1029e commit 8b73b6c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ios/IJKMediaPlayer/IJKMediaPlayer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
objects = {

/* Begin PBXBuildFile section */
4DA7F6891F2B1E270032A499 /* ijkiourlhook.c in Sources */ = {isa = PBXBuildFile; fileRef = 4DA7F6881F2B1E270032A499 /* ijkiourlhook.c */; };
4DA7F68A1F2B1E270032A499 /* ijkiourlhook.c in Sources */ = {isa = PBXBuildFile; fileRef = 4DA7F6881F2B1E270032A499 /* ijkiourlhook.c */; };
5407EC291DF7F93B00457BFE /* IJKVideoToolBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 5407EC271DF7F93B00457BFE /* IJKVideoToolBox.h */; };
5407EC2A1DF7F93B00457BFE /* IJKVideoToolBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 5407EC281DF7F93B00457BFE /* IJKVideoToolBox.m */; };
5407EC2D1DF81D2600457BFE /* IJKVideoToolBoxSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 5407EC2B1DF81D2600457BFE /* IJKVideoToolBoxSync.h */; };
Expand Down Expand Up @@ -275,6 +277,7 @@
4543162A1A66497900676070 /* IJKVideoToolBoxAsync.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = IJKVideoToolBoxAsync.m; path = ijkmedia/ijkplayer/ios/pipeline/IJKVideoToolBoxAsync.m; sourceTree = "<group>"; };
45DB4AA71A5D52AE005CAD41 /* ijksdl_vout_overlay_videotoolbox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijksdl_vout_overlay_videotoolbox.h; sourceTree = "<group>"; };
45DB4AA81A5D52AE005CAD41 /* ijksdl_vout_overlay_videotoolbox.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ijksdl_vout_overlay_videotoolbox.m; sourceTree = "<group>"; };
4DA7F6881F2B1E270032A499 /* ijkiourlhook.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ijkiourlhook.c; sourceTree = "<group>"; };
5407EC271DF7F93B00457BFE /* IJKVideoToolBox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IJKVideoToolBox.h; path = ijkmedia/ijkplayer/ios/pipeline/IJKVideoToolBox.h; sourceTree = "<group>"; };
5407EC281DF7F93B00457BFE /* IJKVideoToolBox.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = IJKVideoToolBox.m; path = ijkmedia/ijkplayer/ios/pipeline/IJKVideoToolBox.m; sourceTree = "<group>"; };
5407EC2B1DF81D2600457BFE /* IJKVideoToolBoxSync.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IJKVideoToolBoxSync.h; path = ijkmedia/ijkplayer/ios/pipeline/IJKVideoToolBoxSync.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -812,6 +815,7 @@
isa = PBXGroup;
children = (
54A029B11D4700E6001C61C1 /* ijkasync.c */,
4DA7F6881F2B1E270032A499 /* ijkiourlhook.c */,
54A029B21D4700E6001C61C1 /* ijkavformat.h */,
54A029B31D4700E6001C61C1 /* ijklongurl.c */,
54A029B41D4700E6001C61C1 /* ijksegment.c */,
Expand Down Expand Up @@ -1216,6 +1220,7 @@
5450AFE61E63EA4300568494 /* IJKMediaPlayback.m in Sources */,
5450AFE71E63EA4300568494 /* ijkdict.c in Sources */,
5450AFE81E63EA4300568494 /* ff_ffpipeline.c in Sources */,
4DA7F68A1F2B1E270032A499 /* ijkiourlhook.c in Sources */,
5450AFE91E63EA4300568494 /* IJKSDLAudioKit.m in Sources */,
5450AFEA1E63EA4300568494 /* mvp.vsh.c in Sources */,
5450AFEB1E63EA4300568494 /* NSString+IJKMedia.m in Sources */,
Expand Down Expand Up @@ -1306,6 +1311,7 @@
E654EAA51B6B283700B0F2D0 /* IJKMediaPlayback.m in Sources */,
54CF8A491E15287D00309DD5 /* ijkdict.c in Sources */,
E654EAB01B6B285900B0F2D0 /* ff_ffpipeline.c in Sources */,
4DA7F6891F2B1E270032A499 /* ijkiourlhook.c in Sources */,
E654EACC1B6B288A00B0F2D0 /* IJKSDLAudioKit.m in Sources */,
E6C4599B1C7030B6004831EC /* mvp.vsh.c in Sources */,
E698089C1C7EB13A0048A46C /* NSString+IJKMedia.m in Sources */,
Expand Down

0 comments on commit 8b73b6c

Please sign in to comment.