h264.vcproj
资源名称:X264CODEC.rar [点击查看]
上传用户:lctgjx
上传日期:2022-06-04
资源大小:8887k
文件大小:8k
源码类别:
流媒体/Mpeg4/MP4
开发平台:
Visual C++
- <?xml version="1.0" encoding="gb2312"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="X264DECODE"
- ProjectGUID="{7472527E-DEC3-4FA8-9C30-A346B4A9FF6D}"
- RootNamespace="X264DECODE"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="bin"
- IntermediateDirectory="obj"
- ConfigurationType="1"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName=".Debug/h264.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=".inc"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- PrecompiledHeaderFile=""
- AssemblerListingLocation=""
- ObjectFile="$(IntDir)"
- ProgramDataBaseFileName="$(IntDir)vc80.pdb"
- BrowseInformation="0"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2052"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- OutputFile="$(OutDir)$(ProjectName).exe"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- SubSystem="1"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile="$(OutDir)/$(ProjectName).bsc"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".Release"
- IntermediateDirectory=".Release"
- ConfigurationType="1"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName=".Release/h264.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="1"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
- StringPooling="true"
- RuntimeLibrary="0"
- EnableFunctionLevelLinking="true"
- PrecompiledHeaderFile=".Release/h264.pch"
- AssemblerListingLocation=".Release/"
- ObjectFile=".Release/"
- ProgramDataBaseFileName=".Release/"
- WarningLevel="3"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2052"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- OutputFile=".Release/h264.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- ProgramDatabaseFile=".Release/h264.pdb"
- SubSystem="1"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile=".Release/h264.bsc"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="inc"
- >
- <File
- RelativePath=".incavcodec.h"
- >
- </File>
- <File
- RelativePath=".incavutil.h"
- >
- </File>
- <File
- RelativePath=".incbitstream.h"
- >
- </File>
- <File
- RelativePath=".incbswap.h"
- >
- </File>
- <File
- RelativePath=".inccabac.h"
- >
- </File>
- <File
- RelativePath=".inccolorspace.h"
- >
- </File>
- <File
- RelativePath=".inccommon.h"
- >
- </File>
- <File
- RelativePath=".inccrc.h"
- >
- </File>
- <File
- RelativePath=".incdefine.h"
- >
- </File>
- <File
- RelativePath=".incdsputil.h"
- >
- </File>
- <File
- RelativePath=".inceval.h"
- >
- </File>
- <File
- RelativePath=".incfaandct.h"
- >
- </File>
- <File
- RelativePath=".incgolomb.h"
- >
- </File>
- <File
- RelativePath=".inch264.h"
- >
- </File>
- <File
- RelativePath=".inch264_parser.h"
- >
- </File>
- <File
- RelativePath=".inch264data.h"
- >
- </File>
- <File
- RelativePath=".inch264pred.h"
- >
- </File>
- <File
- RelativePath=".incimgconvert.h"
- >
- </File>
- <File
- RelativePath=".incinteger.h"
- >
- </File>
- <File
- RelativePath=".incinternal.h"
- >
- </File>
- <File
- RelativePath=".incintfloat_readwrite.h"
- >
- </File>
- <File
- RelativePath=".incintreadwrite.h"
- >
- </File>
- <File
- RelativePath=".inclog.h"
- >
- </File>
- <File
- RelativePath=".incmathematics.h"
- >
- </File>
- <File
- RelativePath=".incmem.h"
- >
- </File>
- <File
- RelativePath=".incmjpegenc.h"
- >
- </File>
- <File
- RelativePath=".incmpeg12data.h"
- >
- </File>
- <File
- RelativePath=".incmpegvideo.h"
- >
- </File>
- <File
- RelativePath=".incmpegvideo_common.h"
- >
- </File>
- <File
- RelativePath=".incmsmpeg4.h"
- >
- </File>
- <File
- RelativePath=".incopt.h"
- >
- </File>
- <File
- RelativePath=".incparser.h"
- >
- </File>
- <File
- RelativePath=".incratecontrol.h"
- >
- </File>
- <File
- RelativePath=".incrational.h"
- >
- </File>
- <File
- RelativePath=".increctangle.h"
- >
- </File>
- <File
- RelativePath=".incrl.h"
- >
- </File>
- <File
- RelativePath=".incsimple_idct.h"
- >
- </File>
- <File
- RelativePath=".incx86_cpu.h"
- >
- </File>
- </Filter>
- <Filter
- Name="src"
- >
- <File
- RelativePath=".srcallcodecs.c"
- >
- </File>
- <File
- RelativePath=".srcbitstream.c"
- >
- </File>
- <File
- RelativePath=".srccabac.c"
- >
- </File>
- <File
- RelativePath=".srcdsputil.c"
- >
- </File>
- <File
- RelativePath=".srcerror_resilience.c"
- >
- </File>
- <File
- RelativePath=".srcgolomb.c"
- >
- </File>
- <File
- RelativePath=".srch264.c"
- >
- </File>
- <File
- RelativePath=".srch264_parser.c"
- >
- </File>
- <File
- RelativePath=".srch264idct.c"
- >
- </File>
- <File
- RelativePath=".srch264pred.c"
- >
- </File>
- <File
- RelativePath=".srcimgconvert.c"
- >
- </File>
- <File
- RelativePath=".srcjrevdct.c"
- >
- </File>
- <File
- RelativePath=".srclog.c"
- >
- </File>
- <File
- RelativePath=".srcmain.c"
- >
- </File>
- <File
- RelativePath=".srcmem.c"
- >
- </File>
- <File
- RelativePath=".srcmpegvideo.c"
- >
- </File>
- <File
- RelativePath=".srcopt.c"
- >
- </File>
- <File
- RelativePath=".srcparser.c"
- >
- </File>
- <File
- RelativePath=".srcrational.c"
- >
- </File>
- <File
- RelativePath=".srcsimple_idct.c"
- >
- </File>
- <File
- RelativePath=".srcsvq3.c"
- >
- </File>
- <File
- RelativePath=".srcutils.c"
- >
- </File>
- <File
- RelativePath=".srcvp3dsp.c"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
- </VisualStudioProject>