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

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="X264ENCODE"
  6. ProjectGUID="{ECEA081A-35F1-4D0B-B921-2EF824A3B86A}"
  7. RootNamespace="X264Lib"
  8. Keyword="Win32Proj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="bin"
  21. IntermediateDirectory="obj"
  22. ConfigurationType="1"
  23. CharacterSet="1"
  24. BuildLogFile="$(IntDir)BuildLog.htm"
  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. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="0"
  44. AdditionalIncludeDirectories="../common;../extras;../"
  45. PreprocessorDefinitions="_DEBUG;_LIB;WIN32;__X264__;ARCH_X86;HAVE_STDINT_H;VISUALIZE"
  46. MinimalRebuild="false"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. UsePrecompiledHeader="0"
  50. PrecompiledHeaderFile=".obj/x264_Debug/x264.pch"
  51. WarningLevel="3"
  52. Detect64BitPortabilityProblems="false"
  53. DebugInformationFormat="3"
  54. CompileAs="0"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. />
  62. <Tool
  63. Name="VCPreLinkEventTool"
  64. />
  65. <Tool
  66. Name="VCLinkerTool"
  67. AdditionalDependencies="vfw32.lib winmm.lib libX11.lib"
  68. OutputFile="bin/X264ENCODE.exe"
  69. LinkIncremental="1"
  70. IgnoreDefaultLibraryNames="LIBCMTD.lib"
  71. GenerateDebugInformation="true"
  72. SubSystem="1"
  73. TargetMachine="1"
  74. />
  75. <Tool
  76. Name="VCALinkTool"
  77. />
  78. <Tool
  79. Name="VCManifestTool"
  80. />
  81. <Tool
  82. Name="VCXDCMakeTool"
  83. />
  84. <Tool
  85. Name="VCBscMakeTool"
  86. />
  87. <Tool
  88. Name="VCFxCopTool"
  89. />
  90. <Tool
  91. Name="VCAppVerifierTool"
  92. />
  93. <Tool
  94. Name="VCWebDeploymentTool"
  95. />
  96. <Tool
  97. Name="VCPostBuildEventTool"
  98. />
  99. </Configuration>
  100. <Configuration
  101. Name="Release|Win32"
  102. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  103. IntermediateDirectory="$(ConfigurationName)"
  104. ConfigurationType="1"
  105. CharacterSet="1"
  106. WholeProgramOptimization="1"
  107. >
  108. <Tool
  109. Name="VCPreBuildEventTool"
  110. />
  111. <Tool
  112. Name="VCCustomBuildTool"
  113. />
  114. <Tool
  115. Name="VCXMLDataGeneratorTool"
  116. />
  117. <Tool
  118. Name="VCWebServiceProxyGeneratorTool"
  119. />
  120. <Tool
  121. Name="VCMIDLTool"
  122. />
  123. <Tool
  124. Name="VCCLCompilerTool"
  125. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  126. RuntimeLibrary="2"
  127. UsePrecompiledHeader="0"
  128. WarningLevel="3"
  129. Detect64BitPortabilityProblems="true"
  130. DebugInformationFormat="3"
  131. />
  132. <Tool
  133. Name="VCManagedResourceCompilerTool"
  134. />
  135. <Tool
  136. Name="VCResourceCompilerTool"
  137. />
  138. <Tool
  139. Name="VCPreLinkEventTool"
  140. />
  141. <Tool
  142. Name="VCLinkerTool"
  143. LinkIncremental="1"
  144. GenerateDebugInformation="true"
  145. SubSystem="1"
  146. OptimizeReferences="2"
  147. EnableCOMDATFolding="2"
  148. TargetMachine="1"
  149. />
  150. <Tool
  151. Name="VCALinkTool"
  152. />
  153. <Tool
  154. Name="VCManifestTool"
  155. />
  156. <Tool
  157. Name="VCXDCMakeTool"
  158. />
  159. <Tool
  160. Name="VCBscMakeTool"
  161. />
  162. <Tool
  163. Name="VCFxCopTool"
  164. />
  165. <Tool
  166. Name="VCAppVerifierTool"
  167. />
  168. <Tool
  169. Name="VCWebDeploymentTool"
  170. />
  171. <Tool
  172. Name="VCPostBuildEventTool"
  173. />
  174. </Configuration>
  175. </Configurations>
  176. <References>
  177. </References>
  178. <Files>
  179. <Filter
  180. Name="Source Files"
  181. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  182. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  183. >
  184. <File
  185. RelativePath="..matroska.c"
  186. >
  187. <FileConfiguration
  188. Name="Debug|Win32"
  189. >
  190. <Tool
  191. Name="VCCLCompilerTool"
  192. AssemblerListingLocation=".obj/x264_Debug/"
  193. ObjectFile=".obj/x264_Debug/"
  194. ProgramDataBaseFileName=".obj/x264_Debug/"
  195. />
  196. </FileConfiguration>
  197. </File>
  198. <File
  199. RelativePath="..muxers.c"
  200. >
  201. <FileConfiguration
  202. Name="Debug|Win32"
  203. >
  204. <Tool
  205. Name="VCCLCompilerTool"
  206. AssemblerListingLocation=".obj/x264_Debug/"
  207. ObjectFile=".obj/x264_Debug/"
  208. ProgramDataBaseFileName=".obj/x264_Debug/"
  209. />
  210. </FileConfiguration>
  211. </File>
  212. <File
  213. RelativePath="..x264.c"
  214. >
  215. <FileConfiguration
  216. Name="Debug|Win32"
  217. >
  218. <Tool
  219. Name="VCCLCompilerTool"
  220. AssemblerListingLocation=".obj/x264_Debug/"
  221. ObjectFile=".obj/x264_Debug/"
  222. ProgramDataBaseFileName=".obj/x264_Debug/"
  223. />
  224. </FileConfiguration>
  225. </File>
  226. </Filter>
  227. <Filter
  228. Name="Header Files"
  229. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  230. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  231. >
  232. <File
  233. RelativePath="..matroska.h"
  234. >
  235. </File>
  236. <File
  237. RelativePath="..muxers.h"
  238. >
  239. </File>
  240. <File
  241. RelativePath="..x264.h"
  242. >
  243. </File>
  244. </Filter>
  245. </Files>
  246. <Globals>
  247. </Globals>
  248. </VisualStudioProject>