project.pbxproj 57.7 KB
Newer Older
Z
Zhang Rui 已提交
1 2 3 4 5 6 7 8 9
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 46;
	objects = {

/* Begin PBXBuildFile section */
Z
zccicy 已提交
10
		451103131A5CE36A00337D24 /* IJKSDLGLRenderNV12.m in Sources */ = {isa = PBXBuildFile; fileRef = 451103121A5CE36A00337D24 /* IJKSDLGLRenderNV12.m */; };
Z
zccicy 已提交
11 12 13 14 15
		454316261A66493700676070 /* ffpipeline_ios.c in Sources */ = {isa = PBXBuildFile; fileRef = 454316201A66493700676070 /* ffpipeline_ios.c */; };
		454316271A66493700676070 /* ffpipenode_ios_videotoolbox_vdec.m in Sources */ = {isa = PBXBuildFile; fileRef = 454316231A66493700676070 /* ffpipenode_ios_videotoolbox_vdec.m */; };
		454316281A66493700676070 /* ffpipenode_ios_videotoolbox_vout.m in Sources */ = {isa = PBXBuildFile; fileRef = 454316251A66493700676070 /* ffpipenode_ios_videotoolbox_vout.m */; };
		4543162B1A66497900676070 /* IJKVideoToolBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 4543162A1A66497900676070 /* IJKVideoToolBox.m */; };
		45DB4AAC1A5D52AE005CAD41 /* ijksdl_vout_overlay_videotoolbox.m in Sources */ = {isa = PBXBuildFile; fileRef = 45DB4AA81A5D52AE005CAD41 /* ijksdl_vout_overlay_videotoolbox.m */; };
16 17
		E62139BE180FA89B00553533 /* IJKFFOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = E62139BD180FA89A00553533 /* IJKFFOptions.m */; };
		E62139BF180FAE5F00553533 /* IJKFFOptions.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = E62139BC180FA89A00553533 /* IJKFFOptions.h */; };
18 19
		E63FC27117F01143003551EB /* ijksdl_audio.c in Sources */ = {isa = PBXBuildFile; fileRef = E63FC27017F01143003551EB /* ijksdl_audio.c */; };
		E63FC27617F013DE003551EB /* ijksdl_vout_dummy.c in Sources */ = {isa = PBXBuildFile; fileRef = E63FC27417F013DE003551EB /* ijksdl_vout_dummy.c */; };
Z
Zhang Rui 已提交
20
		E65DC3B919D93D5F004F8A08 /* IJKKVOController.m in Sources */ = {isa = PBXBuildFile; fileRef = E65DC3B819D93D5F004F8A08 /* IJKKVOController.m */; };
21
		E66F8DC117EEC65200354D80 /* IJKMPMoviePlayerController.m in Sources */ = {isa = PBXBuildFile; fileRef = E66F8DC017EEC65200354D80 /* IJKMPMoviePlayerController.m */; };
Z
Zhang Rui 已提交
22
		E66F8DE717EFD9C300354D80 /* IJKFFMoviePlayerController.m in Sources */ = {isa = PBXBuildFile; fileRef = E66F8DE617EFD9C300354D80 /* IJKFFMoviePlayerController.m */; };
23
		E66F8DF117EFEA9400354D80 /* ijkplayer.c in Sources */ = {isa = PBXBuildFile; fileRef = E66F8DEF17EFEA9400354D80 /* ijkplayer.c */; };
Z
Zhang Rui 已提交
24
		E66F8E0317EFEEA400354D80 /* ijkplayer_ios.m in Sources */ = {isa = PBXBuildFile; fileRef = E66F8E0117EFEEA400354D80 /* ijkplayer_ios.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
25 26
		E6716E4B1807E5FC00B3FBC1 /* IJKMediaUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = E6716E4A1807E5FC00B3FBC1 /* IJKMediaUtils.m */; };
		E6716E4E1807EA5000B3FBC1 /* IJKFFMrl.m in Sources */ = {isa = PBXBuildFile; fileRef = E6716E4D1807EA5000B3FBC1 /* IJKFFMrl.m */; };
27 28
		E672D6F318D3445100C51FF9 /* IJKMediaModule.m in Sources */ = {isa = PBXBuildFile; fileRef = E672D6F218D3445100C51FF9 /* IJKMediaModule.m */; };
		E672D6F418D345C100C51FF9 /* IJKMediaModule.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = E672D6F118D3445100C51FF9 /* IJKMediaModule.h */; };
Z
Zhang Rui 已提交
29 30
		E6794BCA1B1FFA9B000560C4 /* IJKFFMoviePlayerController+OptionConvenience.m in Sources */ = {isa = PBXBuildFile; fileRef = E6794BC91B1FFA9B000560C4 /* IJKFFMoviePlayerController+OptionConvenience.m */; };
		E6794BCB1B1FFB13000560C4 /* IJKFFMoviePlayerController+OptionConvenience.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = E6794BC81B1FFA9B000560C4 /* IJKFFMoviePlayerController+OptionConvenience.h */; };
Z
Zhang Rui 已提交
31 32 33 34 35
		E67B91AF1A3801DB00717EA9 /* ff_ffpipeline.c in Sources */ = {isa = PBXBuildFile; fileRef = E67B91AB1A3801DB00717EA9 /* ff_ffpipeline.c */; };
		E67B91B01A3801DB00717EA9 /* ff_ffpipenode.c in Sources */ = {isa = PBXBuildFile; fileRef = E67B91AD1A3801DB00717EA9 /* ff_ffpipenode.c */; };
		E67B91B81A3801E600717EA9 /* ffpipeline_ffplay.c in Sources */ = {isa = PBXBuildFile; fileRef = E67B91B21A3801E600717EA9 /* ffpipeline_ffplay.c */; };
		E67B91B91A3801E600717EA9 /* ffpipenode_ffplay_vdec.c in Sources */ = {isa = PBXBuildFile; fileRef = E67B91B41A3801E600717EA9 /* ffpipenode_ffplay_vdec.c */; };
		E67B91BA1A3801E600717EA9 /* ffpipenode_ffplay_vout.c in Sources */ = {isa = PBXBuildFile; fileRef = E67B91B61A3801E600717EA9 /* ffpipenode_ffplay_vout.c */; };
Z
Zhang Rui 已提交
36 37 38
		E67C4E0519D15B3200415CEE /* IJKAVPlayerLayerView.m in Sources */ = {isa = PBXBuildFile; fileRef = E67C4E0419D15B3200415CEE /* IJKAVPlayerLayerView.m */; };
		E67C4E0819D15EEA00415CEE /* IJKAVMoviePlayerController.m in Sources */ = {isa = PBXBuildFile; fileRef = E67C4E0719D15EEA00415CEE /* IJKAVMoviePlayerController.m */; };
		E67C4E0A19D2BFF100415CEE /* IJKAVMoviePlayerController.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = E67C4E0619D15EEA00415CEE /* IJKAVMoviePlayerController.h */; };
39
		E6903EC217EAF6C500CFD954 /* IJKMediaPlayback.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = E6903EC117EAF6C500CFD954 /* IJKMediaPlayback.h */; };
Z
Zhang Rui 已提交
40 41 42 43 44
		E6903FC717EAFC2C00CFD954 /* libavcodec.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E6903FC217EAFC2C00CFD954 /* libavcodec.a */; };
		E6903FC817EAFC2C00CFD954 /* libavformat.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E6903FC317EAFC2C00CFD954 /* libavformat.a */; };
		E6903FC917EAFC2C00CFD954 /* libavutil.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E6903FC417EAFC2C00CFD954 /* libavutil.a */; };
		E6903FCA17EAFC2C00CFD954 /* libswresample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E6903FC517EAFC2C00CFD954 /* libswresample.a */; };
		E6903FCB17EAFC2C00CFD954 /* libswscale.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E6903FC617EAFC2C00CFD954 /* libswscale.a */; };
Z
Zhang Rui 已提交
45 46 47 48 49 50 51 52 53 54 55
		E690401F17EAFC6100CFD954 /* ff_cmdutils.c in Sources */ = {isa = PBXBuildFile; fileRef = E6903FD517EAFC6100CFD954 /* ff_cmdutils.c */; };
		E690402017EAFC6100CFD954 /* ff_ffplay.c in Sources */ = {isa = PBXBuildFile; fileRef = E6903FDB17EAFC6100CFD954 /* ff_ffplay.c */; };
		E690402717EAFC6100CFD954 /* image_convert.c in Sources */ = {isa = PBXBuildFile; fileRef = E6903FF117EAFC6100CFD954 /* image_convert.c */; };
		E690402D17EAFC6100CFD954 /* ijksdl_vout_overlay_ffmpeg.c in Sources */ = {isa = PBXBuildFile; fileRef = E6903FFB17EAFC6100CFD954 /* ijksdl_vout_overlay_ffmpeg.c */; };
		E690402E17EAFC6100CFD954 /* ijksdl_aout.c in Sources */ = {isa = PBXBuildFile; fileRef = E6903FFF17EAFC6100CFD954 /* ijksdl_aout.c */; };
		E690402F17EAFC6100CFD954 /* ijksdl_error.c in Sources */ = {isa = PBXBuildFile; fileRef = E690400417EAFC6100CFD954 /* ijksdl_error.c */; };
		E690403017EAFC6100CFD954 /* ijksdl_mutex.c in Sources */ = {isa = PBXBuildFile; fileRef = E690400817EAFC6100CFD954 /* ijksdl_mutex.c */; };
		E690403117EAFC6100CFD954 /* ijksdl_stdinc.c in Sources */ = {isa = PBXBuildFile; fileRef = E690400A17EAFC6100CFD954 /* ijksdl_stdinc.c */; };
		E690403217EAFC6100CFD954 /* ijksdl_thread.c in Sources */ = {isa = PBXBuildFile; fileRef = E690400C17EAFC6100CFD954 /* ijksdl_thread.c */; };
		E690403317EAFC6100CFD954 /* ijksdl_timer.c in Sources */ = {isa = PBXBuildFile; fileRef = E690400E17EAFC6100CFD954 /* ijksdl_timer.c */; };
		E690403417EAFC6100CFD954 /* ijksdl_vout.c in Sources */ = {isa = PBXBuildFile; fileRef = E690401117EAFC6100CFD954 /* ijksdl_vout.c */; };
B
bbcallen 已提交
56
		E6EE92A3187810C5009EAB56 /* IJKAudioKit.m in Sources */ = {isa = PBXBuildFile; fileRef = E6EE92A2187810C5009EAB56 /* IJKAudioKit.m */; };
57 58 59 60 61 62 63 64 65 66
		E6EE92B81878230C009EAB56 /* ijksdl_aout_ios_audiounit.m in Sources */ = {isa = PBXBuildFile; fileRef = E6EE92A71878230C009EAB56 /* ijksdl_aout_ios_audiounit.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
		E6EE92B91878230C009EAB56 /* ijksdl_thread_ios.m in Sources */ = {isa = PBXBuildFile; fileRef = E6EE92AA1878230C009EAB56 /* ijksdl_thread_ios.m */; };
		E6EE92BA1878230C009EAB56 /* ijksdl_vout_ios_gles2.m in Sources */ = {isa = PBXBuildFile; fileRef = E6EE92AC1878230C009EAB56 /* ijksdl_vout_ios_gles2.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
		E6EE92BB1878230C009EAB56 /* IJKSDLAudioUnitController.m in Sources */ = {isa = PBXBuildFile; fileRef = E6EE92AE1878230C009EAB56 /* IJKSDLAudioUnitController.m */; };
		E6EE92BC1878230C009EAB56 /* IJKSDLGLRenderI420.m in Sources */ = {isa = PBXBuildFile; fileRef = E6EE92B11878230C009EAB56 /* IJKSDLGLRenderI420.m */; };
		E6EE92BD1878230C009EAB56 /* IJKSDLGLRenderRV24.m in Sources */ = {isa = PBXBuildFile; fileRef = E6EE92B31878230C009EAB56 /* IJKSDLGLRenderRV24.m */; };
		E6EE92BE1878230C009EAB56 /* IJKSDLGLShader.m in Sources */ = {isa = PBXBuildFile; fileRef = E6EE92B51878230C009EAB56 /* IJKSDLGLShader.m */; };
		E6EE92BF1878230C009EAB56 /* IJKSDLGLView.m in Sources */ = {isa = PBXBuildFile; fileRef = E6EE92B71878230C009EAB56 /* IJKSDLGLView.m */; };
		E6EE92C21878236A009EAB56 /* IJKSDLAudioQueueController.m in Sources */ = {isa = PBXBuildFile; fileRef = E6EE92C11878236A009EAB56 /* IJKSDLAudioQueueController.m */; };
		E6EE92C818782770009EAB56 /* IJKSDLAudioKit.m in Sources */ = {isa = PBXBuildFile; fileRef = E6EE92C718782770009EAB56 /* IJKSDLAudioKit.m */; };
Z
Zhang Rui 已提交
67
		E6F727BB17F2D9D40043623F /* IJKFFMoviePlayerDef.m in Sources */ = {isa = PBXBuildFile; fileRef = E6F727BA17F2D9D30043623F /* IJKFFMoviePlayerDef.m */; };
Z
Zhang Rui 已提交
68 69
		E6F727BC17F40C1C0043623F /* IJKMediaPlayer.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = E66F8DC217EECB1E00354D80 /* IJKMediaPlayer.h */; };
		E6F727BD17F40C360043623F /* IJKMPMoviePlayerController.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = E66F8DBF17EEC65200354D80 /* IJKMPMoviePlayerController.h */; };
Z
Zhang Rui 已提交
70
		E6F727BE17F40C390043623F /* IJKFFMoviePlayerController.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = E66F8DE517EFD9C300354D80 /* IJKFFMoviePlayerController.h */; };
71
		E6F727C217F7C9BA0043623F /* IJKMediaPlayback.m in Sources */ = {isa = PBXBuildFile; fileRef = E6F727C117F7C9B90043623F /* IJKMediaPlayback.m */; };
Z
Zhang Rui 已提交
72
		E6FAD9571A515CE300725002 /* ijkmeta.c in Sources */ = {isa = PBXBuildFile; fileRef = E6FAD9551A515CE300725002 /* ijkmeta.c */; };
Z
Zhang Rui 已提交
73 74 75 76 77 78 79 80 81
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
		E6903EB717EAF6C500CFD954 /* CopyFiles */ = {
			isa = PBXCopyFilesBuildPhase;
			buildActionMask = 2147483647;
			dstPath = "include/${PRODUCT_NAME}";
			dstSubfolderSpec = 16;
			files = (
Z
Zhang Rui 已提交
82
				E6794BCB1B1FFB13000560C4 /* IJKFFMoviePlayerController+OptionConvenience.h in CopyFiles */,
Z
Zhang Rui 已提交
83
				E67C4E0A19D2BFF100415CEE /* IJKAVMoviePlayerController.h in CopyFiles */,
84
				E672D6F418D345C100C51FF9 /* IJKMediaModule.h in CopyFiles */,
85
				E62139BF180FAE5F00553533 /* IJKFFOptions.h in CopyFiles */,
Z
Zhang Rui 已提交
86
				E6F727BE17F40C390043623F /* IJKFFMoviePlayerController.h in CopyFiles */,
Z
Zhang Rui 已提交
87 88
				E6F727BD17F40C360043623F /* IJKMPMoviePlayerController.h in CopyFiles */,
				E6F727BC17F40C1C0043623F /* IJKMediaPlayer.h in CopyFiles */,
89
				E6903EC217EAF6C500CFD954 /* IJKMediaPlayback.h in CopyFiles */,
Z
Zhang Rui 已提交
90 91 92 93 94 95
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
Z
zccicy 已提交
96 97
		451103111A5CE36A00337D24 /* IJKSDLGLRenderNV12.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IJKSDLGLRenderNV12.h; sourceTree = "<group>"; };
		451103121A5CE36A00337D24 /* IJKSDLGLRenderNV12.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IJKSDLGLRenderNV12.m; sourceTree = "<group>"; };
Z
zccicy 已提交
98 99 100 101 102 103 104 105 106 107 108
		454316201A66493700676070 /* ffpipeline_ios.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ffpipeline_ios.c; path = ijkmedia/ijkplayer/ios/pipeline/ffpipeline_ios.c; sourceTree = "<group>"; };
		454316211A66493700676070 /* ffpipeline_ios.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ffpipeline_ios.h; path = ijkmedia/ijkplayer/ios/pipeline/ffpipeline_ios.h; sourceTree = "<group>"; };
		454316221A66493700676070 /* ffpipenode_ios_videotoolbox_vdec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ffpipenode_ios_videotoolbox_vdec.h; path = ijkmedia/ijkplayer/ios/pipeline/ffpipenode_ios_videotoolbox_vdec.h; sourceTree = "<group>"; };
		454316231A66493700676070 /* ffpipenode_ios_videotoolbox_vdec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ffpipenode_ios_videotoolbox_vdec.m; path = ijkmedia/ijkplayer/ios/pipeline/ffpipenode_ios_videotoolbox_vdec.m; sourceTree = "<group>"; };
		454316241A66493700676070 /* ffpipenode_ios_videotoolbox_vout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ffpipenode_ios_videotoolbox_vout.h; path = ijkmedia/ijkplayer/ios/pipeline/ffpipenode_ios_videotoolbox_vout.h; sourceTree = "<group>"; };
		454316251A66493700676070 /* ffpipenode_ios_videotoolbox_vout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ffpipenode_ios_videotoolbox_vout.m; path = ijkmedia/ijkplayer/ios/pipeline/ffpipenode_ios_videotoolbox_vout.m; sourceTree = "<group>"; };
		454316291A66497900676070 /* IJKVideoToolBox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IJKVideoToolBox.h; path = ijkmedia/ijkplayer/ios/pipeline/IJKVideoToolBox.h; sourceTree = "<group>"; };
		4543162A1A66497900676070 /* IJKVideoToolBox.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = IJKVideoToolBox.m; path = ijkmedia/ijkplayer/ios/pipeline/IJKVideoToolBox.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>"; };
		45DCC8E51A66984200DE441F /* h264_sps_parser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = h264_sps_parser.h; sourceTree = "<group>"; };
109 110
		E62139BC180FA89A00553533 /* IJKFFOptions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IJKFFOptions.h; sourceTree = "<group>"; };
		E62139BD180FA89A00553533 /* IJKFFOptions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IJKFFOptions.m; sourceTree = "<group>"; };
111 112 113 114
		E63FC27017F01143003551EB /* ijksdl_audio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ijksdl_audio.c; sourceTree = "<group>"; };
		E63FC27317F013DE003551EB /* ijksdl_dummy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijksdl_dummy.h; sourceTree = "<group>"; };
		E63FC27417F013DE003551EB /* ijksdl_vout_dummy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ijksdl_vout_dummy.c; sourceTree = "<group>"; };
		E63FC27517F013DE003551EB /* ijksdl_vout_dummy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijksdl_vout_dummy.h; sourceTree = "<group>"; };
Z
Zhang Rui 已提交
115 116
		E65DC3B719D93D5F004F8A08 /* IJKKVOController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IJKKVOController.h; path = IJKMediaPlayer/IJKKVOController.h; sourceTree = "<group>"; };
		E65DC3B819D93D5F004F8A08 /* IJKKVOController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = IJKKVOController.m; path = IJKMediaPlayer/IJKKVOController.m; sourceTree = "<group>"; };
117 118 119
		E66F8DBF17EEC65200354D80 /* IJKMPMoviePlayerController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IJKMPMoviePlayerController.h; path = IJKMediaPlayer/IJKMPMoviePlayerController.h; sourceTree = "<group>"; };
		E66F8DC017EEC65200354D80 /* IJKMPMoviePlayerController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = IJKMPMoviePlayerController.m; path = IJKMediaPlayer/IJKMPMoviePlayerController.m; sourceTree = "<group>"; };
		E66F8DC217EECB1E00354D80 /* IJKMediaPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IJKMediaPlayer.h; path = IJKMediaPlayer/IJKMediaPlayer.h; sourceTree = "<group>"; };
Z
Zhang Rui 已提交
120 121
		E66F8DE517EFD9C300354D80 /* IJKFFMoviePlayerController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IJKFFMoviePlayerController.h; sourceTree = "<group>"; };
		E66F8DE617EFD9C300354D80 /* IJKFFMoviePlayerController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IJKFFMoviePlayerController.m; sourceTree = "<group>"; };
122 123 124
		E66F8DEE17EFEA9400354D80 /* ijkplayer_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijkplayer_internal.h; sourceTree = "<group>"; };
		E66F8DEF17EFEA9400354D80 /* ijkplayer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ijkplayer.c; sourceTree = "<group>"; };
		E66F8DF017EFEA9400354D80 /* ijkplayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijkplayer.h; sourceTree = "<group>"; };
Z
Zhang Rui 已提交
125
		E66F8E0117EFEEA400354D80 /* ijkplayer_ios.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ijkplayer_ios.m; path = ijkmedia/ijkplayer/ios/ijkplayer_ios.m; sourceTree = "<group>"; };
126
		E66F8E0217EFEEA400354D80 /* ijkplayer_ios.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ijkplayer_ios.h; path = ijkmedia/ijkplayer/ios/ijkplayer_ios.h; sourceTree = "<group>"; };
127 128 129 130
		E6716E491807E5FC00B3FBC1 /* IJKMediaUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IJKMediaUtils.h; path = IJKMediaPlayer/IJKMediaUtils.h; sourceTree = "<group>"; };
		E6716E4A1807E5FC00B3FBC1 /* IJKMediaUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = IJKMediaUtils.m; path = IJKMediaPlayer/IJKMediaUtils.m; sourceTree = "<group>"; };
		E6716E4C1807EA4F00B3FBC1 /* IJKFFMrl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IJKFFMrl.h; sourceTree = "<group>"; };
		E6716E4D1807EA5000B3FBC1 /* IJKFFMrl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IJKFFMrl.m; sourceTree = "<group>"; };
131 132
		E672D6F118D3445100C51FF9 /* IJKMediaModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IJKMediaModule.h; path = IJKMediaPlayer/IJKMediaModule.h; sourceTree = "<group>"; };
		E672D6F218D3445100C51FF9 /* IJKMediaModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = IJKMediaModule.m; path = IJKMediaPlayer/IJKMediaModule.m; sourceTree = "<group>"; };
Z
Zhang Rui 已提交
133 134
		E6794BC81B1FFA9B000560C4 /* IJKFFMoviePlayerController+OptionConvenience.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "IJKFFMoviePlayerController+OptionConvenience.h"; sourceTree = "<group>"; };
		E6794BC91B1FFA9B000560C4 /* IJKFFMoviePlayerController+OptionConvenience.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "IJKFFMoviePlayerController+OptionConvenience.m"; sourceTree = "<group>"; };
Z
Zhang Rui 已提交
135 136 137 138 139 140 141 142 143 144
		E67B91AB1A3801DB00717EA9 /* ff_ffpipeline.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ff_ffpipeline.c; sourceTree = "<group>"; };
		E67B91AC1A3801DB00717EA9 /* ff_ffpipeline.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ff_ffpipeline.h; sourceTree = "<group>"; };
		E67B91AD1A3801DB00717EA9 /* ff_ffpipenode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ff_ffpipenode.c; sourceTree = "<group>"; };
		E67B91AE1A3801DB00717EA9 /* ff_ffpipenode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ff_ffpipenode.h; sourceTree = "<group>"; };
		E67B91B21A3801E600717EA9 /* ffpipeline_ffplay.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ffpipeline_ffplay.c; sourceTree = "<group>"; };
		E67B91B31A3801E600717EA9 /* ffpipeline_ffplay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ffpipeline_ffplay.h; sourceTree = "<group>"; };
		E67B91B41A3801E600717EA9 /* ffpipenode_ffplay_vdec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ffpipenode_ffplay_vdec.c; sourceTree = "<group>"; };
		E67B91B51A3801E600717EA9 /* ffpipenode_ffplay_vdec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ffpipenode_ffplay_vdec.h; sourceTree = "<group>"; };
		E67B91B61A3801E600717EA9 /* ffpipenode_ffplay_vout.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ffpipenode_ffplay_vout.c; sourceTree = "<group>"; };
		E67B91B71A3801E600717EA9 /* ffpipenode_ffplay_vout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ffpipenode_ffplay_vout.h; sourceTree = "<group>"; };
Z
Zhang Rui 已提交
145 146 147 148
		E67C4E0319D15B3200415CEE /* IJKAVPlayerLayerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IJKAVPlayerLayerView.h; path = IJKMediaPlayer/IJKAVPlayerLayerView.h; sourceTree = "<group>"; };
		E67C4E0419D15B3200415CEE /* IJKAVPlayerLayerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = IJKAVPlayerLayerView.m; path = IJKMediaPlayer/IJKAVPlayerLayerView.m; sourceTree = "<group>"; };
		E67C4E0619D15EEA00415CEE /* IJKAVMoviePlayerController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IJKAVMoviePlayerController.h; path = IJKMediaPlayer/IJKAVMoviePlayerController.h; sourceTree = "<group>"; };
		E67C4E0719D15EEA00415CEE /* IJKAVMoviePlayerController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = IJKAVMoviePlayerController.m; path = IJKMediaPlayer/IJKAVMoviePlayerController.m; sourceTree = "<group>"; };
Z
Zhang Rui 已提交
149 150
		E6903EB917EAF6C500CFD954 /* libIJKMediaPlayer.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libIJKMediaPlayer.a; sourceTree = BUILT_PRODUCTS_DIR; };
		E6903EC017EAF6C500CFD954 /* IJKMediaPlayer-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "IJKMediaPlayer-Prefix.pch"; sourceTree = "<group>"; };
151
		E6903EC117EAF6C500CFD954 /* IJKMediaPlayback.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IJKMediaPlayback.h; path = IJKMediaPlayer/IJKMediaPlayback.h; sourceTree = "<group>"; };
Z
Zhang Rui 已提交
152 153 154 155 156
		E6903FC217EAFC2C00CFD954 /* libavcodec.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libavcodec.a; sourceTree = "<group>"; };
		E6903FC317EAFC2C00CFD954 /* libavformat.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libavformat.a; sourceTree = "<group>"; };
		E6903FC417EAFC2C00CFD954 /* libavutil.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libavutil.a; sourceTree = "<group>"; };
		E6903FC517EAFC2C00CFD954 /* libswresample.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libswresample.a; sourceTree = "<group>"; };
		E6903FC617EAFC2C00CFD954 /* libswscale.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libswscale.a; sourceTree = "<group>"; };
Z
Zhang Rui 已提交
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197
		E6903FD517EAFC6100CFD954 /* ff_cmdutils.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ff_cmdutils.c; sourceTree = "<group>"; };
		E6903FD617EAFC6100CFD954 /* ff_cmdutils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ff_cmdutils.h; sourceTree = "<group>"; };
		E6903FD717EAFC6100CFD954 /* ff_fferror.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ff_fferror.h; sourceTree = "<group>"; };
		E6903FD817EAFC6100CFD954 /* ff_ffinc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ff_ffinc.h; sourceTree = "<group>"; };
		E6903FD917EAFC6100CFD954 /* ff_ffmsg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ff_ffmsg.h; sourceTree = "<group>"; };
		E6903FDA17EAFC6100CFD954 /* ff_ffmsg_queue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ff_ffmsg_queue.h; sourceTree = "<group>"; };
		E6903FDB17EAFC6100CFD954 /* ff_ffplay.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ff_ffplay.c; sourceTree = "<group>"; };
		E6903FDC17EAFC6100CFD954 /* ff_ffplay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ff_ffplay.h; sourceTree = "<group>"; };
		E6903FDD17EAFC6100CFD954 /* ff_ffplay_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ff_ffplay_config.h; sourceTree = "<group>"; };
		E6903FDE17EAFC6100CFD954 /* ff_ffplay_def.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ff_ffplay_def.h; sourceTree = "<group>"; };
		E6903FF117EAFC6100CFD954 /* image_convert.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = image_convert.c; sourceTree = "<group>"; };
		E6903FF917EAFC6100CFD954 /* ijksdl_image_convert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijksdl_image_convert.h; sourceTree = "<group>"; };
		E6903FFA17EAFC6100CFD954 /* ijksdl_inc_ffmpeg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijksdl_inc_ffmpeg.h; sourceTree = "<group>"; };
		E6903FFB17EAFC6100CFD954 /* ijksdl_vout_overlay_ffmpeg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ijksdl_vout_overlay_ffmpeg.c; sourceTree = "<group>"; };
		E6903FFC17EAFC6100CFD954 /* ijksdl_vout_overlay_ffmpeg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijksdl_vout_overlay_ffmpeg.h; sourceTree = "<group>"; };
		E6903FFD17EAFC6100CFD954 /* ijksdl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijksdl.h; sourceTree = "<group>"; };
		E6903FFF17EAFC6100CFD954 /* ijksdl_aout.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ijksdl_aout.c; sourceTree = "<group>"; };
		E690400017EAFC6100CFD954 /* ijksdl_aout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijksdl_aout.h; sourceTree = "<group>"; };
		E690400117EAFC6100CFD954 /* ijksdl_aout_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijksdl_aout_internal.h; sourceTree = "<group>"; };
		E690400217EAFC6100CFD954 /* ijksdl_audio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijksdl_audio.h; sourceTree = "<group>"; };
		E690400317EAFC6100CFD954 /* ijksdl_endian.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijksdl_endian.h; sourceTree = "<group>"; };
		E690400417EAFC6100CFD954 /* ijksdl_error.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ijksdl_error.c; sourceTree = "<group>"; };
		E690400517EAFC6100CFD954 /* ijksdl_error.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijksdl_error.h; sourceTree = "<group>"; };
		E690400617EAFC6100CFD954 /* ijksdl_fourcc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijksdl_fourcc.h; sourceTree = "<group>"; };
		E690400717EAFC6100CFD954 /* ijksdl_inc_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijksdl_inc_internal.h; sourceTree = "<group>"; };
		E690400817EAFC6100CFD954 /* ijksdl_mutex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ijksdl_mutex.c; sourceTree = "<group>"; };
		E690400917EAFC6100CFD954 /* ijksdl_mutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijksdl_mutex.h; sourceTree = "<group>"; };
		E690400A17EAFC6100CFD954 /* ijksdl_stdinc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ijksdl_stdinc.c; sourceTree = "<group>"; };
		E690400B17EAFC6100CFD954 /* ijksdl_stdinc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijksdl_stdinc.h; sourceTree = "<group>"; };
		E690400C17EAFC6100CFD954 /* ijksdl_thread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ijksdl_thread.c; sourceTree = "<group>"; };
		E690400D17EAFC6100CFD954 /* ijksdl_thread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijksdl_thread.h; sourceTree = "<group>"; };
		E690400E17EAFC6100CFD954 /* ijksdl_timer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ijksdl_timer.c; sourceTree = "<group>"; };
		E690400F17EAFC6100CFD954 /* ijksdl_timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijksdl_timer.h; sourceTree = "<group>"; };
		E690401017EAFC6100CFD954 /* ijksdl_video.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijksdl_video.h; sourceTree = "<group>"; };
		E690401117EAFC6100CFD954 /* ijksdl_vout.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ijksdl_vout.c; sourceTree = "<group>"; };
		E690401217EAFC6100CFD954 /* ijksdl_vout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijksdl_vout.h; sourceTree = "<group>"; };
		E690401317EAFC6100CFD954 /* ijksdl_vout_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijksdl_vout_internal.h; sourceTree = "<group>"; };
		E690401917EAFC6100CFD954 /* ijkutil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijkutil.h; sourceTree = "<group>"; };
		E690403717EB079500CFD954 /* ijklog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijklog.h; sourceTree = "<group>"; };
		E690403917EB079500CFD954 /* ijkutil_ios.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijkutil_ios.h; sourceTree = "<group>"; };
		E690403A17EB079500CFD954 /* loghelp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loghelp.h; sourceTree = "<group>"; };
Z
Zhang Rui 已提交
198
		E6C2FD391B300A390081D321 /* ff_ffplay_debug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ff_ffplay_debug.h; sourceTree = "<group>"; };
B
bbcallen 已提交
199 200
		E6EE92A1187810C5009EAB56 /* IJKAudioKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IJKAudioKit.h; path = IJKMediaPlayer/IJKAudioKit.h; sourceTree = "<group>"; };
		E6EE92A2187810C5009EAB56 /* IJKAudioKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = IJKAudioKit.m; path = IJKMediaPlayer/IJKAudioKit.m; sourceTree = "<group>"; };
201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222
		E6EE92A61878230C009EAB56 /* ijksdl_aout_ios_audiounit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijksdl_aout_ios_audiounit.h; sourceTree = "<group>"; };
		E6EE92A71878230C009EAB56 /* ijksdl_aout_ios_audiounit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ijksdl_aout_ios_audiounit.m; sourceTree = "<group>"; };
		E6EE92A81878230C009EAB56 /* ijksdl_ios.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijksdl_ios.h; sourceTree = "<group>"; };
		E6EE92A91878230C009EAB56 /* ijksdl_thread_ios.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijksdl_thread_ios.h; sourceTree = "<group>"; };
		E6EE92AA1878230C009EAB56 /* ijksdl_thread_ios.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ijksdl_thread_ios.m; sourceTree = "<group>"; };
		E6EE92AB1878230C009EAB56 /* ijksdl_vout_ios_gles2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijksdl_vout_ios_gles2.h; sourceTree = "<group>"; };
		E6EE92AC1878230C009EAB56 /* ijksdl_vout_ios_gles2.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ijksdl_vout_ios_gles2.m; sourceTree = "<group>"; };
		E6EE92AD1878230C009EAB56 /* IJKSDLAudioUnitController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IJKSDLAudioUnitController.h; sourceTree = "<group>"; };
		E6EE92AE1878230C009EAB56 /* IJKSDLAudioUnitController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IJKSDLAudioUnitController.m; sourceTree = "<group>"; };
		E6EE92AF1878230C009EAB56 /* IJKSDLGLRender.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IJKSDLGLRender.h; sourceTree = "<group>"; };
		E6EE92B01878230C009EAB56 /* IJKSDLGLRenderI420.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IJKSDLGLRenderI420.h; sourceTree = "<group>"; };
		E6EE92B11878230C009EAB56 /* IJKSDLGLRenderI420.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IJKSDLGLRenderI420.m; sourceTree = "<group>"; };
		E6EE92B21878230C009EAB56 /* IJKSDLGLRenderRV24.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IJKSDLGLRenderRV24.h; sourceTree = "<group>"; };
		E6EE92B31878230C009EAB56 /* IJKSDLGLRenderRV24.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IJKSDLGLRenderRV24.m; sourceTree = "<group>"; };
		E6EE92B41878230C009EAB56 /* IJKSDLGLShader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IJKSDLGLShader.h; sourceTree = "<group>"; };
		E6EE92B51878230C009EAB56 /* IJKSDLGLShader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IJKSDLGLShader.m; sourceTree = "<group>"; };
		E6EE92B61878230C009EAB56 /* IJKSDLGLView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IJKSDLGLView.h; sourceTree = "<group>"; };
		E6EE92B71878230C009EAB56 /* IJKSDLGLView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IJKSDLGLView.m; sourceTree = "<group>"; };
		E6EE92C01878236A009EAB56 /* IJKSDLAudioQueueController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IJKSDLAudioQueueController.h; sourceTree = "<group>"; };
		E6EE92C11878236A009EAB56 /* IJKSDLAudioQueueController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IJKSDLAudioQueueController.m; sourceTree = "<group>"; };
		E6EE92C618782770009EAB56 /* IJKSDLAudioKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IJKSDLAudioKit.h; sourceTree = "<group>"; };
		E6EE92C718782770009EAB56 /* IJKSDLAudioKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IJKSDLAudioKit.m; sourceTree = "<group>"; };
Z
Zhang Rui 已提交
223 224
		E6F727B917F2D9D30043623F /* IJKFFMoviePlayerDef.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IJKFFMoviePlayerDef.h; sourceTree = "<group>"; };
		E6F727BA17F2D9D30043623F /* IJKFFMoviePlayerDef.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IJKFFMoviePlayerDef.m; sourceTree = "<group>"; };
225
		E6F727C117F7C9B90043623F /* IJKMediaPlayback.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = IJKMediaPlayback.m; path = IJKMediaPlayer/IJKMediaPlayback.m; sourceTree = "<group>"; };
Z
Zhang Rui 已提交
226 227
		E6FAD9551A515CE300725002 /* ijkmeta.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ijkmeta.c; sourceTree = "<group>"; };
		E6FAD9561A515CE300725002 /* ijkmeta.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ijkmeta.h; sourceTree = "<group>"; };
Z
Zhang Rui 已提交
228 229 230 231 232 233 234
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		E6903EB617EAF6C500CFD954 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
Z
Zhang Rui 已提交
235 236 237 238 239
				E6903FC717EAFC2C00CFD954 /* libavcodec.a in Frameworks */,
				E6903FC817EAFC2C00CFD954 /* libavformat.a in Frameworks */,
				E6903FC917EAFC2C00CFD954 /* libavutil.a in Frameworks */,
				E6903FCA17EAFC2C00CFD954 /* libswresample.a in Frameworks */,
				E6903FCB17EAFC2C00CFD954 /* libswscale.a in Frameworks */,
Z
Zhang Rui 已提交
240 241 242 243 244 245
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
Z
zccicy 已提交
246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261
		4543161F1A66481600676070 /* pipeline */ = {
			isa = PBXGroup;
			children = (
				454316201A66493700676070 /* ffpipeline_ios.c */,
				454316211A66493700676070 /* ffpipeline_ios.h */,
				454316221A66493700676070 /* ffpipenode_ios_videotoolbox_vdec.h */,
				454316231A66493700676070 /* ffpipenode_ios_videotoolbox_vdec.m */,
				454316241A66493700676070 /* ffpipenode_ios_videotoolbox_vout.h */,
				454316251A66493700676070 /* ffpipenode_ios_videotoolbox_vout.m */,
				454316291A66497900676070 /* IJKVideoToolBox.h */,
				4543162A1A66497900676070 /* IJKVideoToolBox.m */,
				45DCC8E51A66984200DE441F /* h264_sps_parser.h */,
			);
			name = pipeline;
			sourceTree = "<group>";
		};
262 263 264 265 266 267 268 269 270 271
		E63FC27217F013DE003551EB /* dummy */ = {
			isa = PBXGroup;
			children = (
				E63FC27317F013DE003551EB /* ijksdl_dummy.h */,
				E63FC27417F013DE003551EB /* ijksdl_vout_dummy.c */,
				E63FC27517F013DE003551EB /* ijksdl_vout_dummy.h */,
			);
			path = dummy;
			sourceTree = "<group>";
		};
272 273 274
		E66F8DBC17EEC2CF00354D80 /* Classes */ = {
			isa = PBXGroup;
			children = (
275
				E6F727B517F2B1690043623F /* IJKMediaPlayer */,
Z
Zhang Rui 已提交
276
				E67C4E0219D15B0600415CEE /* IJKAVMoviePlayerController */,
277
				E66F8DBE17EEC5DE00354D80 /* IJKMPMoviePlayerController */,
Z
Zhang Rui 已提交
278
				E6903EBE17EAF6C500CFD954 /* IJKFFMoviePlayerController */,
279 280 281 282 283 284 285 286 287 288 289 290 291
			);
			name = Classes;
			sourceTree = "<group>";
		};
		E66F8DBE17EEC5DE00354D80 /* IJKMPMoviePlayerController */ = {
			isa = PBXGroup;
			children = (
				E66F8DBF17EEC65200354D80 /* IJKMPMoviePlayerController.h */,
				E66F8DC017EEC65200354D80 /* IJKMPMoviePlayerController.m */,
			);
			name = IJKMPMoviePlayerController;
			sourceTree = "<group>";
		};
292 293 294
		E66F8DF817EFEC1300354D80 /* ios */ = {
			isa = PBXGroup;
			children = (
Z
zccicy 已提交
295
				4543161F1A66481600676070 /* pipeline */,
Z
Zhang Rui 已提交
296
				E66F8E0117EFEEA400354D80 /* ijkplayer_ios.m */,
297 298 299 300 301 302
				E66F8E0217EFEEA400354D80 /* ijkplayer_ios.h */,
			);
			name = ios;
			path = ../../ios/IJKMediaPlayer/IJKMediaPlayer;
			sourceTree = "<group>";
		};
Z
Zhang Rui 已提交
303 304 305 306 307 308 309 310 311 312 313 314 315
		E67B91B11A3801E600717EA9 /* pipeline */ = {
			isa = PBXGroup;
			children = (
				E67B91B21A3801E600717EA9 /* ffpipeline_ffplay.c */,
				E67B91B31A3801E600717EA9 /* ffpipeline_ffplay.h */,
				E67B91B41A3801E600717EA9 /* ffpipenode_ffplay_vdec.c */,
				E67B91B51A3801E600717EA9 /* ffpipenode_ffplay_vdec.h */,
				E67B91B61A3801E600717EA9 /* ffpipenode_ffplay_vout.c */,
				E67B91B71A3801E600717EA9 /* ffpipenode_ffplay_vout.h */,
			);
			path = pipeline;
			sourceTree = "<group>";
		};
Z
Zhang Rui 已提交
316 317 318 319 320 321 322 323 324 325 326
		E67C4E0219D15B0600415CEE /* IJKAVMoviePlayerController */ = {
			isa = PBXGroup;
			children = (
				E67C4E0319D15B3200415CEE /* IJKAVPlayerLayerView.h */,
				E67C4E0419D15B3200415CEE /* IJKAVPlayerLayerView.m */,
				E67C4E0619D15EEA00415CEE /* IJKAVMoviePlayerController.h */,
				E67C4E0719D15EEA00415CEE /* IJKAVMoviePlayerController.m */,
			);
			name = IJKAVMoviePlayerController;
			sourceTree = "<group>";
		};
Z
Zhang Rui 已提交
327 328 329
		E6903EB017EAF6C500CFD954 = {
			isa = PBXGroup;
			children = (
330
				E66F8DBC17EEC2CF00354D80 /* Classes */,
Z
Zhang Rui 已提交
331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350
				E6903EBB17EAF6C500CFD954 /* Frameworks */,
				E6903EBA17EAF6C500CFD954 /* Products */,
			);
			sourceTree = "<group>";
		};
		E6903EBA17EAF6C500CFD954 /* Products */ = {
			isa = PBXGroup;
			children = (
				E6903EB917EAF6C500CFD954 /* libIJKMediaPlayer.a */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		E6903EBB17EAF6C500CFD954 /* Frameworks */ = {
			isa = PBXGroup;
			children = (
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
Z
Zhang Rui 已提交
351
		E6903EBE17EAF6C500CFD954 /* IJKFFMoviePlayerController */ = {
Z
Zhang Rui 已提交
352 353
			isa = PBXGroup;
			children = (
Z
Zhang Rui 已提交
354
				E6903F7617EAFC2C00CFD954 /* ffmpeg */,
Z
Zhang Rui 已提交
355 356
				E66F8DE517EFD9C300354D80 /* IJKFFMoviePlayerController.h */,
				E66F8DE617EFD9C300354D80 /* IJKFFMoviePlayerController.m */,
Z
Zhang Rui 已提交
357 358
				E6794BC81B1FFA9B000560C4 /* IJKFFMoviePlayerController+OptionConvenience.h */,
				E6794BC91B1FFA9B000560C4 /* IJKFFMoviePlayerController+OptionConvenience.m */,
Z
Zhang Rui 已提交
359 360
				E6F727B917F2D9D30043623F /* IJKFFMoviePlayerDef.h */,
				E6F727BA17F2D9D30043623F /* IJKFFMoviePlayerDef.m */,
Z
Zhang Rui 已提交
361 362 363 364
				E6716E4C1807EA4F00B3FBC1 /* IJKFFMrl.h */,
				E6716E4D1807EA5000B3FBC1 /* IJKFFMrl.m */,
				E62139BC180FA89A00553533 /* IJKFFOptions.h */,
				E62139BD180FA89A00553533 /* IJKFFOptions.m */,
365
				E6903FCC17EAFC6100CFD954 /* ijkmedia */,
Z
Zhang Rui 已提交
366 367
				E6903EBF17EAF6C500CFD954 /* Supporting Files */,
			);
Z
Zhang Rui 已提交
368
			name = IJKFFMoviePlayerController;
Z
Zhang Rui 已提交
369 370 371 372 373 374 375 376 377 378 379
			path = IJKMediaPlayer;
			sourceTree = "<group>";
		};
		E6903EBF17EAF6C500CFD954 /* Supporting Files */ = {
			isa = PBXGroup;
			children = (
				E6903EC017EAF6C500CFD954 /* IJKMediaPlayer-Prefix.pch */,
			);
			name = "Supporting Files";
			sourceTree = "<group>";
		};
Z
Zhang Rui 已提交
380
		E6903F7617EAFC2C00CFD954 /* ffmpeg */ = {
Z
Zhang Rui 已提交
381 382
			isa = PBXGroup;
			children = (
Z
Zhang Rui 已提交
383
				E6903FC117EAFC2C00CFD954 /* lib */,
Z
Zhang Rui 已提交
384 385
			);
			name = ffmpeg;
Z
Zhang Rui 已提交
386
			path = ../../build/universal;
Z
Zhang Rui 已提交
387 388
			sourceTree = "<group>";
		};
Z
Zhang Rui 已提交
389 390 391 392 393 394 395 396 397 398
		E6903FC117EAFC2C00CFD954 /* lib */ = {
			isa = PBXGroup;
			children = (
				E6903FC217EAFC2C00CFD954 /* libavcodec.a */,
				E6903FC317EAFC2C00CFD954 /* libavformat.a */,
				E6903FC417EAFC2C00CFD954 /* libavutil.a */,
				E6903FC517EAFC2C00CFD954 /* libswresample.a */,
				E6903FC617EAFC2C00CFD954 /* libswscale.a */,
			);
			path = lib;
Z
Zhang Rui 已提交
399 400
			sourceTree = "<group>";
		};
Z
Zhang Rui 已提交
401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419
		E6903FCC17EAFC6100CFD954 /* ijkmedia */ = {
			isa = PBXGroup;
			children = (
				E6903FCE17EAFC6100CFD954 /* ijkplayer */,
				E6903FDF17EAFC6100CFD954 /* ijksdl */,
				E690401417EAFC6100CFD954 /* ijkutil */,
			);
			name = ijkmedia;
			path = ../../../ijkmedia;
			sourceTree = "<group>";
		};
		E6903FCE17EAFC6100CFD954 /* ijkplayer */ = {
			isa = PBXGroup;
			children = (
				E6903FD517EAFC6100CFD954 /* ff_cmdutils.c */,
				E6903FD617EAFC6100CFD954 /* ff_cmdutils.h */,
				E6903FD717EAFC6100CFD954 /* ff_fferror.h */,
				E6903FD817EAFC6100CFD954 /* ff_ffinc.h */,
				E6903FDA17EAFC6100CFD954 /* ff_ffmsg_queue.h */,
Z
Zhang Rui 已提交
420 421 422 423 424
				E6903FD917EAFC6100CFD954 /* ff_ffmsg.h */,
				E67B91AB1A3801DB00717EA9 /* ff_ffpipeline.c */,
				E67B91AC1A3801DB00717EA9 /* ff_ffpipeline.h */,
				E67B91AD1A3801DB00717EA9 /* ff_ffpipenode.c */,
				E67B91AE1A3801DB00717EA9 /* ff_ffpipenode.h */,
Z
Zhang Rui 已提交
425
				E6903FDD17EAFC6100CFD954 /* ff_ffplay_config.h */,
Z
Zhang Rui 已提交
426
				E6C2FD391B300A390081D321 /* ff_ffplay_debug.h */,
Z
Zhang Rui 已提交
427
				E6903FDE17EAFC6100CFD954 /* ff_ffplay_def.h */,
Z
Zhang Rui 已提交
428 429
				E6903FDB17EAFC6100CFD954 /* ff_ffplay.c */,
				E6903FDC17EAFC6100CFD954 /* ff_ffplay.h */,
Z
Zhang Rui 已提交
430 431
				E6FAD9551A515CE300725002 /* ijkmeta.c */,
				E6FAD9561A515CE300725002 /* ijkmeta.h */,
Z
Zhang Rui 已提交
432
				E66F8DEE17EFEA9400354D80 /* ijkplayer_internal.h */,
433 434
				E66F8DEF17EFEA9400354D80 /* ijkplayer.c */,
				E66F8DF017EFEA9400354D80 /* ijkplayer.h */,
Z
Zhang Rui 已提交
435 436
				E66F8DF817EFEC1300354D80 /* ios */,
				E67B91B11A3801E600717EA9 /* pipeline */,
Z
Zhang Rui 已提交
437 438 439 440 441 442 443
			);
			path = ijkplayer;
			sourceTree = "<group>";
		};
		E6903FDF17EAFC6100CFD954 /* ijksdl */ = {
			isa = PBXGroup;
			children = (
444
				E63FC27217F013DE003551EB /* dummy */,
Z
Zhang Rui 已提交
445
				E6903FEF17EAFC6100CFD954 /* ffmpeg */,
B
bbcallen 已提交
446
				E6EE92A51878230C009EAB56 /* ios */,
Z
Zhang Rui 已提交
447 448 449 450
				E6903FFD17EAFC6100CFD954 /* ijksdl.h */,
				E6903FFF17EAFC6100CFD954 /* ijksdl_aout.c */,
				E690400017EAFC6100CFD954 /* ijksdl_aout.h */,
				E690400117EAFC6100CFD954 /* ijksdl_aout_internal.h */,
451
				E63FC27017F01143003551EB /* ijksdl_audio.c */,
Z
Zhang Rui 已提交
452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512
				E690400217EAFC6100CFD954 /* ijksdl_audio.h */,
				E690400317EAFC6100CFD954 /* ijksdl_endian.h */,
				E690400417EAFC6100CFD954 /* ijksdl_error.c */,
				E690400517EAFC6100CFD954 /* ijksdl_error.h */,
				E690400617EAFC6100CFD954 /* ijksdl_fourcc.h */,
				E690400717EAFC6100CFD954 /* ijksdl_inc_internal.h */,
				E690400817EAFC6100CFD954 /* ijksdl_mutex.c */,
				E690400917EAFC6100CFD954 /* ijksdl_mutex.h */,
				E690400A17EAFC6100CFD954 /* ijksdl_stdinc.c */,
				E690400B17EAFC6100CFD954 /* ijksdl_stdinc.h */,
				E690400C17EAFC6100CFD954 /* ijksdl_thread.c */,
				E690400D17EAFC6100CFD954 /* ijksdl_thread.h */,
				E690400E17EAFC6100CFD954 /* ijksdl_timer.c */,
				E690400F17EAFC6100CFD954 /* ijksdl_timer.h */,
				E690401017EAFC6100CFD954 /* ijksdl_video.h */,
				E690401117EAFC6100CFD954 /* ijksdl_vout.c */,
				E690401217EAFC6100CFD954 /* ijksdl_vout.h */,
				E690401317EAFC6100CFD954 /* ijksdl_vout_internal.h */,
			);
			path = ijksdl;
			sourceTree = "<group>";
		};
		E6903FEF17EAFC6100CFD954 /* ffmpeg */ = {
			isa = PBXGroup;
			children = (
				E6903FF017EAFC6100CFD954 /* abi_all */,
				E6903FF917EAFC6100CFD954 /* ijksdl_image_convert.h */,
				E6903FFA17EAFC6100CFD954 /* ijksdl_inc_ffmpeg.h */,
				E6903FFB17EAFC6100CFD954 /* ijksdl_vout_overlay_ffmpeg.c */,
				E6903FFC17EAFC6100CFD954 /* ijksdl_vout_overlay_ffmpeg.h */,
			);
			path = ffmpeg;
			sourceTree = "<group>";
		};
		E6903FF017EAFC6100CFD954 /* abi_all */ = {
			isa = PBXGroup;
			children = (
				E6903FF117EAFC6100CFD954 /* image_convert.c */,
			);
			path = abi_all;
			sourceTree = "<group>";
		};
		E690401417EAFC6100CFD954 /* ijkutil */ = {
			isa = PBXGroup;
			children = (
				E690403717EB079500CFD954 /* ijklog.h */,
				E690401917EAFC6100CFD954 /* ijkutil.h */,
				E690403817EB079500CFD954 /* ios */,
			);
			path = ijkutil;
			sourceTree = "<group>";
		};
		E690403817EB079500CFD954 /* ios */ = {
			isa = PBXGroup;
			children = (
				E690403917EB079500CFD954 /* ijkutil_ios.h */,
				E690403A17EB079500CFD954 /* loghelp.h */,
			);
			path = ios;
			sourceTree = "<group>";
		};
513 514 515 516 517 518 519 520 521 522
		E6EE92A51878230C009EAB56 /* ios */ = {
			isa = PBXGroup;
			children = (
				E6EE92A61878230C009EAB56 /* ijksdl_aout_ios_audiounit.h */,
				E6EE92A71878230C009EAB56 /* ijksdl_aout_ios_audiounit.m */,
				E6EE92A81878230C009EAB56 /* ijksdl_ios.h */,
				E6EE92A91878230C009EAB56 /* ijksdl_thread_ios.h */,
				E6EE92AA1878230C009EAB56 /* ijksdl_thread_ios.m */,
				E6EE92AB1878230C009EAB56 /* ijksdl_vout_ios_gles2.h */,
				E6EE92AC1878230C009EAB56 /* ijksdl_vout_ios_gles2.m */,
Z
zccicy 已提交
523 524
				45DB4AA71A5D52AE005CAD41 /* ijksdl_vout_overlay_videotoolbox.h */,
				45DB4AA81A5D52AE005CAD41 /* ijksdl_vout_overlay_videotoolbox.m */,
525 526 527 528 529 530 531 532 533
				E6EE92C618782770009EAB56 /* IJKSDLAudioKit.h */,
				E6EE92C718782770009EAB56 /* IJKSDLAudioKit.m */,
				E6EE92C01878236A009EAB56 /* IJKSDLAudioQueueController.h */,
				E6EE92C11878236A009EAB56 /* IJKSDLAudioQueueController.m */,
				E6EE92AD1878230C009EAB56 /* IJKSDLAudioUnitController.h */,
				E6EE92AE1878230C009EAB56 /* IJKSDLAudioUnitController.m */,
				E6EE92AF1878230C009EAB56 /* IJKSDLGLRender.h */,
				E6EE92B01878230C009EAB56 /* IJKSDLGLRenderI420.h */,
				E6EE92B11878230C009EAB56 /* IJKSDLGLRenderI420.m */,
Z
zccicy 已提交
534 535
				451103111A5CE36A00337D24 /* IJKSDLGLRenderNV12.h */,
				451103121A5CE36A00337D24 /* IJKSDLGLRenderNV12.m */,
536 537 538 539 540 541 542
				E6EE92B21878230C009EAB56 /* IJKSDLGLRenderRV24.h */,
				E6EE92B31878230C009EAB56 /* IJKSDLGLRenderRV24.m */,
				E6EE92B41878230C009EAB56 /* IJKSDLGLShader.h */,
				E6EE92B51878230C009EAB56 /* IJKSDLGLShader.m */,
				E6EE92B61878230C009EAB56 /* IJKSDLGLView.h */,
				E6EE92B71878230C009EAB56 /* IJKSDLGLView.m */,
			);
B
bbcallen 已提交
543 544
			name = ios;
			path = ../../ios/IJKMediaPlayer/IJKMediaPlayer/ijkmedia/ijksdl/ios;
545 546
			sourceTree = "<group>";
		};
547 548 549
		E6F727B517F2B1690043623F /* IJKMediaPlayer */ = {
			isa = PBXGroup;
			children = (
550 551 552 553
				E6EE92A1187810C5009EAB56 /* IJKAudioKit.h */,
				E6EE92A2187810C5009EAB56 /* IJKAudioKit.m */,
				E672D6F118D3445100C51FF9 /* IJKMediaModule.h */,
				E672D6F218D3445100C51FF9 /* IJKMediaModule.m */,
554
				E6903EC117EAF6C500CFD954 /* IJKMediaPlayback.h */,
555
				E6F727C117F7C9B90043623F /* IJKMediaPlayback.m */,
556
				E66F8DC217EECB1E00354D80 /* IJKMediaPlayer.h */,
557 558
				E6716E491807E5FC00B3FBC1 /* IJKMediaUtils.h */,
				E6716E4A1807E5FC00B3FBC1 /* IJKMediaUtils.m */,
Z
Zhang Rui 已提交
559 560
				E65DC3B719D93D5F004F8A08 /* IJKKVOController.h */,
				E65DC3B819D93D5F004F8A08 /* IJKKVOController.m */,
561 562 563 564
			);
			name = IJKMediaPlayer;
			sourceTree = "<group>";
		};
Z
Zhang Rui 已提交
565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		E6903EB817EAF6C500CFD954 /* IJKMediaPlayer */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = E6903EC717EAF6C500CFD954 /* Build configuration list for PBXNativeTarget "IJKMediaPlayer" */;
			buildPhases = (
				E6903EB517EAF6C500CFD954 /* Sources */,
				E6903EB617EAF6C500CFD954 /* Frameworks */,
				E6903EB717EAF6C500CFD954 /* CopyFiles */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = IJKMediaPlayer;
			productName = IJKMediaPlayer;
			productReference = E6903EB917EAF6C500CFD954 /* libIJKMediaPlayer.a */;
			productType = "com.apple.product-type.library.static";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		E6903EB117EAF6C500CFD954 /* Project object */ = {
			isa = PBXProject;
			attributes = {
Z
Zhang Rui 已提交
591
				LastUpgradeCheck = 0610;
Z
Zhang Rui 已提交
592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615
				ORGANIZATIONNAME = bilibili;
			};
			buildConfigurationList = E6903EB417EAF6C500CFD954 /* Build configuration list for PBXProject "IJKMediaPlayer" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = E6903EB017EAF6C500CFD954;
			productRefGroup = E6903EBA17EAF6C500CFD954 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				E6903EB817EAF6C500CFD954 /* IJKMediaPlayer */,
			);
		};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
		E6903EB517EAF6C500CFD954 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
B
bbcallen 已提交
616
				E6EE92A3187810C5009EAB56 /* IJKAudioKit.m in Sources */,
Z
Zhang Rui 已提交
617 618 619 620
				E690401F17EAFC6100CFD954 /* ff_cmdutils.c in Sources */,
				E690402017EAFC6100CFD954 /* ff_ffplay.c in Sources */,
				E690402717EAFC6100CFD954 /* image_convert.c in Sources */,
				E690402D17EAFC6100CFD954 /* ijksdl_vout_overlay_ffmpeg.c in Sources */,
Z
Zhang Rui 已提交
621
				E6794BCA1B1FFA9B000560C4 /* IJKFFMoviePlayerController+OptionConvenience.m in Sources */,
Z
Zhang Rui 已提交
622 623
				E690402E17EAFC6100CFD954 /* ijksdl_aout.c in Sources */,
				E690402F17EAFC6100CFD954 /* ijksdl_error.c in Sources */,
624
				E672D6F318D3445100C51FF9 /* IJKMediaModule.m in Sources */,
Z
Zhang Rui 已提交
625
				E690403017EAFC6100CFD954 /* ijksdl_mutex.c in Sources */,
626
				E6EE92C818782770009EAB56 /* IJKSDLAudioKit.m in Sources */,
Z
Zhang Rui 已提交
627
				E690403117EAFC6100CFD954 /* ijksdl_stdinc.c in Sources */,
628
				E6EE92BC1878230C009EAB56 /* IJKSDLGLRenderI420.m in Sources */,
Z
zccicy 已提交
629
				45DB4AAC1A5D52AE005CAD41 /* ijksdl_vout_overlay_videotoolbox.m in Sources */,
Z
Zhang Rui 已提交
630
				E690403217EAFC6100CFD954 /* ijksdl_thread.c in Sources */,
Z
Zhang Rui 已提交
631 632 633
				E67B91AF1A3801DB00717EA9 /* ff_ffpipeline.c in Sources */,
				E67B91B01A3801DB00717EA9 /* ff_ffpipenode.c in Sources */,
				E67B91B81A3801E600717EA9 /* ffpipeline_ffplay.c in Sources */,
Z
Zhang Rui 已提交
634 635
				E690403317EAFC6100CFD954 /* ijksdl_timer.c in Sources */,
				E690403417EAFC6100CFD954 /* ijksdl_vout.c in Sources */,
636
				E6EE92B91878230C009EAB56 /* ijksdl_thread_ios.m in Sources */,
637
				E66F8DC117EEC65200354D80 /* IJKMPMoviePlayerController.m in Sources */,
Z
zccicy 已提交
638
				4543162B1A66497900676070 /* IJKVideoToolBox.m in Sources */,
Z
Zhang Rui 已提交
639
				E67C4E0819D15EEA00415CEE /* IJKAVMoviePlayerController.m in Sources */,
Z
Zhang Rui 已提交
640
				E6FAD9571A515CE300725002 /* ijkmeta.c in Sources */,
641 642
				E6EE92B81878230C009EAB56 /* ijksdl_aout_ios_audiounit.m in Sources */,
				E6EE92C21878236A009EAB56 /* IJKSDLAudioQueueController.m in Sources */,
Z
zccicy 已提交
643
				454316271A66493700676070 /* ffpipenode_ios_videotoolbox_vdec.m in Sources */,
Z
Zhang Rui 已提交
644
				E67B91BA1A3801E600717EA9 /* ffpipenode_ffplay_vout.c in Sources */,
Z
Zhang Rui 已提交
645
				E66F8DE717EFD9C300354D80 /* IJKFFMoviePlayerController.m in Sources */,
646
				E66F8DF117EFEA9400354D80 /* ijkplayer.c in Sources */,
647
				E6EE92BB1878230C009EAB56 /* IJKSDLAudioUnitController.m in Sources */,
Z
Zhang Rui 已提交
648
				E66F8E0317EFEEA400354D80 /* ijkplayer_ios.m in Sources */,
Z
Zhang Rui 已提交
649
				E65DC3B919D93D5F004F8A08 /* IJKKVOController.m in Sources */,
650
				E63FC27117F01143003551EB /* ijksdl_audio.c in Sources */,
651
				E6EE92BD1878230C009EAB56 /* IJKSDLGLRenderRV24.m in Sources */,
652
				E63FC27617F013DE003551EB /* ijksdl_vout_dummy.c in Sources */,
653
				E6EE92BF1878230C009EAB56 /* IJKSDLGLView.m in Sources */,
Z
Zhang Rui 已提交
654
				E6F727BB17F2D9D40043623F /* IJKFFMoviePlayerDef.m in Sources */,
655
				E6EE92BE1878230C009EAB56 /* IJKSDLGLShader.m in Sources */,
Z
Zhang Rui 已提交
656
				E67C4E0519D15B3200415CEE /* IJKAVPlayerLayerView.m in Sources */,
657
				E6F727C217F7C9BA0043623F /* IJKMediaPlayback.m in Sources */,
658
				E6EE92BA1878230C009EAB56 /* ijksdl_vout_ios_gles2.m in Sources */,
659 660
				E6716E4B1807E5FC00B3FBC1 /* IJKMediaUtils.m in Sources */,
				E6716E4E1807EA5000B3FBC1 /* IJKFFMrl.m in Sources */,
Z
zccicy 已提交
661
				454316281A66493700676070 /* ffpipenode_ios_videotoolbox_vout.m in Sources */,
Z
Zhang Rui 已提交
662
				E67B91B91A3801E600717EA9 /* ffpipenode_ffplay_vdec.c in Sources */,
Z
zccicy 已提交
663
				451103131A5CE36A00337D24 /* IJKSDLGLRenderNV12.m in Sources */,
664
				E62139BE180FA89B00553533 /* IJKFFOptions.m in Sources */,
Z
zccicy 已提交
665
				454316261A66493700676070 /* ffpipeline_ios.c in Sources */,
Z
Zhang Rui 已提交
666 667 668 669 670 671 672 673 674 675
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		E6903EC517EAF6C500CFD954 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
B
bbcallen 已提交
676
				CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES;
Z
Zhang Rui 已提交
677 678 679
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_OBJC_ARC = YES;
B
bbcallen 已提交
680
				CLANG_WARN_BOOL_CONVERSION = YES;
Z
Zhang Rui 已提交
681
				CLANG_WARN_CONSTANT_CONVERSION = YES;
B
bbcallen 已提交
682
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
Z
Zhang Rui 已提交
683 684 685
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
B
bbcallen 已提交
686
				CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES;
Z
Zhang Rui 已提交
687 688 689 690 691 692 693 694 695 696
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				COPY_PHASE_STRIP = NO;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PREPROCESSOR_DEFINITIONS = (
					"DEBUG=1",
					"$(inherited)",
				);
				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
B
bbcallen 已提交
697
				GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
Z
Zhang Rui 已提交
698
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
B
bbcallen 已提交
699 700
				GCC_WARN_FOUR_CHARACTER_CONSTANTS = YES;
				GCC_WARN_SHADOW = YES;
Z
Zhang Rui 已提交
701 702
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
703
				IPHONEOS_DEPLOYMENT_TARGET = 5.1.1;
Z
Zhang Rui 已提交
704 705
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = iphoneos;
B
bbcallen 已提交
706
				STRIP_INSTALLED_PRODUCT = NO;
Z
Zhang Rui 已提交
707 708 709 710 711 712 713
			};
			name = Debug;
		};
		E6903EC617EAF6C500CFD954 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
B
bbcallen 已提交
714
				CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES;
Z
Zhang Rui 已提交
715 716 717
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_OBJC_ARC = YES;
B
bbcallen 已提交
718
				CLANG_WARN_BOOL_CONVERSION = YES;
Z
Zhang Rui 已提交
719
				CLANG_WARN_CONSTANT_CONVERSION = YES;
B
bbcallen 已提交
720
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
Z
Zhang Rui 已提交
721 722 723
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
B
bbcallen 已提交
724
				CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES;
Z
Zhang Rui 已提交
725
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
B
bbcallen 已提交
726
				COPY_PHASE_STRIP = NO;
Z
Zhang Rui 已提交
727
				GCC_C_LANGUAGE_STANDARD = gnu99;
B
bbcallen 已提交
728
				GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
Z
Zhang Rui 已提交
729
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
B
bbcallen 已提交
730 731
				GCC_WARN_FOUR_CHARACTER_CONSTANTS = YES;
				GCC_WARN_SHADOW = YES;
Z
Zhang Rui 已提交
732 733
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
734
				IPHONEOS_DEPLOYMENT_TARGET = 5.1.1;
Z
Zhang Rui 已提交
735
				SDKROOT = iphoneos;
B
bbcallen 已提交
736
				STRIP_INSTALLED_PRODUCT = NO;
Z
Zhang Rui 已提交
737 738 739 740 741 742 743
				VALIDATE_PRODUCT = YES;
			};
			name = Release;
		};
		E6903EC817EAF6C500CFD954 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
Z
Zhang Rui 已提交
744
				CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
Z
Zhang Rui 已提交
745
				DSTROOT = /tmp/IJKMediaPlayer.dst;
Z
Zhang Rui 已提交
746
				GCC_C_LANGUAGE_STANDARD = c11;
Z
Zhang Rui 已提交
747 748
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "IJKMediaPlayer/IJKMediaPlayer-Prefix.pch";
Z
Zhang Rui 已提交
749 750
				HEADER_SEARCH_PATHS = (
					../build/universal/include,
751
					IJKMediaPlayer/ijkmedia,
Z
Zhang Rui 已提交
752 753
					../../ijkmedia,
				);
Z
Zhang Rui 已提交
754 755 756 757
				LIBRARY_SEARCH_PATHS = (
					"$(inherited)",
					"\"$(SRCROOT)/../build/universal/lib\"",
				);
Z
Zhang Rui 已提交
758 759 760 761 762 763 764 765 766
				OTHER_LDFLAGS = "-ObjC";
				PRODUCT_NAME = "$(TARGET_NAME)";
				SKIP_INSTALL = YES;
			};
			name = Debug;
		};
		E6903EC917EAF6C500CFD954 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
Z
Zhang Rui 已提交
767
				CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
Z
Zhang Rui 已提交
768
				DSTROOT = /tmp/IJKMediaPlayer.dst;
Z
Zhang Rui 已提交
769
				GCC_C_LANGUAGE_STANDARD = c11;
Z
Zhang Rui 已提交
770 771
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "IJKMediaPlayer/IJKMediaPlayer-Prefix.pch";
Z
Zhang Rui 已提交
772 773
				HEADER_SEARCH_PATHS = (
					../build/universal/include,
774
					IJKMediaPlayer/ijkmedia,
Z
Zhang Rui 已提交
775 776
					../../ijkmedia,
				);
Z
Zhang Rui 已提交
777 778 779 780
				LIBRARY_SEARCH_PATHS = (
					"$(inherited)",
					"\"$(SRCROOT)/../build/universal/lib\"",
				);
Z
Zhang Rui 已提交
781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805
				OTHER_LDFLAGS = "-ObjC";
				PRODUCT_NAME = "$(TARGET_NAME)";
				SKIP_INSTALL = YES;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		E6903EB417EAF6C500CFD954 /* Build configuration list for PBXProject "IJKMediaPlayer" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				E6903EC517EAF6C500CFD954 /* Debug */,
				E6903EC617EAF6C500CFD954 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		E6903EC717EAF6C500CFD954 /* Build configuration list for PBXNativeTarget "IJKMediaPlayer" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				E6903EC817EAF6C500CFD954 /* Debug */,
				E6903EC917EAF6C500CFD954 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
Z
Zhang Rui 已提交
806
			defaultConfigurationName = Release;
Z
Zhang Rui 已提交
807 808 809 810 811
		};
/* End XCConfigurationList section */
	};
	rootObject = E6903EB117EAF6C500CFD954 /* Project object */;
}