Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(286)

Unified Diff: third_party/ffmpeg/ffmpeg.vcproj

Issue 63054: Convert /third_party/ffmpeg to gyp and a python build script. (Closed)
Patch Set: Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/ffmpeg/ffmpeg.gyp ('k') | third_party/ffmpeg/generate_libs.bat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ffmpeg/ffmpeg.vcproj
diff --git a/third_party/ffmpeg/ffmpeg.vcproj b/third_party/ffmpeg/ffmpeg.vcproj
deleted file mode 100644
index 189b97704d086641d9f8e2c1a922102890d52ea1..0000000000000000000000000000000000000000
--- a/third_party/ffmpeg/ffmpeg.vcproj
+++ /dev/null
@@ -1,196 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="ffmpeg"
- ProjectGUID="{D7A94F58-576A-45D9-A45F-EB87C63ABBB0}"
- RootNamespace="ffmpeg"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- <ToolFile
- RelativePath="generate_libs.rules"
- />
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="10"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- ConfigurationType="10"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="include"
- >
- <Filter
- Name="libavcodec"
- >
- <File
- RelativePath=".\include\libavcodec\avcodec.h"
- >
- </File>
- <File
- RelativePath=".\include\libavcodec\opt.h"
- >
- </File>
- <File
- RelativePath=".\include\libavcodec\vdpau.h"
- >
- </File>
- </Filter>
- <Filter
- Name="libavformat"
- >
- <File
- RelativePath=".\include\libavformat\avformat.h"
- >
- </File>
- <File
- RelativePath=".\include\libavformat\avio.h"
- >
- </File>
- <File
- RelativePath=".\include\libavformat\rtsp.h"
- >
- </File>
- <File
- RelativePath=".\include\libavformat\rtspcodes.h"
- >
- </File>
- </Filter>
- <Filter
- Name="libavdevice"
- >
- <File
- RelativePath=".\include\libavdevice\avdevice.h"
- >
- </File>
- </Filter>
- <Filter
- Name="libavutil"
- >
- <File
- RelativePath=".\include\libavutil\adler32.h"
- >
- </File>
- <File
- RelativePath=".\include\libavutil\avstring.h"
- >
- </File>
- <File
- RelativePath=".\include\libavutil\avutil.h"
- >
- </File>
- <File
- RelativePath=".\include\libavutil\base64.h"
- >
- </File>
- <File
- RelativePath=".\include\libavutil\common.h"
- >
- </File>
- <File
- RelativePath=".\include\libavutil\crc.h"
- >
- </File>
- <File
- RelativePath=".\include\libavutil\fifo.h"
- >
- </File>
- <File
- RelativePath=".\include\libavutil\intfloat_readwrite.h"
- >
- </File>
- <File
- RelativePath=".\include\libavutil\log.h"
- >
- </File>
- <File
- RelativePath=".\include\libavutil\lzo.h"
- >
- </File>
- <File
- RelativePath=".\include\libavutil\mathematics.h"
- >
- </File>
- <File
- RelativePath=".\include\libavutil\md5.h"
- >
- </File>
- <File
- RelativePath=".\include\libavutil\mem.h"
- >
- </File>
- <File
- RelativePath=".\include\libavutil\random.h"
- >
- </File>
- <File
- RelativePath=".\include\libavutil\rational.h"
- >
- </File>
- <File
- RelativePath=".\include\libavutil\sha1.h"
- >
- </File>
- </Filter>
- </Filter>
- <File
- RelativePath=".\avcodec-52.def"
- >
- </File>
- <File
- RelativePath=".\avformat-52.def"
- >
- </File>
- <File
- RelativePath=".\avutil-50.def"
- >
- </File>
- <File
- RelativePath=".\generate_libs.bat"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
« no previous file with comments | « third_party/ffmpeg/ffmpeg.gyp ('k') | third_party/ffmpeg/generate_libs.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698