t264lib.vcproj
上传用户:sunbaby
上传日期:2013-05-31
资源大小:242k
文件大小:10k
源码类别:

mpeg/mp3

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="t264lib"
  6. ProjectGUID="{70757007-324B-4331-84AA-AC29103ABC28}"
  7. Keyword="Win32Proj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="..bin"
  16. IntermediateDirectory="Debuglib"
  17. ConfigurationType="4"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. AdditionalOptions=""
  22. Optimization="0"
  23. AdditionalIncludeDirectories="../../common,../../encoder/plugins,../../encoder,../../encoder/sse2,../../decoder"
  24. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  25. MinimalRebuild="TRUE"
  26. BasicRuntimeChecks="3"
  27. RuntimeLibrary="5"
  28. UsePrecompiledHeader="0"
  29. WarningLevel="3"
  30. Detect64BitPortabilityProblems="FALSE"
  31. DebugInformationFormat="4"
  32. CompileAs="1"/>
  33. <Tool
  34. Name="VCCustomBuildTool"/>
  35. <Tool
  36. Name="VCLibrarianTool"
  37. AdditionalOptions=""
  38. OutputFile="$(OutDir)/t264libd.lib"/>
  39. <Tool
  40. Name="VCMIDLTool"/>
  41. <Tool
  42. Name="VCPostBuildEventTool"/>
  43. <Tool
  44. Name="VCPreBuildEventTool"/>
  45. <Tool
  46. Name="VCPreLinkEventTool"/>
  47. <Tool
  48. Name="VCResourceCompilerTool"/>
  49. <Tool
  50. Name="VCWebServiceProxyGeneratorTool"/>
  51. <Tool
  52. Name="VCXMLDataGeneratorTool"/>
  53. <Tool
  54. Name="VCManagedWrapperGeneratorTool"/>
  55. <Tool
  56. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  57. </Configuration>
  58. <Configuration
  59. Name="Release|Win32"
  60. OutputDirectory="..bin"
  61. IntermediateDirectory="Releaselib"
  62. ConfigurationType="4"
  63. CharacterSet="2"
  64. WholeProgramOptimization="TRUE">
  65. <Tool
  66. Name="VCCLCompilerTool"
  67. AdditionalOptions=""
  68. Optimization="2"
  69. OptimizeForProcessor="0"
  70. AdditionalIncludeDirectories="../../common,../../encoder/plugins,../../encoder,../../encoder/sse2,../../decoder"
  71. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  72. BasicRuntimeChecks="0"
  73. SmallerTypeCheck="FALSE"
  74. RuntimeLibrary="4"
  75. BufferSecurityCheck="FALSE"
  76. UsePrecompiledHeader="0"
  77. WarningLevel="3"
  78. Detect64BitPortabilityProblems="FALSE"
  79. DebugInformationFormat="3"
  80. CompileAs="1"/>
  81. <Tool
  82. Name="VCCustomBuildTool"/>
  83. <Tool
  84. Name="VCLibrarianTool"
  85. AdditionalOptions=""
  86. OutputFile="$(OutDir)/t264lib.lib"/>
  87. <Tool
  88. Name="VCMIDLTool"/>
  89. <Tool
  90. Name="VCPostBuildEventTool"/>
  91. <Tool
  92. Name="VCPreBuildEventTool"/>
  93. <Tool
  94. Name="VCPreLinkEventTool"/>
  95. <Tool
  96. Name="VCResourceCompilerTool"/>
  97. <Tool
  98. Name="VCWebServiceProxyGeneratorTool"/>
  99. <Tool
  100. Name="VCXMLDataGeneratorTool"/>
  101. <Tool
  102. Name="VCManagedWrapperGeneratorTool"/>
  103. <Tool
  104. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  105. </Configuration>
  106. </Configurations>
  107. <References>
  108. </References>
  109. <Files>
  110. <Filter
  111. Name="Source Files"
  112. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  113. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  114. <File
  115. RelativePath="....decoderblock.c">
  116. </File>
  117. <File
  118. RelativePath="....encodercabac.c">
  119. </File>
  120. <File
  121. RelativePath="....commoncabac_engine.c">
  122. <FileConfiguration
  123. Name="Debug|Win32">
  124. <Tool
  125. Name="VCCLCompilerTool"
  126. AdditionalOptions=""/>
  127. </FileConfiguration>
  128. <FileConfiguration
  129. Name="Release|Win32">
  130. <Tool
  131. Name="VCCLCompilerTool"
  132. AdditionalOptions=""/>
  133. </FileConfiguration>
  134. </File>
  135. <File
  136. RelativePath="....encodercavlc.c">
  137. </File>
  138. <File
  139. RelativePath="....commondct.c">
  140. </File>
  141. <File
  142. RelativePath="....commondeblock.c">
  143. </File>
  144. <File
  145. RelativePath="....decoderdec_cabac.c">
  146. </File>
  147. <File
  148. RelativePath="....decoderdec_cavlc.c">
  149. </File>
  150. <File
  151. RelativePath="....encoderestimation.c">
  152. </File>
  153. <File
  154. RelativePath="....encoderinter.c">
  155. </File>
  156. <File
  157. RelativePath="....encoderinter_b.c">
  158. </File>
  159. <File
  160. RelativePath="....encoderinterpolate.c">
  161. </File>
  162. <File
  163. RelativePath="....encoderintra.c">
  164. </File>
  165. <File
  166. RelativePath="....encoderpredict.c">
  167. <FileConfiguration
  168. Name="Debug|Win32">
  169. <Tool
  170. Name="VCCLCompilerTool"
  171. AdditionalOptions=""/>
  172. </FileConfiguration>
  173. <FileConfiguration
  174. Name="Release|Win32">
  175. <Tool
  176. Name="VCCLCompilerTool"
  177. AdditionalOptions=""/>
  178. </FileConfiguration>
  179. </File>
  180. <File
  181. RelativePath="....encoderpluginsratecontrol.c">
  182. </File>
  183. <File
  184. RelativePath="....encoderrbsp.c">
  185. </File>
  186. <File
  187. RelativePath="....encoderpluginsstat.c">
  188. </File>
  189. <File
  190. RelativePath="....decoderT264dec.c">
  191. </File>
  192. <File
  193. RelativePath="....encodert264enc.c">
  194. </File>
  195. <File
  196. RelativePath="....encodertypedecision.c">
  197. </File>
  198. <File
  199. RelativePath="....commonutility.c">
  200. </File>
  201. <Filter
  202. Name="asm"
  203. Filter="asm">
  204. <File
  205. RelativePath="....encodersse2cpu.asm">
  206. <FileConfiguration
  207. Name="Debug|Win32">
  208. <Tool
  209. Name="VCCustomBuildTool"
  210. CommandLine="nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
  211. "
  212. Outputs="$(IntDir)$(InputName).obj"/>
  213. </FileConfiguration>
  214. <FileConfiguration
  215. Name="Release|Win32">
  216. <Tool
  217. Name="VCCustomBuildTool"
  218. CommandLine="nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
  219. "
  220. Outputs="$(IntDir)$(InputName).obj"/>
  221. </FileConfiguration>
  222. </File>
  223. <File
  224. RelativePath="....encodersse2dct_sse2.asm">
  225. <FileConfiguration
  226. Name="Debug|Win32">
  227. <Tool
  228. Name="VCCustomBuildTool"
  229. CommandLine="nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
  230. "
  231. Outputs="$(IntDir)$(InputName).obj"/>
  232. </FileConfiguration>
  233. <FileConfiguration
  234. Name="Release|Win32">
  235. <Tool
  236. Name="VCCustomBuildTool"
  237. CommandLine="nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
  238. "
  239. Outputs="$(IntDir)$(InputName).obj"/>
  240. </FileConfiguration>
  241. </File>
  242. <File
  243. RelativePath="....encodersse2interpolate_sse2.asm">
  244. <FileConfiguration
  245. Name="Debug|Win32">
  246. <Tool
  247. Name="VCCustomBuildTool"
  248. CommandLine="nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
  249. "
  250. Outputs="$(IntDir)$(InputName).obj"/>
  251. </FileConfiguration>
  252. <FileConfiguration
  253. Name="Release|Win32">
  254. <Tool
  255. Name="VCCustomBuildTool"
  256. CommandLine="nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
  257. "
  258. Outputs="$(IntDir)$(InputName).obj"/>
  259. </FileConfiguration>
  260. </File>
  261. <File
  262. RelativePath="....encodersse2sad.asm">
  263. <FileConfiguration
  264. Name="Debug|Win32">
  265. <Tool
  266. Name="VCCustomBuildTool"
  267. CommandLine="nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
  268. "
  269. Outputs="$(IntDir)$(InputName).obj"/>
  270. </FileConfiguration>
  271. <FileConfiguration
  272. Name="Release|Win32">
  273. <Tool
  274. Name="VCCustomBuildTool"
  275. CommandLine="nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
  276. "
  277. Outputs="$(IntDir)$(InputName).obj"/>
  278. </FileConfiguration>
  279. </File>
  280. <File
  281. RelativePath="....encodersse2utility_mmx.asm">
  282. <FileConfiguration
  283. Name="Debug|Win32">
  284. <Tool
  285. Name="VCCustomBuildTool"
  286. CommandLine="nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
  287. "
  288. Outputs="$(IntDir)$(InputName).obj"/>
  289. </FileConfiguration>
  290. <FileConfiguration
  291. Name="Release|Win32">
  292. <Tool
  293. Name="VCCustomBuildTool"
  294. CommandLine="nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
  295. "
  296. Outputs="$(IntDir)$(InputName).obj"/>
  297. </FileConfiguration>
  298. </File>
  299. </Filter>
  300. </Filter>
  301. <Filter
  302. Name="Header Files"
  303. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  304. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  305. <File
  306. RelativePath="....commonbitstream.h">
  307. </File>
  308. <File
  309. RelativePath="....decoderblock.h">
  310. </File>
  311. <File
  312. RelativePath="....encodercabac.h">
  313. </File>
  314. <File
  315. RelativePath="....commoncabac_engine.h">
  316. </File>
  317. <File
  318. RelativePath="....encodercavlc.h">
  319. </File>
  320. <File
  321. RelativePath="....commonconfig.h">
  322. </File>
  323. <File
  324. RelativePath="....commondct.h">
  325. </File>
  326. <File
  327. RelativePath="....commondeblock.h">
  328. </File>
  329. <File
  330. RelativePath="....decoderdec_cabac.h">
  331. </File>
  332. <File
  333. RelativePath="....encoderestimation.h">
  334. </File>
  335. <File
  336. RelativePath="....encoderinter.h">
  337. </File>
  338. <File
  339. RelativePath="....encoderinter_b.h">
  340. </File>
  341. <File
  342. RelativePath="....encoderinterpolate.h">
  343. </File>
  344. <File
  345. RelativePath="....encoderintra.h">
  346. </File>
  347. <File
  348. RelativePath="....commonportab.h">
  349. </File>
  350. <File
  351. RelativePath="....encoderpredict.h">
  352. </File>
  353. <File
  354. RelativePath="....encoderpluginsratecontrol.h">
  355. </File>
  356. <File
  357. RelativePath="....encoderrbsp.h">
  358. </File>
  359. <File
  360. RelativePath="....encoderpluginsstat.h">
  361. </File>
  362. <File
  363. RelativePath="....commonT264.h">
  364. </File>
  365. <File
  366. RelativePath="....commontimer.h">
  367. </File>
  368. <File
  369. RelativePath="....encodertypedecision.h">
  370. </File>
  371. <File
  372. RelativePath="....commonutility.h">
  373. </File>
  374. <File
  375. RelativePath="....encodervlc.h">
  376. </File>
  377. </Filter>
  378. <Filter
  379. Name="Resource Files"
  380. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  381. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  382. </Filter>
  383. <File
  384. RelativePath=".ReadMe.txt">
  385. </File>
  386. </Files>
  387. <Globals>
  388. </Globals>
  389. </VisualStudioProject>