diff options
Diffstat (limited to 'third_party/ffmpeg/ffmpeg.vcproj')
-rw-r--r-- | third_party/ffmpeg/ffmpeg.vcproj | 196 |
1 files changed, 0 insertions, 196 deletions
diff --git a/third_party/ffmpeg/ffmpeg.vcproj b/third_party/ffmpeg/ffmpeg.vcproj deleted file mode 100644 index 189b977..0000000 --- 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> |