project.pbxproj 65.6 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 */
10 11
		E62139BE180FA89B00553533 /* IJKFFOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = E62139BD180FA89A00553533 /* IJKFFOptions.m */; };
		E62139BF180FAE5F00553533 /* IJKFFOptions.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = E62139BC180FA89A00553533 /* IJKFFOptions.h */; };
12 13
		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 已提交
14
		E65DC3B919D93D5F004F8A08 /* IJKKVOController.m in Sources */ = {isa = PBXBuildFile; fileRef = E65DC3B819D93D5F004F8A08 /* IJKKVOController.m */; };
15
		E66F8DC117EEC65200354D80 /* IJKMPMoviePlayerController.m in Sources */ = {isa = PBXBuildFile; fileRef = E66F8DC017EEC65200354D80 /* IJKMPMoviePlayerController.m */; };
Z
Zhang Rui 已提交
16
		E66F8DE717EFD9C300354D80 /* IJKFFMoviePlayerController.m in Sources */ = {isa = PBXBuildFile; fileRef = E66F8DE617EFD9C300354D80 /* IJKFFMoviePlayerController.m */; };
17
		E66F8DF117EFEA9400354D80 /* ijkplayer.c in Sources */ = {isa = PBXBuildFile; fileRef = E66F8DEF17EFEA9400354D80 /* ijkplayer.c */; };
Z
Zhang Rui 已提交
18
		E66F8E0317EFEEA400354D80 /* ijkplayer_ios.m in Sources */ = {isa = PBXBuildFile; fileRef = E66F8E0117EFEEA400354D80 /* ijkplayer_ios.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
19 20
		E6716E4B1807E5FC00B3FBC1 /* IJKMediaUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = E6716E4A1807E5FC00B3FBC1 /* IJKMediaUtils.m */; };
		E6716E4E1807EA5000B3FBC1 /* IJKFFMrl.m in Sources */ = {isa = PBXBuildFile; fileRef = E6716E4D1807EA5000B3FBC1 /* IJKFFMrl.m */; };
21 22
		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 已提交
23 24 25 26 27
		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 已提交
28 29 30
		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 */; };
31
		E6903EC217EAF6C500CFD954 /* IJKMediaPlayback.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = E6903EC117EAF6C500CFD954 /* IJKMediaPlayback.h */; };
Z
Zhang Rui 已提交
32 33 34 35 36
		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 已提交
37 38 39 40 41 42 43 44 45 46 47
		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 已提交
48
		E6EE92A3187810C5009EAB56 /* IJKAudioKit.m in Sources */ = {isa = PBXBuildFile; fileRef = E6EE92A2187810C5009EAB56 /* IJKAudioKit.m */; };
49 50 51 52 53 54 55 56 57 58
		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 已提交
59
		E6F727BB17F2D9D40043623F /* IJKFFMoviePlayerDef.m in Sources */ = {isa = PBXBuildFile; fileRef = E6F727BA17F2D9D30043623F /* IJKFFMoviePlayerDef.m */; };
Z
Zhang Rui 已提交
60 61
		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 已提交
62
		E6F727BE17F40C390043623F /* IJKFFMoviePlayerController.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = E66F8DE517EFD9C300354D80 /* IJKFFMoviePlayerController.h */; };
63
		E6F727C217F7C9BA0043623F /* IJKMediaPlayback.m in Sources */ = {isa = PBXBuildFile; fileRef = E6F727C117F7C9B90043623F /* IJKMediaPlayback.m */; };
Z
Zhang Rui 已提交
64 65 66 67 68 69 70 71 72
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
		E6903EB717EAF6C500CFD954 /* CopyFiles */ = {
			isa = PBXCopyFilesBuildPhase;
			buildActionMask = 2147483647;
			dstPath = "include/${PRODUCT_NAME}";
			dstSubfolderSpec = 16;
			files = (
Z
Zhang Rui 已提交
73
				E67C4E0A19D2BFF100415CEE /* IJKAVMoviePlayerController.h in CopyFiles */,
74
				E672D6F418D345C100C51FF9 /* IJKMediaModule.h in CopyFiles */,
75
				E62139BF180FAE5F00553533 /* IJKFFOptions.h in CopyFiles */,
Z
Zhang Rui 已提交
76
				E6F727BE17F40C390043623F /* IJKFFMoviePlayerController.h in CopyFiles */,
Z
Zhang Rui 已提交
77 78
				E6F727BD17F40C360043623F /* IJKMPMoviePlayerController.h in CopyFiles */,
				E6F727BC17F40C1C0043623F /* IJKMediaPlayer.h in CopyFiles */,
79
				E6903EC217EAF6C500CFD954 /* IJKMediaPlayback.h in CopyFiles */,
Z
Zhang Rui 已提交
80 81 82 83 84 85
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
86 87
		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>"; };
88 89 90 91
		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 已提交
92 93
		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>"; };
94 95 96
		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 已提交
97 98
		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>"; };
99 100 101
		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 已提交
102
		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>"; };
103
		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>"; };
104 105 106 107
		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>"; };
108 109
		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 已提交
110 111 112 113 114 115 116 117 118 119
		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 已提交
120 121 122 123
		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 已提交
124 125
		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>"; };
126
		E6903EC117EAF6C500CFD954 /* IJKMediaPlayback.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IJKMediaPlayback.h; path = IJKMediaPlayer/IJKMediaPlayback.h; sourceTree = "<group>"; };
Z
Zhang Rui 已提交
127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 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 198 199
		E6903F7917EAFC2C00CFD954 /* avcodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = avcodec.h; sourceTree = "<group>"; };
		E6903F7A17EAFC2C00CFD954 /* avfft.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = avfft.h; sourceTree = "<group>"; };
		E6903F7B17EAFC2C00CFD954 /* dxva2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dxva2.h; sourceTree = "<group>"; };
		E6903F7C17EAFC2C00CFD954 /* old_codec_ids.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = old_codec_ids.h; sourceTree = "<group>"; };
		E6903F7D17EAFC2C00CFD954 /* vaapi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vaapi.h; sourceTree = "<group>"; };
		E6903F7E17EAFC2C00CFD954 /* vda.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vda.h; sourceTree = "<group>"; };
		E6903F7F17EAFC2C00CFD954 /* vdpau.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vdpau.h; sourceTree = "<group>"; };
		E6903F8017EAFC2C00CFD954 /* version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = version.h; sourceTree = "<group>"; };
		E6903F8117EAFC2C00CFD954 /* xvmc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xvmc.h; sourceTree = "<group>"; };
		E6903F8317EAFC2C00CFD954 /* avformat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = avformat.h; sourceTree = "<group>"; };
		E6903F8417EAFC2C00CFD954 /* avio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = avio.h; sourceTree = "<group>"; };
		E6903F8517EAFC2C00CFD954 /* version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = version.h; sourceTree = "<group>"; };
		E6903F8717EAFC2C00CFD954 /* adler32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = adler32.h; sourceTree = "<group>"; };
		E6903F8817EAFC2C00CFD954 /* aes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aes.h; sourceTree = "<group>"; };
		E6903F8917EAFC2C00CFD954 /* attributes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = attributes.h; sourceTree = "<group>"; };
		E6903F8A17EAFC2C00CFD954 /* audio_fifo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audio_fifo.h; sourceTree = "<group>"; };
		E6903F8B17EAFC2C00CFD954 /* audioconvert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioconvert.h; sourceTree = "<group>"; };
		E6903F8C17EAFC2C00CFD954 /* avassert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = avassert.h; sourceTree = "<group>"; };
		E6903F8D17EAFC2C00CFD954 /* avconfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = avconfig.h; sourceTree = "<group>"; };
		E6903F8E17EAFC2C00CFD954 /* avstring.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = avstring.h; sourceTree = "<group>"; };
		E6903F8F17EAFC2C00CFD954 /* avutil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = avutil.h; sourceTree = "<group>"; };
		E6903F9017EAFC2C00CFD954 /* base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = base64.h; sourceTree = "<group>"; };
		E6903F9117EAFC2C00CFD954 /* blowfish.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = blowfish.h; sourceTree = "<group>"; };
		E6903F9217EAFC2C00CFD954 /* bprint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bprint.h; sourceTree = "<group>"; };
		E6903F9317EAFC2C00CFD954 /* bswap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bswap.h; sourceTree = "<group>"; };
		E6903F9417EAFC2C00CFD954 /* buffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = buffer.h; sourceTree = "<group>"; };
		E6903F9517EAFC2C00CFD954 /* channel_layout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = channel_layout.h; sourceTree = "<group>"; };
		E6903F9617EAFC2C00CFD954 /* common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = "<group>"; };
		E6903F9717EAFC2C00CFD954 /* cpu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cpu.h; sourceTree = "<group>"; };
		E6903F9817EAFC2C00CFD954 /* crc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crc.h; sourceTree = "<group>"; };
		E6903F9917EAFC2C00CFD954 /* dict.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dict.h; sourceTree = "<group>"; };
		E6903F9A17EAFC2C00CFD954 /* error.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = error.h; sourceTree = "<group>"; };
		E6903F9B17EAFC2C00CFD954 /* eval.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = eval.h; sourceTree = "<group>"; };
		E6903F9C17EAFC2C00CFD954 /* fifo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fifo.h; sourceTree = "<group>"; };
		E6903F9D17EAFC2C00CFD954 /* file.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = file.h; sourceTree = "<group>"; };
		E6903F9E17EAFC2C00CFD954 /* frame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = frame.h; sourceTree = "<group>"; };
		E6903F9F17EAFC2C00CFD954 /* hmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hmac.h; sourceTree = "<group>"; };
		E6903FA017EAFC2C00CFD954 /* imgutils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = imgutils.h; sourceTree = "<group>"; };
		E6903FA117EAFC2C00CFD954 /* intfloat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = intfloat.h; sourceTree = "<group>"; };
		E6903FA217EAFC2C00CFD954 /* intfloat_readwrite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = intfloat_readwrite.h; sourceTree = "<group>"; };
		E6903FA317EAFC2C00CFD954 /* intreadwrite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = intreadwrite.h; sourceTree = "<group>"; };
		E6903FA417EAFC2C00CFD954 /* lfg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lfg.h; sourceTree = "<group>"; };
		E6903FA517EAFC2C00CFD954 /* log.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = log.h; sourceTree = "<group>"; };
		E6903FA617EAFC2C00CFD954 /* lzo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lzo.h; sourceTree = "<group>"; };
		E6903FA717EAFC2C00CFD954 /* mathematics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mathematics.h; sourceTree = "<group>"; };
		E6903FA817EAFC2C00CFD954 /* md5.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = md5.h; sourceTree = "<group>"; };
		E6903FA917EAFC2C00CFD954 /* mem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mem.h; sourceTree = "<group>"; };
		E6903FAA17EAFC2C00CFD954 /* murmur3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = murmur3.h; sourceTree = "<group>"; };
		E6903FAB17EAFC2C00CFD954 /* old_pix_fmts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = old_pix_fmts.h; sourceTree = "<group>"; };
		E6903FAC17EAFC2C00CFD954 /* opt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = opt.h; sourceTree = "<group>"; };
		E6903FAD17EAFC2C00CFD954 /* parseutils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = parseutils.h; sourceTree = "<group>"; };
		E6903FAE17EAFC2C00CFD954 /* pixdesc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pixdesc.h; sourceTree = "<group>"; };
		E6903FAF17EAFC2C00CFD954 /* pixfmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pixfmt.h; sourceTree = "<group>"; };
		E6903FB017EAFC2C00CFD954 /* random_seed.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = random_seed.h; sourceTree = "<group>"; };
		E6903FB117EAFC2C00CFD954 /* rational.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rational.h; sourceTree = "<group>"; };
		E6903FB217EAFC2C00CFD954 /* ripemd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ripemd.h; sourceTree = "<group>"; };
		E6903FB317EAFC2C00CFD954 /* samplefmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = samplefmt.h; sourceTree = "<group>"; };
		E6903FB417EAFC2C00CFD954 /* sha.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sha.h; sourceTree = "<group>"; };
		E6903FB517EAFC2C00CFD954 /* sha512.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sha512.h; sourceTree = "<group>"; };
		E6903FB617EAFC2C00CFD954 /* time.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = time.h; sourceTree = "<group>"; };
		E6903FB717EAFC2C00CFD954 /* timecode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = timecode.h; sourceTree = "<group>"; };
		E6903FB817EAFC2C00CFD954 /* timestamp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = timestamp.h; sourceTree = "<group>"; };
		E6903FB917EAFC2C00CFD954 /* version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = version.h; sourceTree = "<group>"; };
		E6903FBA17EAFC2C00CFD954 /* xtea.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xtea.h; sourceTree = "<group>"; };
		E6903FBC17EAFC2C00CFD954 /* swresample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = swresample.h; sourceTree = "<group>"; };
		E6903FBD17EAFC2C00CFD954 /* version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = version.h; sourceTree = "<group>"; };
		E6903FBF17EAFC2C00CFD954 /* swscale.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = swscale.h; sourceTree = "<group>"; };
		E6903FC017EAFC2C00CFD954 /* version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = version.h; sourceTree = "<group>"; };
		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 已提交
200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240
		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>"; };
B
bbcallen 已提交
241 242
		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>"; };
243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264
		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 已提交
265 266
		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>"; };
267
		E6F727C117F7C9B90043623F /* IJKMediaPlayback.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = IJKMediaPlayback.m; path = IJKMediaPlayer/IJKMediaPlayback.m; sourceTree = "<group>"; };
Z
Zhang Rui 已提交
268 269 270 271 272 273 274
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		E6903EB617EAF6C500CFD954 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
Z
Zhang Rui 已提交
275 276 277 278 279
				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 已提交
280 281 282 283 284 285
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
286 287 288 289 290 291 292 293 294 295
		E63FC27217F013DE003551EB /* dummy */ = {
			isa = PBXGroup;
			children = (
				E63FC27317F013DE003551EB /* ijksdl_dummy.h */,
				E63FC27417F013DE003551EB /* ijksdl_vout_dummy.c */,
				E63FC27517F013DE003551EB /* ijksdl_vout_dummy.h */,
			);
			path = dummy;
			sourceTree = "<group>";
		};
296 297 298
		E66F8DBC17EEC2CF00354D80 /* Classes */ = {
			isa = PBXGroup;
			children = (
299
				E6F727B517F2B1690043623F /* IJKMediaPlayer */,
Z
Zhang Rui 已提交
300
				E67C4E0219D15B0600415CEE /* IJKAVMoviePlayerController */,
301
				E66F8DBE17EEC5DE00354D80 /* IJKMPMoviePlayerController */,
Z
Zhang Rui 已提交
302
				E6903EBE17EAF6C500CFD954 /* IJKFFMoviePlayerController */,
303 304 305 306 307 308 309 310 311 312 313 314 315
			);
			name = Classes;
			sourceTree = "<group>";
		};
		E66F8DBE17EEC5DE00354D80 /* IJKMPMoviePlayerController */ = {
			isa = PBXGroup;
			children = (
				E66F8DBF17EEC65200354D80 /* IJKMPMoviePlayerController.h */,
				E66F8DC017EEC65200354D80 /* IJKMPMoviePlayerController.m */,
			);
			name = IJKMPMoviePlayerController;
			sourceTree = "<group>";
		};
316 317 318
		E66F8DF817EFEC1300354D80 /* ios */ = {
			isa = PBXGroup;
			children = (
Z
Zhang Rui 已提交
319
				E66F8E0117EFEEA400354D80 /* ijkplayer_ios.m */,
320 321 322 323 324 325
				E66F8E0217EFEEA400354D80 /* ijkplayer_ios.h */,
			);
			name = ios;
			path = ../../ios/IJKMediaPlayer/IJKMediaPlayer;
			sourceTree = "<group>";
		};
Z
Zhang Rui 已提交
326 327 328 329 330 331 332 333 334 335 336 337 338
		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 已提交
339 340 341 342 343 344 345 346 347 348 349
		E67C4E0219D15B0600415CEE /* IJKAVMoviePlayerController */ = {
			isa = PBXGroup;
			children = (
				E67C4E0319D15B3200415CEE /* IJKAVPlayerLayerView.h */,
				E67C4E0419D15B3200415CEE /* IJKAVPlayerLayerView.m */,
				E67C4E0619D15EEA00415CEE /* IJKAVMoviePlayerController.h */,
				E67C4E0719D15EEA00415CEE /* IJKAVMoviePlayerController.m */,
			);
			name = IJKAVMoviePlayerController;
			sourceTree = "<group>";
		};
Z
Zhang Rui 已提交
350 351 352
		E6903EB017EAF6C500CFD954 = {
			isa = PBXGroup;
			children = (
353
				E66F8DBC17EEC2CF00354D80 /* Classes */,
Z
Zhang Rui 已提交
354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373
				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 已提交
374
		E6903EBE17EAF6C500CFD954 /* IJKFFMoviePlayerController */ = {
Z
Zhang Rui 已提交
375 376
			isa = PBXGroup;
			children = (
377 378
				E6716E4C1807EA4F00B3FBC1 /* IJKFFMrl.h */,
				E6716E4D1807EA5000B3FBC1 /* IJKFFMrl.m */,
379 380
				E62139BC180FA89A00553533 /* IJKFFOptions.h */,
				E62139BD180FA89A00553533 /* IJKFFOptions.m */,
Z
Zhang Rui 已提交
381 382 383 384
				E66F8DE517EFD9C300354D80 /* IJKFFMoviePlayerController.h */,
				E66F8DE617EFD9C300354D80 /* IJKFFMoviePlayerController.m */,
				E6F727B917F2D9D30043623F /* IJKFFMoviePlayerDef.h */,
				E6F727BA17F2D9D30043623F /* IJKFFMoviePlayerDef.m */,
Z
Zhang Rui 已提交
385
				E6903F7617EAFC2C00CFD954 /* ffmpeg */,
386
				E6903FCC17EAFC6100CFD954 /* ijkmedia */,
Z
Zhang Rui 已提交
387 388
				E6903EBF17EAF6C500CFD954 /* Supporting Files */,
			);
Z
Zhang Rui 已提交
389
			name = IJKFFMoviePlayerController;
Z
Zhang Rui 已提交
390 391 392 393 394 395 396 397 398 399 400
			path = IJKMediaPlayer;
			sourceTree = "<group>";
		};
		E6903EBF17EAF6C500CFD954 /* Supporting Files */ = {
			isa = PBXGroup;
			children = (
				E6903EC017EAF6C500CFD954 /* IJKMediaPlayer-Prefix.pch */,
			);
			name = "Supporting Files";
			sourceTree = "<group>";
		};
Z
Zhang Rui 已提交
401
		E6903F7617EAFC2C00CFD954 /* ffmpeg */ = {
Z
Zhang Rui 已提交
402 403
			isa = PBXGroup;
			children = (
Z
Zhang Rui 已提交
404 405
				E6903F7717EAFC2C00CFD954 /* include */,
				E6903FC117EAFC2C00CFD954 /* lib */,
Z
Zhang Rui 已提交
406 407
			);
			name = ffmpeg;
Z
Zhang Rui 已提交
408
			path = ../../build/universal;
Z
Zhang Rui 已提交
409 410
			sourceTree = "<group>";
		};
Z
Zhang Rui 已提交
411
		E6903F7717EAFC2C00CFD954 /* include */ = {
Z
Zhang Rui 已提交
412 413
			isa = PBXGroup;
			children = (
Z
Zhang Rui 已提交
414 415 416 417 418
				E6903F7817EAFC2C00CFD954 /* libavcodec */,
				E6903F8217EAFC2C00CFD954 /* libavformat */,
				E6903F8617EAFC2C00CFD954 /* libavutil */,
				E6903FBB17EAFC2C00CFD954 /* libswresample */,
				E6903FBE17EAFC2C00CFD954 /* libswscale */,
Z
Zhang Rui 已提交
419
			);
Z
Zhang Rui 已提交
420
			path = include;
Z
Zhang Rui 已提交
421 422
			sourceTree = "<group>";
		};
Z
Zhang Rui 已提交
423
		E6903F7817EAFC2C00CFD954 /* libavcodec */ = {
Z
Zhang Rui 已提交
424 425
			isa = PBXGroup;
			children = (
Z
Zhang Rui 已提交
426 427 428 429 430 431 432 433 434
				E6903F7917EAFC2C00CFD954 /* avcodec.h */,
				E6903F7A17EAFC2C00CFD954 /* avfft.h */,
				E6903F7B17EAFC2C00CFD954 /* dxva2.h */,
				E6903F7C17EAFC2C00CFD954 /* old_codec_ids.h */,
				E6903F7D17EAFC2C00CFD954 /* vaapi.h */,
				E6903F7E17EAFC2C00CFD954 /* vda.h */,
				E6903F7F17EAFC2C00CFD954 /* vdpau.h */,
				E6903F8017EAFC2C00CFD954 /* version.h */,
				E6903F8117EAFC2C00CFD954 /* xvmc.h */,
Z
Zhang Rui 已提交
435
			);
Z
Zhang Rui 已提交
436
			path = libavcodec;
Z
Zhang Rui 已提交
437 438
			sourceTree = "<group>";
		};
Z
Zhang Rui 已提交
439
		E6903F8217EAFC2C00CFD954 /* libavformat */ = {
Z
Zhang Rui 已提交
440 441
			isa = PBXGroup;
			children = (
Z
Zhang Rui 已提交
442 443 444
				E6903F8317EAFC2C00CFD954 /* avformat.h */,
				E6903F8417EAFC2C00CFD954 /* avio.h */,
				E6903F8517EAFC2C00CFD954 /* version.h */,
Z
Zhang Rui 已提交
445
			);
Z
Zhang Rui 已提交
446
			path = libavformat;
Z
Zhang Rui 已提交
447 448
			sourceTree = "<group>";
		};
Z
Zhang Rui 已提交
449
		E6903F8617EAFC2C00CFD954 /* libavutil */ = {
Z
Zhang Rui 已提交
450 451
			isa = PBXGroup;
			children = (
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
				E6903F8717EAFC2C00CFD954 /* adler32.h */,
				E6903F8817EAFC2C00CFD954 /* aes.h */,
				E6903F8917EAFC2C00CFD954 /* attributes.h */,
				E6903F8A17EAFC2C00CFD954 /* audio_fifo.h */,
				E6903F8B17EAFC2C00CFD954 /* audioconvert.h */,
				E6903F8C17EAFC2C00CFD954 /* avassert.h */,
				E6903F8D17EAFC2C00CFD954 /* avconfig.h */,
				E6903F8E17EAFC2C00CFD954 /* avstring.h */,
				E6903F8F17EAFC2C00CFD954 /* avutil.h */,
				E6903F9017EAFC2C00CFD954 /* base64.h */,
				E6903F9117EAFC2C00CFD954 /* blowfish.h */,
				E6903F9217EAFC2C00CFD954 /* bprint.h */,
				E6903F9317EAFC2C00CFD954 /* bswap.h */,
				E6903F9417EAFC2C00CFD954 /* buffer.h */,
				E6903F9517EAFC2C00CFD954 /* channel_layout.h */,
				E6903F9617EAFC2C00CFD954 /* common.h */,
				E6903F9717EAFC2C00CFD954 /* cpu.h */,
				E6903F9817EAFC2C00CFD954 /* crc.h */,
				E6903F9917EAFC2C00CFD954 /* dict.h */,
				E6903F9A17EAFC2C00CFD954 /* error.h */,
				E6903F9B17EAFC2C00CFD954 /* eval.h */,
				E6903F9C17EAFC2C00CFD954 /* fifo.h */,
				E6903F9D17EAFC2C00CFD954 /* file.h */,
				E6903F9E17EAFC2C00CFD954 /* frame.h */,
				E6903F9F17EAFC2C00CFD954 /* hmac.h */,
				E6903FA017EAFC2C00CFD954 /* imgutils.h */,
				E6903FA117EAFC2C00CFD954 /* intfloat.h */,
				E6903FA217EAFC2C00CFD954 /* intfloat_readwrite.h */,
				E6903FA317EAFC2C00CFD954 /* intreadwrite.h */,
				E6903FA417EAFC2C00CFD954 /* lfg.h */,
				E6903FA517EAFC2C00CFD954 /* log.h */,
				E6903FA617EAFC2C00CFD954 /* lzo.h */,
				E6903FA717EAFC2C00CFD954 /* mathematics.h */,
				E6903FA817EAFC2C00CFD954 /* md5.h */,
				E6903FA917EAFC2C00CFD954 /* mem.h */,
				E6903FAA17EAFC2C00CFD954 /* murmur3.h */,
				E6903FAB17EAFC2C00CFD954 /* old_pix_fmts.h */,
				E6903FAC17EAFC2C00CFD954 /* opt.h */,
				E6903FAD17EAFC2C00CFD954 /* parseutils.h */,
				E6903FAE17EAFC2C00CFD954 /* pixdesc.h */,
				E6903FAF17EAFC2C00CFD954 /* pixfmt.h */,
				E6903FB017EAFC2C00CFD954 /* random_seed.h */,
				E6903FB117EAFC2C00CFD954 /* rational.h */,
				E6903FB217EAFC2C00CFD954 /* ripemd.h */,
				E6903FB317EAFC2C00CFD954 /* samplefmt.h */,
				E6903FB417EAFC2C00CFD954 /* sha.h */,
				E6903FB517EAFC2C00CFD954 /* sha512.h */,
				E6903FB617EAFC2C00CFD954 /* time.h */,
				E6903FB717EAFC2C00CFD954 /* timecode.h */,
				E6903FB817EAFC2C00CFD954 /* timestamp.h */,
				E6903FB917EAFC2C00CFD954 /* version.h */,
				E6903FBA17EAFC2C00CFD954 /* xtea.h */,
Z
Zhang Rui 已提交
504
			);
Z
Zhang Rui 已提交
505
			path = libavutil;
Z
Zhang Rui 已提交
506 507
			sourceTree = "<group>";
		};
Z
Zhang Rui 已提交
508
		E6903FBB17EAFC2C00CFD954 /* libswresample */ = {
Z
Zhang Rui 已提交
509 510
			isa = PBXGroup;
			children = (
Z
Zhang Rui 已提交
511 512
				E6903FBC17EAFC2C00CFD954 /* swresample.h */,
				E6903FBD17EAFC2C00CFD954 /* version.h */,
Z
Zhang Rui 已提交
513
			);
Z
Zhang Rui 已提交
514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535
			path = libswresample;
			sourceTree = "<group>";
		};
		E6903FBE17EAFC2C00CFD954 /* libswscale */ = {
			isa = PBXGroup;
			children = (
				E6903FBF17EAFC2C00CFD954 /* swscale.h */,
				E6903FC017EAFC2C00CFD954 /* version.h */,
			);
			path = libswscale;
			sourceTree = "<group>";
		};
		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 已提交
536 537
			sourceTree = "<group>";
		};
Z
Zhang Rui 已提交
538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556
		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 已提交
557 558 559 560 561
				E6903FD917EAFC6100CFD954 /* ff_ffmsg.h */,
				E67B91AB1A3801DB00717EA9 /* ff_ffpipeline.c */,
				E67B91AC1A3801DB00717EA9 /* ff_ffpipeline.h */,
				E67B91AD1A3801DB00717EA9 /* ff_ffpipenode.c */,
				E67B91AE1A3801DB00717EA9 /* ff_ffpipenode.h */,
Z
Zhang Rui 已提交
562 563
				E6903FDD17EAFC6100CFD954 /* ff_ffplay_config.h */,
				E6903FDE17EAFC6100CFD954 /* ff_ffplay_def.h */,
Z
Zhang Rui 已提交
564 565 566
				E6903FDB17EAFC6100CFD954 /* ff_ffplay.c */,
				E6903FDC17EAFC6100CFD954 /* ff_ffplay.h */,
				E66F8DEE17EFEA9400354D80 /* ijkplayer_internal.h */,
567 568
				E66F8DEF17EFEA9400354D80 /* ijkplayer.c */,
				E66F8DF017EFEA9400354D80 /* ijkplayer.h */,
Z
Zhang Rui 已提交
569 570
				E66F8DF817EFEC1300354D80 /* ios */,
				E67B91B11A3801E600717EA9 /* pipeline */,
Z
Zhang Rui 已提交
571 572 573 574 575 576 577
			);
			path = ijkplayer;
			sourceTree = "<group>";
		};
		E6903FDF17EAFC6100CFD954 /* ijksdl */ = {
			isa = PBXGroup;
			children = (
578
				E63FC27217F013DE003551EB /* dummy */,
Z
Zhang Rui 已提交
579
				E6903FEF17EAFC6100CFD954 /* ffmpeg */,
B
bbcallen 已提交
580
				E6EE92A51878230C009EAB56 /* ios */,
Z
Zhang Rui 已提交
581 582 583 584
				E6903FFD17EAFC6100CFD954 /* ijksdl.h */,
				E6903FFF17EAFC6100CFD954 /* ijksdl_aout.c */,
				E690400017EAFC6100CFD954 /* ijksdl_aout.h */,
				E690400117EAFC6100CFD954 /* ijksdl_aout_internal.h */,
585
				E63FC27017F01143003551EB /* ijksdl_audio.c */,
Z
Zhang Rui 已提交
586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646
				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>";
		};
647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672
		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 */,
				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 */,
				E6EE92B21878230C009EAB56 /* IJKSDLGLRenderRV24.h */,
				E6EE92B31878230C009EAB56 /* IJKSDLGLRenderRV24.m */,
				E6EE92B41878230C009EAB56 /* IJKSDLGLShader.h */,
				E6EE92B51878230C009EAB56 /* IJKSDLGLShader.m */,
				E6EE92B61878230C009EAB56 /* IJKSDLGLView.h */,
				E6EE92B71878230C009EAB56 /* IJKSDLGLView.m */,
			);
B
bbcallen 已提交
673 674
			name = ios;
			path = ../../ios/IJKMediaPlayer/IJKMediaPlayer/ijkmedia/ijksdl/ios;
675 676
			sourceTree = "<group>";
		};
677 678 679
		E6F727B517F2B1690043623F /* IJKMediaPlayer */ = {
			isa = PBXGroup;
			children = (
680 681 682 683
				E6EE92A1187810C5009EAB56 /* IJKAudioKit.h */,
				E6EE92A2187810C5009EAB56 /* IJKAudioKit.m */,
				E672D6F118D3445100C51FF9 /* IJKMediaModule.h */,
				E672D6F218D3445100C51FF9 /* IJKMediaModule.m */,
684
				E6903EC117EAF6C500CFD954 /* IJKMediaPlayback.h */,
685
				E6F727C117F7C9B90043623F /* IJKMediaPlayback.m */,
686
				E66F8DC217EECB1E00354D80 /* IJKMediaPlayer.h */,
687 688
				E6716E491807E5FC00B3FBC1 /* IJKMediaUtils.h */,
				E6716E4A1807E5FC00B3FBC1 /* IJKMediaUtils.m */,
Z
Zhang Rui 已提交
689 690
				E65DC3B719D93D5F004F8A08 /* IJKKVOController.h */,
				E65DC3B819D93D5F004F8A08 /* IJKKVOController.m */,
691 692 693 694
			);
			name = IJKMediaPlayer;
			sourceTree = "<group>";
		};
Z
Zhang Rui 已提交
695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720
/* 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 已提交
721
				LastUpgradeCheck = 0610;
Z
Zhang Rui 已提交
722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745
				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 已提交
746
				E6EE92A3187810C5009EAB56 /* IJKAudioKit.m in Sources */,
Z
Zhang Rui 已提交
747 748 749 750 751 752
				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 */,
				E690402E17EAFC6100CFD954 /* ijksdl_aout.c in Sources */,
				E690402F17EAFC6100CFD954 /* ijksdl_error.c in Sources */,
753
				E672D6F318D3445100C51FF9 /* IJKMediaModule.m in Sources */,
Z
Zhang Rui 已提交
754
				E690403017EAFC6100CFD954 /* ijksdl_mutex.c in Sources */,
755
				E6EE92C818782770009EAB56 /* IJKSDLAudioKit.m in Sources */,
Z
Zhang Rui 已提交
756
				E690403117EAFC6100CFD954 /* ijksdl_stdinc.c in Sources */,
757
				E6EE92BC1878230C009EAB56 /* IJKSDLGLRenderI420.m in Sources */,
Z
Zhang Rui 已提交
758
				E690403217EAFC6100CFD954 /* ijksdl_thread.c in Sources */,
Z
Zhang Rui 已提交
759 760 761
				E67B91AF1A3801DB00717EA9 /* ff_ffpipeline.c in Sources */,
				E67B91B01A3801DB00717EA9 /* ff_ffpipenode.c in Sources */,
				E67B91B81A3801E600717EA9 /* ffpipeline_ffplay.c in Sources */,
Z
Zhang Rui 已提交
762 763
				E690403317EAFC6100CFD954 /* ijksdl_timer.c in Sources */,
				E690403417EAFC6100CFD954 /* ijksdl_vout.c in Sources */,
764
				E6EE92B91878230C009EAB56 /* ijksdl_thread_ios.m in Sources */,
765
				E66F8DC117EEC65200354D80 /* IJKMPMoviePlayerController.m in Sources */,
Z
Zhang Rui 已提交
766
				E67C4E0819D15EEA00415CEE /* IJKAVMoviePlayerController.m in Sources */,
767 768
				E6EE92B81878230C009EAB56 /* ijksdl_aout_ios_audiounit.m in Sources */,
				E6EE92C21878236A009EAB56 /* IJKSDLAudioQueueController.m in Sources */,
Z
Zhang Rui 已提交
769
				E67B91BA1A3801E600717EA9 /* ffpipenode_ffplay_vout.c in Sources */,
Z
Zhang Rui 已提交
770
				E66F8DE717EFD9C300354D80 /* IJKFFMoviePlayerController.m in Sources */,
771
				E66F8DF117EFEA9400354D80 /* ijkplayer.c in Sources */,
772
				E6EE92BB1878230C009EAB56 /* IJKSDLAudioUnitController.m in Sources */,
Z
Zhang Rui 已提交
773
				E66F8E0317EFEEA400354D80 /* ijkplayer_ios.m in Sources */,
Z
Zhang Rui 已提交
774
				E65DC3B919D93D5F004F8A08 /* IJKKVOController.m in Sources */,
775
				E63FC27117F01143003551EB /* ijksdl_audio.c in Sources */,
776
				E6EE92BD1878230C009EAB56 /* IJKSDLGLRenderRV24.m in Sources */,
777
				E63FC27617F013DE003551EB /* ijksdl_vout_dummy.c in Sources */,
778
				E6EE92BF1878230C009EAB56 /* IJKSDLGLView.m in Sources */,
Z
Zhang Rui 已提交
779
				E6F727BB17F2D9D40043623F /* IJKFFMoviePlayerDef.m in Sources */,
780
				E6EE92BE1878230C009EAB56 /* IJKSDLGLShader.m in Sources */,
Z
Zhang Rui 已提交
781
				E67C4E0519D15B3200415CEE /* IJKAVPlayerLayerView.m in Sources */,
782
				E6F727C217F7C9BA0043623F /* IJKMediaPlayback.m in Sources */,
783
				E6EE92BA1878230C009EAB56 /* ijksdl_vout_ios_gles2.m in Sources */,
784 785
				E6716E4B1807E5FC00B3FBC1 /* IJKMediaUtils.m in Sources */,
				E6716E4E1807EA5000B3FBC1 /* IJKFFMrl.m in Sources */,
Z
Zhang Rui 已提交
786
				E67B91B91A3801E600717EA9 /* ffpipenode_ffplay_vdec.c in Sources */,
787
				E62139BE180FA89B00553533 /* IJKFFOptions.m in Sources */,
Z
Zhang Rui 已提交
788 789 790 791 792 793 794 795 796 797
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		E6903EC517EAF6C500CFD954 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
Z
Zhang Rui 已提交
798
				ARCHS = (
Z
Zhang Rui 已提交
799
					arm64,
Z
Zhang Rui 已提交
800 801 802
					armv7,
					armv7s,
				);
B
bbcallen 已提交
803
				CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES;
Z
Zhang Rui 已提交
804 805 806
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_OBJC_ARC = YES;
B
bbcallen 已提交
807
				CLANG_WARN_BOOL_CONVERSION = YES;
Z
Zhang Rui 已提交
808
				CLANG_WARN_CONSTANT_CONVERSION = YES;
B
bbcallen 已提交
809
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
Z
Zhang Rui 已提交
810 811 812
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
B
bbcallen 已提交
813
				CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES;
Z
Zhang Rui 已提交
814 815 816 817 818 819 820 821 822 823
				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 已提交
824
				GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
Z
Zhang Rui 已提交
825
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
B
bbcallen 已提交
826 827
				GCC_WARN_FOUR_CHARACTER_CONSTANTS = YES;
				GCC_WARN_SHADOW = YES;
Z
Zhang Rui 已提交
828 829
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
830
				IPHONEOS_DEPLOYMENT_TARGET = 5.1.1;
Z
Zhang Rui 已提交
831 832
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = iphoneos;
B
bbcallen 已提交
833
				STRIP_INSTALLED_PRODUCT = NO;
Z
Zhang Rui 已提交
834 835 836 837 838 839 840
			};
			name = Debug;
		};
		E6903EC617EAF6C500CFD954 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
Z
Zhang Rui 已提交
841
				ARCHS = (
Z
Zhang Rui 已提交
842
					arm64,
Z
Zhang Rui 已提交
843 844 845
					armv7,
					armv7s,
				);
B
bbcallen 已提交
846
				CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES;
Z
Zhang Rui 已提交
847 848 849
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_OBJC_ARC = YES;
B
bbcallen 已提交
850
				CLANG_WARN_BOOL_CONVERSION = YES;
Z
Zhang Rui 已提交
851
				CLANG_WARN_CONSTANT_CONVERSION = YES;
B
bbcallen 已提交
852
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
Z
Zhang Rui 已提交
853 854 855
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
B
bbcallen 已提交
856
				CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES;
Z
Zhang Rui 已提交
857
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
B
bbcallen 已提交
858
				COPY_PHASE_STRIP = NO;
Z
Zhang Rui 已提交
859
				GCC_C_LANGUAGE_STANDARD = gnu99;
B
bbcallen 已提交
860
				GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
Z
Zhang Rui 已提交
861
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
B
bbcallen 已提交
862 863
				GCC_WARN_FOUR_CHARACTER_CONSTANTS = YES;
				GCC_WARN_SHADOW = YES;
Z
Zhang Rui 已提交
864 865
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
866
				IPHONEOS_DEPLOYMENT_TARGET = 5.1.1;
Z
Zhang Rui 已提交
867
				SDKROOT = iphoneos;
B
bbcallen 已提交
868
				STRIP_INSTALLED_PRODUCT = NO;
Z
Zhang Rui 已提交
869 870 871 872 873 874 875
				VALIDATE_PRODUCT = YES;
			};
			name = Release;
		};
		E6903EC817EAF6C500CFD954 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
Z
Zhang Rui 已提交
876
				CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
Z
Zhang Rui 已提交
877
				DSTROOT = /tmp/IJKMediaPlayer.dst;
Z
Zhang Rui 已提交
878
				GCC_C_LANGUAGE_STANDARD = c11;
Z
Zhang Rui 已提交
879 880
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "IJKMediaPlayer/IJKMediaPlayer-Prefix.pch";
Z
Zhang Rui 已提交
881 882
				HEADER_SEARCH_PATHS = (
					../build/universal/include,
883
					IJKMediaPlayer/ijkmedia,
Z
Zhang Rui 已提交
884 885
					../../ijkmedia,
				);
Z
Zhang Rui 已提交
886 887 888 889
				LIBRARY_SEARCH_PATHS = (
					"$(inherited)",
					"\"$(SRCROOT)/../build/universal/lib\"",
				);
Z
Zhang Rui 已提交
890 891 892 893 894 895 896 897 898
				OTHER_LDFLAGS = "-ObjC";
				PRODUCT_NAME = "$(TARGET_NAME)";
				SKIP_INSTALL = YES;
			};
			name = Debug;
		};
		E6903EC917EAF6C500CFD954 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
Z
Zhang Rui 已提交
899
				CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
Z
Zhang Rui 已提交
900
				DSTROOT = /tmp/IJKMediaPlayer.dst;
Z
Zhang Rui 已提交
901
				GCC_C_LANGUAGE_STANDARD = c11;
Z
Zhang Rui 已提交
902 903
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "IJKMediaPlayer/IJKMediaPlayer-Prefix.pch";
Z
Zhang Rui 已提交
904 905
				HEADER_SEARCH_PATHS = (
					../build/universal/include,
906
					IJKMediaPlayer/ijkmedia,
Z
Zhang Rui 已提交
907 908
					../../ijkmedia,
				);
Z
Zhang Rui 已提交
909 910 911 912
				LIBRARY_SEARCH_PATHS = (
					"$(inherited)",
					"\"$(SRCROOT)/../build/universal/lib\"",
				);
Z
Zhang Rui 已提交
913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937
				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 已提交
938
			defaultConfigurationName = Release;
Z
Zhang Rui 已提交
939 940 941 942 943
		};
/* End XCConfigurationList section */
	};
	rootObject = E6903EB117EAF6C500CFD954 /* Project object */;
}