h264.vcproj
上传用户:lctgjx
上传日期:2022-06-04
资源大小:8887k
文件大小:8k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="X264DECODE"
  6. ProjectGUID="{7472527E-DEC3-4FA8-9C30-A346B4A9FF6D}"
  7. RootNamespace="X264DECODE"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Debug|Win32"
  19. OutputDirectory="bin"
  20. IntermediateDirectory="obj"
  21. ConfigurationType="1"
  22. UseOfMFC="0"
  23. ATLMinimizesCRunTimeLibraryUsage="false"
  24. CharacterSet="2"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. TypeLibraryName=".Debug/h264.tlb"
  41. HeaderFileName=""
  42. />
  43. <Tool
  44. Name="VCCLCompilerTool"
  45. Optimization="0"
  46. AdditionalIncludeDirectories=".inc"
  47. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  48. MinimalRebuild="true"
  49. BasicRuntimeChecks="3"
  50. RuntimeLibrary="1"
  51. PrecompiledHeaderFile=""
  52. AssemblerListingLocation=""
  53. ObjectFile="$(IntDir)"
  54. ProgramDataBaseFileName="$(IntDir)vc80.pdb"
  55. BrowseInformation="0"
  56. WarningLevel="3"
  57. SuppressStartupBanner="true"
  58. Detect64BitPortabilityProblems="true"
  59. DebugInformationFormat="4"
  60. />
  61. <Tool
  62. Name="VCManagedResourceCompilerTool"
  63. />
  64. <Tool
  65. Name="VCResourceCompilerTool"
  66. PreprocessorDefinitions="_DEBUG"
  67. Culture="2052"
  68. />
  69. <Tool
  70. Name="VCPreLinkEventTool"
  71. />
  72. <Tool
  73. Name="VCLinkerTool"
  74. OutputFile="$(OutDir)$(ProjectName).exe"
  75. LinkIncremental="2"
  76. SuppressStartupBanner="true"
  77. GenerateDebugInformation="true"
  78. ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
  79. SubSystem="1"
  80. TargetMachine="1"
  81. />
  82. <Tool
  83. Name="VCALinkTool"
  84. />
  85. <Tool
  86. Name="VCManifestTool"
  87. />
  88. <Tool
  89. Name="VCXDCMakeTool"
  90. />
  91. <Tool
  92. Name="VCBscMakeTool"
  93. SuppressStartupBanner="true"
  94. OutputFile="$(OutDir)/$(ProjectName).bsc"
  95. />
  96. <Tool
  97. Name="VCFxCopTool"
  98. />
  99. <Tool
  100. Name="VCAppVerifierTool"
  101. />
  102. <Tool
  103. Name="VCWebDeploymentTool"
  104. />
  105. <Tool
  106. Name="VCPostBuildEventTool"
  107. />
  108. </Configuration>
  109. <Configuration
  110. Name="Release|Win32"
  111. OutputDirectory=".Release"
  112. IntermediateDirectory=".Release"
  113. ConfigurationType="1"
  114. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
  115. UseOfMFC="0"
  116. ATLMinimizesCRunTimeLibraryUsage="false"
  117. CharacterSet="2"
  118. >
  119. <Tool
  120. Name="VCPreBuildEventTool"
  121. />
  122. <Tool
  123. Name="VCCustomBuildTool"
  124. />
  125. <Tool
  126. Name="VCXMLDataGeneratorTool"
  127. />
  128. <Tool
  129. Name="VCWebServiceProxyGeneratorTool"
  130. />
  131. <Tool
  132. Name="VCMIDLTool"
  133. TypeLibraryName=".Release/h264.tlb"
  134. HeaderFileName=""
  135. />
  136. <Tool
  137. Name="VCCLCompilerTool"
  138. Optimization="2"
  139. InlineFunctionExpansion="1"
  140. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  141. StringPooling="true"
  142. RuntimeLibrary="0"
  143. EnableFunctionLevelLinking="true"
  144. PrecompiledHeaderFile=".Release/h264.pch"
  145. AssemblerListingLocation=".Release/"
  146. ObjectFile=".Release/"
  147. ProgramDataBaseFileName=".Release/"
  148. WarningLevel="3"
  149. SuppressStartupBanner="true"
  150. />
  151. <Tool
  152. Name="VCManagedResourceCompilerTool"
  153. />
  154. <Tool
  155. Name="VCResourceCompilerTool"
  156. PreprocessorDefinitions="NDEBUG"
  157. Culture="2052"
  158. />
  159. <Tool
  160. Name="VCPreLinkEventTool"
  161. />
  162. <Tool
  163. Name="VCLinkerTool"
  164. OutputFile=".Release/h264.exe"
  165. LinkIncremental="1"
  166. SuppressStartupBanner="true"
  167. ProgramDatabaseFile=".Release/h264.pdb"
  168. SubSystem="1"
  169. TargetMachine="1"
  170. />
  171. <Tool
  172. Name="VCALinkTool"
  173. />
  174. <Tool
  175. Name="VCManifestTool"
  176. />
  177. <Tool
  178. Name="VCXDCMakeTool"
  179. />
  180. <Tool
  181. Name="VCBscMakeTool"
  182. SuppressStartupBanner="true"
  183. OutputFile=".Release/h264.bsc"
  184. />
  185. <Tool
  186. Name="VCFxCopTool"
  187. />
  188. <Tool
  189. Name="VCAppVerifierTool"
  190. />
  191. <Tool
  192. Name="VCWebDeploymentTool"
  193. />
  194. <Tool
  195. Name="VCPostBuildEventTool"
  196. />
  197. </Configuration>
  198. </Configurations>
  199. <References>
  200. </References>
  201. <Files>
  202. <Filter
  203. Name="inc"
  204. >
  205. <File
  206. RelativePath=".incavcodec.h"
  207. >
  208. </File>
  209. <File
  210. RelativePath=".incavutil.h"
  211. >
  212. </File>
  213. <File
  214. RelativePath=".incbitstream.h"
  215. >
  216. </File>
  217. <File
  218. RelativePath=".incbswap.h"
  219. >
  220. </File>
  221. <File
  222. RelativePath=".inccabac.h"
  223. >
  224. </File>
  225. <File
  226. RelativePath=".inccolorspace.h"
  227. >
  228. </File>
  229. <File
  230. RelativePath=".inccommon.h"
  231. >
  232. </File>
  233. <File
  234. RelativePath=".inccrc.h"
  235. >
  236. </File>
  237. <File
  238. RelativePath=".incdefine.h"
  239. >
  240. </File>
  241. <File
  242. RelativePath=".incdsputil.h"
  243. >
  244. </File>
  245. <File
  246. RelativePath=".inceval.h"
  247. >
  248. </File>
  249. <File
  250. RelativePath=".incfaandct.h"
  251. >
  252. </File>
  253. <File
  254. RelativePath=".incgolomb.h"
  255. >
  256. </File>
  257. <File
  258. RelativePath=".inch264.h"
  259. >
  260. </File>
  261. <File
  262. RelativePath=".inch264_parser.h"
  263. >
  264. </File>
  265. <File
  266. RelativePath=".inch264data.h"
  267. >
  268. </File>
  269. <File
  270. RelativePath=".inch264pred.h"
  271. >
  272. </File>
  273. <File
  274. RelativePath=".incimgconvert.h"
  275. >
  276. </File>
  277. <File
  278. RelativePath=".incinteger.h"
  279. >
  280. </File>
  281. <File
  282. RelativePath=".incinternal.h"
  283. >
  284. </File>
  285. <File
  286. RelativePath=".incintfloat_readwrite.h"
  287. >
  288. </File>
  289. <File
  290. RelativePath=".incintreadwrite.h"
  291. >
  292. </File>
  293. <File
  294. RelativePath=".inclog.h"
  295. >
  296. </File>
  297. <File
  298. RelativePath=".incmathematics.h"
  299. >
  300. </File>
  301. <File
  302. RelativePath=".incmem.h"
  303. >
  304. </File>
  305. <File
  306. RelativePath=".incmjpegenc.h"
  307. >
  308. </File>
  309. <File
  310. RelativePath=".incmpeg12data.h"
  311. >
  312. </File>
  313. <File
  314. RelativePath=".incmpegvideo.h"
  315. >
  316. </File>
  317. <File
  318. RelativePath=".incmpegvideo_common.h"
  319. >
  320. </File>
  321. <File
  322. RelativePath=".incmsmpeg4.h"
  323. >
  324. </File>
  325. <File
  326. RelativePath=".incopt.h"
  327. >
  328. </File>
  329. <File
  330. RelativePath=".incparser.h"
  331. >
  332. </File>
  333. <File
  334. RelativePath=".incratecontrol.h"
  335. >
  336. </File>
  337. <File
  338. RelativePath=".incrational.h"
  339. >
  340. </File>
  341. <File
  342. RelativePath=".increctangle.h"
  343. >
  344. </File>
  345. <File
  346. RelativePath=".incrl.h"
  347. >
  348. </File>
  349. <File
  350. RelativePath=".incsimple_idct.h"
  351. >
  352. </File>
  353. <File
  354. RelativePath=".incx86_cpu.h"
  355. >
  356. </File>
  357. </Filter>
  358. <Filter
  359. Name="src"
  360. >
  361. <File
  362. RelativePath=".srcallcodecs.c"
  363. >
  364. </File>
  365. <File
  366. RelativePath=".srcbitstream.c"
  367. >
  368. </File>
  369. <File
  370. RelativePath=".srccabac.c"
  371. >
  372. </File>
  373. <File
  374. RelativePath=".srcdsputil.c"
  375. >
  376. </File>
  377. <File
  378. RelativePath=".srcerror_resilience.c"
  379. >
  380. </File>
  381. <File
  382. RelativePath=".srcgolomb.c"
  383. >
  384. </File>
  385. <File
  386. RelativePath=".srch264.c"
  387. >
  388. </File>
  389. <File
  390. RelativePath=".srch264_parser.c"
  391. >
  392. </File>
  393. <File
  394. RelativePath=".srch264idct.c"
  395. >
  396. </File>
  397. <File
  398. RelativePath=".srch264pred.c"
  399. >
  400. </File>
  401. <File
  402. RelativePath=".srcimgconvert.c"
  403. >
  404. </File>
  405. <File
  406. RelativePath=".srcjrevdct.c"
  407. >
  408. </File>
  409. <File
  410. RelativePath=".srclog.c"
  411. >
  412. </File>
  413. <File
  414. RelativePath=".srcmain.c"
  415. >
  416. </File>
  417. <File
  418. RelativePath=".srcmem.c"
  419. >
  420. </File>
  421. <File
  422. RelativePath=".srcmpegvideo.c"
  423. >
  424. </File>
  425. <File
  426. RelativePath=".srcopt.c"
  427. >
  428. </File>
  429. <File
  430. RelativePath=".srcparser.c"
  431. >
  432. </File>
  433. <File
  434. RelativePath=".srcrational.c"
  435. >
  436. </File>
  437. <File
  438. RelativePath=".srcsimple_idct.c"
  439. >
  440. </File>
  441. <File
  442. RelativePath=".srcsvq3.c"
  443. >
  444. </File>
  445. <File
  446. RelativePath=".srcutils.c"
  447. >
  448. </File>
  449. <File
  450. RelativePath=".srcvp3dsp.c"
  451. >
  452. </File>
  453. </Filter>
  454. </Files>
  455. <Globals>
  456. </Globals>
  457. </VisualStudioProject>