x264.vcproj
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:6k
源码类别:

Audio

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="x264"
  6. ProjectGUID="{F8DB63D2-4B11-4E24-887C-6FE911CEDD17}"
  7. >
  8. <Platforms>
  9. <Platform
  10. Name="Win32"
  11. />
  12. </Platforms>
  13. <ToolFiles>
  14. </ToolFiles>
  15. <Configurations>
  16. <Configuration
  17. Name="Debug|Win32"
  18. OutputDirectory=".obj/x264_Debug"
  19. IntermediateDirectory=".obj/x264_Debug"
  20. ConfigurationType="1"
  21. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC71.vsprops"
  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=".obj/x264_Debug/x264.tlb"
  41. HeaderFileName=""
  42. />
  43. <Tool
  44. Name="VCCLCompilerTool"
  45. Optimization="0"
  46. AdditionalIncludeDirectories="../../common,../../encode,../../decode,../../extras,../.."
  47. PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32;__X264__;HAVE_MMXEXT;HAVE_STDINT_H;_CRT_SECURE_NO_DEPRECATE"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="1"
  50. UsePrecompiledHeader="0"
  51. PrecompiledHeaderFile=".obj/x264_Debug/x264.pch"
  52. AssemblerListingLocation=".obj/x264_Debug/"
  53. ObjectFile=".obj/x264_Debug/"
  54. ProgramDataBaseFileName=".obj/x264_Debug/"
  55. WarningLevel="3"
  56. SuppressStartupBanner="true"
  57. DebugInformationFormat="3"
  58. CompileAs="0"
  59. />
  60. <Tool
  61. Name="VCManagedResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCResourceCompilerTool"
  65. PreprocessorDefinitions="_DEBUG"
  66. Culture="2052"
  67. />
  68. <Tool
  69. Name="VCPreLinkEventTool"
  70. />
  71. <Tool
  72. Name="VCLinkerTool"
  73. OutputFile="bin/x264.exe"
  74. LinkIncremental="1"
  75. SuppressStartupBanner="true"
  76. GenerateDebugInformation="true"
  77. ProgramDatabaseFile=".obj/x264_Debug/x264.pdb"
  78. SubSystem="1"
  79. TargetMachine="1"
  80. />
  81. <Tool
  82. Name="VCALinkTool"
  83. />
  84. <Tool
  85. Name="VCManifestTool"
  86. />
  87. <Tool
  88. Name="VCXDCMakeTool"
  89. />
  90. <Tool
  91. Name="VCBscMakeTool"
  92. />
  93. <Tool
  94. Name="VCFxCopTool"
  95. />
  96. <Tool
  97. Name="VCAppVerifierTool"
  98. />
  99. <Tool
  100. Name="VCWebDeploymentTool"
  101. />
  102. <Tool
  103. Name="VCPostBuildEventTool"
  104. />
  105. </Configuration>
  106. <Configuration
  107. Name="Release|Win32"
  108. OutputDirectory=".obj/x264_Release"
  109. IntermediateDirectory=".obj/x264_Release"
  110. ConfigurationType="1"
  111. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC71.vsprops"
  112. UseOfMFC="0"
  113. ATLMinimizesCRunTimeLibraryUsage="false"
  114. CharacterSet="2"
  115. >
  116. <Tool
  117. Name="VCPreBuildEventTool"
  118. />
  119. <Tool
  120. Name="VCCustomBuildTool"
  121. />
  122. <Tool
  123. Name="VCXMLDataGeneratorTool"
  124. />
  125. <Tool
  126. Name="VCWebServiceProxyGeneratorTool"
  127. />
  128. <Tool
  129. Name="VCMIDLTool"
  130. TypeLibraryName=".obj/x264_Release/x264.tlb"
  131. HeaderFileName=""
  132. />
  133. <Tool
  134. Name="VCCLCompilerTool"
  135. Optimization="2"
  136. InlineFunctionExpansion="1"
  137. AdditionalIncludeDirectories="./common,./encode,./decode,../../extras,../.."
  138. PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32;__X264__;HAVE_MMXEXT;HAVE_STDINT_H;_CRT_SECURE_NO_DEPRECATE"
  139. StringPooling="true"
  140. RuntimeLibrary="0"
  141. EnableFunctionLevelLinking="true"
  142. UsePrecompiledHeader="0"
  143. PrecompiledHeaderFile=".obj/x264_Release/x264.pch"
  144. AssemblerListingLocation=".obj/x264_Release/"
  145. ObjectFile=".obj/x264_Release/"
  146. ProgramDataBaseFileName=".obj/x264_Release/"
  147. WarningLevel="3"
  148. SuppressStartupBanner="true"
  149. CompileAs="0"
  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="bin/x264.exe"
  165. LinkIncremental="1"
  166. SuppressStartupBanner="true"
  167. ProgramDatabaseFile=".obj/x264_Release/x264.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. />
  183. <Tool
  184. Name="VCFxCopTool"
  185. />
  186. <Tool
  187. Name="VCAppVerifierTool"
  188. />
  189. <Tool
  190. Name="VCWebDeploymentTool"
  191. />
  192. <Tool
  193. Name="VCPostBuildEventTool"
  194. />
  195. </Configuration>
  196. </Configurations>
  197. <References>
  198. </References>
  199. <Files>
  200. <File
  201. RelativePath="....matroska.c"
  202. >
  203. <FileConfiguration
  204. Name="Debug|Win32"
  205. >
  206. <Tool
  207. Name="VCCLCompilerTool"
  208. Optimization="0"
  209. AdditionalIncludeDirectories=""
  210. PreprocessorDefinitions=""
  211. BasicRuntimeChecks="3"
  212. />
  213. </FileConfiguration>
  214. <FileConfiguration
  215. Name="Release|Win32"
  216. >
  217. <Tool
  218. Name="VCCLCompilerTool"
  219. Optimization="2"
  220. AdditionalIncludeDirectories=""
  221. PreprocessorDefinitions=""
  222. />
  223. </FileConfiguration>
  224. </File>
  225. <File
  226. RelativePath="....matroska.h"
  227. >
  228. </File>
  229. <File
  230. RelativePath="....x264.c"
  231. >
  232. <FileConfiguration
  233. Name="Debug|Win32"
  234. >
  235. <Tool
  236. Name="VCCLCompilerTool"
  237. Optimization="0"
  238. AdditionalIncludeDirectories=""
  239. PreprocessorDefinitions=""
  240. BasicRuntimeChecks="3"
  241. />
  242. </FileConfiguration>
  243. <FileConfiguration
  244. Name="Release|Win32"
  245. >
  246. <Tool
  247. Name="VCCLCompilerTool"
  248. Optimization="2"
  249. AdditionalIncludeDirectories=""
  250. PreprocessorDefinitions=""
  251. />
  252. </FileConfiguration>
  253. </File>
  254. <File
  255. RelativePath="....x264.h"
  256. >
  257. </File>
  258. </Files>
  259. <Globals>
  260. </Globals>
  261. </VisualStudioProject>