OLD | NEW |
1 <?xml version="1.0" encoding="Windows-1252"?> | 1 <?xml version="1.0" encoding="Windows-1252"?> |
2 <VisualStudioProject | 2 <VisualStudioProject |
3 ProjectType="Visual C++" | 3 ProjectType="Visual C++" |
4 Version="8.00" | 4 Version="8.00" |
5 Name="media" | 5 Name="media" |
6 ProjectGUID="{6AE76406-B03B-11DD-94B1-80B556D89593}" | 6 ProjectGUID="{6AE76406-B03B-11DD-94B1-80B556D89593}" |
7 RootNamespace="media" | 7 RootNamespace="media" |
8 Keyword="Win32Proj" | 8 Keyword="Win32Proj" |
9 > | 9 > |
10 <Platforms> | 10 <Platforms> |
11 <Platform | 11 <Platform |
12 Name="Win32" | 12 Name="Win32" |
13 /> | 13 /> |
14 </Platforms> | 14 </Platforms> |
15 <ToolFiles> | 15 <ToolFiles> |
16 </ToolFiles> | 16 </ToolFiles> |
17 <Configurations> | 17 <Configurations> |
18 <Configuration | 18 <Configuration |
19 Name="Debug|Win32" | 19 Name="Debug|Win32" |
20 ConfigurationType="4" | 20 ConfigurationType="4" |
21 » » » InheritedPropertySheets="$(SolutionDir)..\build\debug.vs
props" | 21 » » » InheritedPropertySheets="$(SolutionDir)..\build\debug.vs
props;$(SolutionDir)..\third_party\ffmpeg\using_ffmpeg.vsprops" |
22 > | 22 > |
23 <Tool | 23 <Tool |
24 Name="VCPreBuildEventTool" | 24 Name="VCPreBuildEventTool" |
25 /> | 25 /> |
26 <Tool | 26 <Tool |
27 Name="VCCustomBuildTool" | 27 Name="VCCustomBuildTool" |
28 /> | 28 /> |
29 <Tool | 29 <Tool |
30 Name="VCXMLDataGeneratorTool" | 30 Name="VCXMLDataGeneratorTool" |
31 /> | 31 /> |
(...skipping 30 matching lines...) Expand all Loading... |
62 <Tool | 62 <Tool |
63 Name="VCFxCopTool" | 63 Name="VCFxCopTool" |
64 /> | 64 /> |
65 <Tool | 65 <Tool |
66 Name="VCPostBuildEventTool" | 66 Name="VCPostBuildEventTool" |
67 /> | 67 /> |
68 </Configuration> | 68 </Configuration> |
69 <Configuration | 69 <Configuration |
70 Name="Release|Win32" | 70 Name="Release|Win32" |
71 ConfigurationType="4" | 71 ConfigurationType="4" |
72 » » » InheritedPropertySheets="$(SolutionDir)..\build\release.
vsprops" | 72 » » » InheritedPropertySheets="$(SolutionDir)..\build\release.
vsprops;$(SolutionDir)..\third_party\ffmpeg\using_ffmpeg.vsprops" |
73 > | 73 > |
74 <Tool | 74 <Tool |
75 Name="VCPreBuildEventTool" | 75 Name="VCPreBuildEventTool" |
76 /> | 76 /> |
77 <Tool | 77 <Tool |
78 Name="VCCustomBuildTool" | 78 Name="VCCustomBuildTool" |
79 /> | 79 /> |
80 <Tool | 80 <Tool |
81 Name="VCXMLDataGeneratorTool" | 81 Name="VCXMLDataGeneratorTool" |
82 /> | 82 /> |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 </File> | 206 </File> |
207 <File | 207 <File |
208 RelativePath="..\filters\audio_renderer_impl.cc" | 208 RelativePath="..\filters\audio_renderer_impl.cc" |
209 > | 209 > |
210 </File> | 210 </File> |
211 <File | 211 <File |
212 RelativePath="..\filters\audio_renderer_impl.h" | 212 RelativePath="..\filters\audio_renderer_impl.h" |
213 > | 213 > |
214 </File> | 214 </File> |
215 <File | 215 <File |
| 216 RelativePath="..\filters\ffmpeg_common.cc" |
| 217 > |
| 218 </File> |
| 219 <File |
| 220 RelativePath="..\filters\ffmpeg_common.h" |
| 221 > |
| 222 </File> |
| 223 <File |
| 224 RelativePath="..\filters\ffmpeg_glue.cc" |
| 225 > |
| 226 </File> |
| 227 <File |
| 228 RelativePath="..\filters\ffmpeg_glue.h" |
| 229 > |
| 230 </File> |
| 231 <File |
216 RelativePath="..\filters\file_data_source.cc" | 232 RelativePath="..\filters\file_data_source.cc" |
217 > | 233 > |
218 </File> | 234 </File> |
219 <File | 235 <File |
220 RelativePath="..\filters\file_data_source.h" | 236 RelativePath="..\filters\file_data_source.h" |
221 > | 237 > |
222 </File> | 238 </File> |
223 <File | 239 <File |
224 RelativePath="..\filters\video_renderer_base.cc" | 240 RelativePath="..\filters\video_renderer_base.cc" |
225 > | 241 > |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 </File> | 283 </File> |
268 <File | 284 <File |
269 RelativePath="..\audio\win\waveout_output_win.h" | 285 RelativePath="..\audio\win\waveout_output_win.h" |
270 > | 286 > |
271 </File> | 287 </File> |
272 </Filter> | 288 </Filter> |
273 </Files> | 289 </Files> |
274 <Globals> | 290 <Globals> |
275 </Globals> | 291 </Globals> |
276 </VisualStudioProject> | 292 </VisualStudioProject> |
OLD | NEW |