t264lib.vcproj
资源名称:h264src.zip [点击查看]
上传用户:sunbaby
上传日期:2013-05-31
资源大小:242k
文件大小:10k
源码类别:
mpeg/mp3
开发平台:
Visual C++
- <?xml version="1.0" encoding="gb2312"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="t264lib"
- ProjectGUID="{70757007-324B-4331-84AA-AC29103ABC28}"
- Keyword="Win32Proj">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="..bin"
- IntermediateDirectory="Debuglib"
- ConfigurationType="4"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions=""
- Optimization="0"
- AdditionalIncludeDirectories="../../common,../../encoder/plugins,../../encoder,../../encoder/sse2,../../decoder"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="5"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="4"
- CompileAs="1"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- AdditionalOptions=""
- OutputFile="$(OutDir)/t264libd.lib"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="..bin"
- IntermediateDirectory="Releaselib"
- ConfigurationType="4"
- CharacterSet="2"
- WholeProgramOptimization="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions=""
- Optimization="2"
- OptimizeForProcessor="0"
- AdditionalIncludeDirectories="../../common,../../encoder/plugins,../../encoder,../../encoder/sse2,../../decoder"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
- BasicRuntimeChecks="0"
- SmallerTypeCheck="FALSE"
- RuntimeLibrary="4"
- BufferSecurityCheck="FALSE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="3"
- CompileAs="1"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- AdditionalOptions=""
- OutputFile="$(OutDir)/t264lib.lib"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
- <File
- RelativePath="....decoderblock.c">
- </File>
- <File
- RelativePath="....encodercabac.c">
- </File>
- <File
- RelativePath="....commoncabac_engine.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="....encodercavlc.c">
- </File>
- <File
- RelativePath="....commondct.c">
- </File>
- <File
- RelativePath="....commondeblock.c">
- </File>
- <File
- RelativePath="....decoderdec_cabac.c">
- </File>
- <File
- RelativePath="....decoderdec_cavlc.c">
- </File>
- <File
- RelativePath="....encoderestimation.c">
- </File>
- <File
- RelativePath="....encoderinter.c">
- </File>
- <File
- RelativePath="....encoderinter_b.c">
- </File>
- <File
- RelativePath="....encoderinterpolate.c">
- </File>
- <File
- RelativePath="....encoderintra.c">
- </File>
- <File
- RelativePath="....encoderpredict.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="....encoderpluginsratecontrol.c">
- </File>
- <File
- RelativePath="....encoderrbsp.c">
- </File>
- <File
- RelativePath="....encoderpluginsstat.c">
- </File>
- <File
- RelativePath="....decoderT264dec.c">
- </File>
- <File
- RelativePath="....encodert264enc.c">
- </File>
- <File
- RelativePath="....encodertypedecision.c">
- </File>
- <File
- RelativePath="....commonutility.c">
- </File>
- <Filter
- Name="asm"
- Filter="asm">
- <File
- RelativePath="....encodersse2cpu.asm">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
- "
- Outputs="$(IntDir)$(InputName).obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
- "
- Outputs="$(IntDir)$(InputName).obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="....encodersse2dct_sse2.asm">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
- "
- Outputs="$(IntDir)$(InputName).obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
- "
- Outputs="$(IntDir)$(InputName).obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="....encodersse2interpolate_sse2.asm">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
- "
- Outputs="$(IntDir)$(InputName).obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
- "
- Outputs="$(IntDir)$(InputName).obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="....encodersse2sad.asm">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
- "
- Outputs="$(IntDir)$(InputName).obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
- "
- Outputs="$(IntDir)$(InputName).obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="....encodersse2utility_mmx.asm">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
- "
- Outputs="$(IntDir)$(InputName).obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
- "
- Outputs="$(IntDir)$(InputName).obj"/>
- </FileConfiguration>
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
- <File
- RelativePath="....commonbitstream.h">
- </File>
- <File
- RelativePath="....decoderblock.h">
- </File>
- <File
- RelativePath="....encodercabac.h">
- </File>
- <File
- RelativePath="....commoncabac_engine.h">
- </File>
- <File
- RelativePath="....encodercavlc.h">
- </File>
- <File
- RelativePath="....commonconfig.h">
- </File>
- <File
- RelativePath="....commondct.h">
- </File>
- <File
- RelativePath="....commondeblock.h">
- </File>
- <File
- RelativePath="....decoderdec_cabac.h">
- </File>
- <File
- RelativePath="....encoderestimation.h">
- </File>
- <File
- RelativePath="....encoderinter.h">
- </File>
- <File
- RelativePath="....encoderinter_b.h">
- </File>
- <File
- RelativePath="....encoderinterpolate.h">
- </File>
- <File
- RelativePath="....encoderintra.h">
- </File>
- <File
- RelativePath="....commonportab.h">
- </File>
- <File
- RelativePath="....encoderpredict.h">
- </File>
- <File
- RelativePath="....encoderpluginsratecontrol.h">
- </File>
- <File
- RelativePath="....encoderrbsp.h">
- </File>
- <File
- RelativePath="....encoderpluginsstat.h">
- </File>
- <File
- RelativePath="....commonT264.h">
- </File>
- <File
- RelativePath="....commontimer.h">
- </File>
- <File
- RelativePath="....encodertypedecision.h">
- </File>
- <File
- RelativePath="....commonutility.h">
- </File>
- <File
- RelativePath="....encodervlc.h">
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
- UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
- </Filter>
- <File
- RelativePath=".ReadMe.txt">
- </File>
- </Files>
- <Globals>
- </Globals>
- </VisualStudioProject>