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

mpeg/mp3

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="t264lib" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Static Library" 0x0104
  5. CFG=t264lib - Win32 Debug
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE 
  9. !MESSAGE NMAKE /f "t264lib.mak".
  10. !MESSAGE 
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE 
  14. !MESSAGE NMAKE /f "t264lib.mak" CFG="t264lib - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "t264lib - Win32 Debug" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "t264lib - Win32 Release" (based on "Win32 (x86) Static Library")
  20. !MESSAGE 
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. RSC=rc.exe
  27. !IF  "$(CFG)" == "t264lib - Win32 Debug"
  28. # PROP BASE Use_MFC 0
  29. # PROP BASE Use_Debug_Libraries 1
  30. # PROP BASE Output_Dir "..bin"
  31. # PROP BASE Intermediate_Dir "Debuglib"
  32. # PROP BASE Target_Dir ""
  33. # PROP Use_MFC 0
  34. # PROP Use_Debug_Libraries 1
  35. # PROP Output_Dir "....bin"
  36. # PROP Intermediate_Dir "Debuglib"
  37. # PROP Target_Dir ""
  38. MTL=midl.exe
  39. # ADD BASE MTL /nologo /win32
  40. # ADD MTL /nologo /win32
  41. # ADD BASE CPP /nologo /W3 /Gm /ZI /Od /I "../../common" /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_MBCS" /TC /GZ /c
  42. # ADD CPP /nologo /W3 /Gm /ZI /Od /I "../../common" /I "../../decoder" /I "../../encoder" /I "../../encoder/sse2" /I "../../encoder/plugins" /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_MBCS" /FR /TC /GZ /c
  43. # ADD BASE RSC /l 0x409
  44. # ADD RSC /l 0x409
  45. BSC32=bscmake.exe
  46. # ADD BASE BSC32 /nologo
  47. # ADD BSC32 /nologo
  48. LIB32=link.exe -lib
  49. # ADD BASE LIB32 /nologo /out:"$(OutDir)/t264libd.lib"
  50. # ADD LIB32 /nologo /out:"../bin/t264libd.lib"
  51. !ELSEIF  "$(CFG)" == "t264lib - Win32 Release"
  52. # PROP BASE Use_MFC 0
  53. # PROP BASE Use_Debug_Libraries 0
  54. # PROP BASE Output_Dir "..bin"
  55. # PROP BASE Intermediate_Dir "Releaselib"
  56. # PROP BASE Target_Dir ""
  57. # PROP Use_MFC 0
  58. # PROP Use_Debug_Libraries 0
  59. # PROP Output_Dir "..bin"
  60. # PROP Intermediate_Dir "Releaselib"
  61. # PROP Target_Dir ""
  62. MTL=midl.exe
  63. # ADD BASE MTL /nologo /win32
  64. # ADD MTL /nologo /win32
  65. # ADD BASE CPP /nologo /W3 /Zi /I "../../common" /D "WIN32" /D "NDEBUG" /D "_LIB" /D "_MBCS" /TC /c
  66. # ADD CPP /nologo /W3 /Zi /O2 /Ob2 /I "../../common" /I "../../encoder/plugins" /I "../../encoder" /I "../../encoder/sse2" /I "../../decoder" /D "WIN32" /D "NDEBUG" /D "_LIB" /D "_MBCS" /TC /c
  67. # ADD BASE RSC /l 0x409
  68. # ADD RSC /l 0x409
  69. BSC32=bscmake.exe
  70. # ADD BASE BSC32 /nologo
  71. # ADD BSC32 /nologo
  72. LIB32=link.exe -lib
  73. # ADD BASE LIB32 /nologo /out:"$(OutDir)/t264lib.lib"
  74. # ADD LIB32 /nologo
  75. !ENDIF 
  76. # Begin Target
  77. # Name "t264lib - Win32 Debug"
  78. # Name "t264lib - Win32 Release"
  79. # Begin Group "Source Files"
  80. # PROP Default_Filter "cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  81. # Begin Group "asm"
  82. # PROP Default_Filter "asm"
  83. # Begin Source File
  84. SOURCE=....encodersse2cpu.asm
  85. !IF  "$(CFG)" == "t264lib - Win32 Debug"
  86. # PROP Ignore_Default_Tool 1
  87. # Begin Custom Build
  88. IntDir=.Debuglib
  89. InputPath=....encodersse2cpu.asm
  90. InputName=cpu
  91. "$(IntDir)$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  92. nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
  93. # End Custom Build
  94. !ELSEIF  "$(CFG)" == "t264lib - Win32 Release"
  95. # PROP Ignore_Default_Tool 1
  96. # Begin Custom Build
  97. IntDir=.Releaselib
  98. InputPath=....encodersse2cpu.asm
  99. InputName=cpu
  100. "$(IntDir)$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  101. nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
  102. # End Custom Build
  103. !ENDIF 
  104. # End Source File
  105. # Begin Source File
  106. SOURCE=....encodersse2dct_sse2.asm
  107. !IF  "$(CFG)" == "t264lib - Win32 Debug"
  108. # PROP Ignore_Default_Tool 1
  109. # Begin Custom Build
  110. IntDir=.Debuglib
  111. InputPath=....encodersse2dct_sse2.asm
  112. InputName=dct_sse2
  113. "$(IntDir)$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  114. nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
  115. # End Custom Build
  116. !ELSEIF  "$(CFG)" == "t264lib - Win32 Release"
  117. # PROP Ignore_Default_Tool 1
  118. # Begin Custom Build
  119. IntDir=.Releaselib
  120. InputPath=....encodersse2dct_sse2.asm
  121. InputName=dct_sse2
  122. "$(IntDir)$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  123. nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
  124. # End Custom Build
  125. !ENDIF 
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=....encodersse2interpolate_sse2.asm
  129. !IF  "$(CFG)" == "t264lib - Win32 Debug"
  130. # PROP Ignore_Default_Tool 1
  131. # Begin Custom Build
  132. IntDir=.Debuglib
  133. InputPath=....encodersse2interpolate_sse2.asm
  134. InputName=interpolate_sse2
  135. "$(IntDir)$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  136. nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
  137. # End Custom Build
  138. !ELSEIF  "$(CFG)" == "t264lib - Win32 Release"
  139. # PROP Ignore_Default_Tool 1
  140. # Begin Custom Build
  141. IntDir=.Releaselib
  142. InputPath=....encodersse2interpolate_sse2.asm
  143. InputName=interpolate_sse2
  144. "$(IntDir)$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  145. nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
  146. # End Custom Build
  147. !ENDIF 
  148. # End Source File
  149. # Begin Source File
  150. SOURCE=....encodersse2sad.asm
  151. !IF  "$(CFG)" == "t264lib - Win32 Debug"
  152. # PROP Ignore_Default_Tool 1
  153. # Begin Custom Build
  154. IntDir=.Debuglib
  155. InputPath=....encodersse2sad.asm
  156. InputName=sad
  157. "$(IntDir)$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  158. nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
  159. # End Custom Build
  160. !ELSEIF  "$(CFG)" == "t264lib - Win32 Release"
  161. # PROP Ignore_Default_Tool 1
  162. # Begin Custom Build
  163. IntDir=.Releaselib
  164. InputPath=....encodersse2sad.asm
  165. InputName=sad
  166. "$(IntDir)$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  167. nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
  168. # End Custom Build
  169. !ENDIF 
  170. # End Source File
  171. # Begin Source File
  172. SOURCE=....encodersse2utility_mmx.asm
  173. !IF  "$(CFG)" == "t264lib - Win32 Debug"
  174. # PROP Ignore_Default_Tool 1
  175. # Begin Custom Build
  176. IntDir=.Debuglib
  177. InputPath=....encodersse2utility_mmx.asm
  178. InputName=utility_mmx
  179. "$(IntDir)$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  180. nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
  181. # End Custom Build
  182. !ELSEIF  "$(CFG)" == "t264lib - Win32 Release"
  183. # PROP Ignore_Default_Tool 1
  184. # Begin Custom Build
  185. IntDir=.Releaselib
  186. InputPath=....encodersse2utility_mmx.asm
  187. InputName=utility_mmx
  188. "$(IntDir)$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  189. nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
  190. # End Custom Build
  191. !ENDIF 
  192. # End Source File
  193. # End Group
  194. # Begin Source File
  195. SOURCE=....decoderblock.c
  196. DEP_CPP_BLOCK=
  197. "....commonconfig.h"
  198. "....commonportab.h"
  199. "....commonT264.h"
  200. "....commonutility.h"
  201. "....decoderblock.h"
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=....encodercabac.c
  205. DEP_CPP_CABAC=
  206. "....commonbitstream.h"
  207. "....commoncabac_engine.h"
  208. "....commonconfig.h"
  209. "....commonportab.h"
  210. "....commonT264.h"
  211. "....encoderinter.h"
  212. # End Source File
  213. # Begin Source File
  214. SOURCE=....commoncabac_engine.c
  215. DEP_CPP_CABAC_=
  216. "....commonbitstream.h"
  217. "....commoncabac_engine.h"
  218. "....commonconfig.h"
  219. "....commonportab.h"
  220. "....commonT264.h"
  221. # End Source File
  222. # Begin Source File
  223. SOURCE=....encodercavlc.c
  224. DEP_CPP_CAVLC=
  225. "....commonbitstream.h"
  226. "....commonconfig.h"
  227. "....commonportab.h"
  228. "....commonT264.h"
  229. "....encoderinter.h"
  230. "....encodervlc.h"
  231. # End Source File
  232. # Begin Source File
  233. SOURCE=....commondct.c
  234. DEP_CPP_DCT_C=
  235. "....commonconfig.h"
  236. "....commonportab.h"
  237. "....commonT264.h"
  238. # End Source File
  239. # Begin Source File
  240. SOURCE=....commondeblock.c
  241. DEP_CPP_DEBLO=
  242. "....commonconfig.h"
  243. "....commonportab.h"
  244. "....commonT264.h"
  245. # End Source File
  246. # Begin Source File
  247. SOURCE=....decoderdec_cabac.c
  248. DEP_CPP_DEC_C=
  249. "....commonbitstream.h"
  250. "....commoncabac_engine.h"
  251. "....commonconfig.h"
  252. "....commonportab.h"
  253. "....commonT264.h"
  254. "....commonutility.h"
  255. "....encoderinter.h"
  256. "....encoderinter_b.h"
  257. # End Source File
  258. # Begin Source File
  259. SOURCE=....decoderdec_cavlc.c
  260. DEP_CPP_DEC_CA=
  261. "....commonbitstream.h"
  262. "....commonconfig.h"
  263. "....commonportab.h"
  264. "....commonT264.h"
  265. "....commonutility.h"
  266. "....encodercavlc.h"
  267. "....encoderinter.h"
  268. "....encoderinter_b.h"
  269. # End Source File
  270. # Begin Source File
  271. SOURCE=....encoderestimation.c
  272. DEP_CPP_ESTIM=
  273. "....commonbitstream.h"
  274. "....commonconfig.h"
  275. "....commonportab.h"
  276. "....commonT264.h"
  277. "....encoderestimation.h"
  278. "....encoderinter.h"
  279. # End Source File
  280. # Begin Source File
  281. SOURCE=....encoderinter.c
  282. DEP_CPP_INTER=
  283. "....commonbitstream.h"
  284. "....commonconfig.h"
  285. "....commonportab.h"
  286. "....commonT264.h"
  287. "....commonutility.h"
  288. "....encoderestimation.h"
  289. "....encoderinter.h"
  290. "....encoderinterpolate.h"
  291. "....encoderintra.h"
  292. # End Source File
  293. # Begin Source File
  294. SOURCE=....encoderinter_b.c
  295. DEP_CPP_INTER_=
  296. "....commonbitstream.h"
  297. "....commonconfig.h"
  298. "....commonportab.h"
  299. "....commonT264.h"
  300. "....commonutility.h"
  301. "....decoderblock.h"
  302. "....encoderestimation.h"
  303. "....encoderinter.h"
  304. "....encoderinter_b.h"
  305. "....encoderinterpolate.h"
  306. "....encoderintra.h"
  307. # End Source File
  308. # Begin Source File
  309. SOURCE=....encoderinterpolate.c
  310. DEP_CPP_INTERP=
  311. "....commonbitstream.h"
  312. "....commonconfig.h"
  313. "....commonportab.h"
  314. "....commonT264.h"
  315. "....encoderinterpolate.h"
  316. # End Source File
  317. # Begin Source File
  318. SOURCE=....encoderintra.c
  319. DEP_CPP_INTRA=
  320. "....commonbitstream.h"
  321. "....commonconfig.h"
  322. "....commonportab.h"
  323. "....commonT264.h"
  324. "....commonutility.h"
  325. "....encodercavlc.h"
  326. "....encoderintra.h"
  327. # End Source File
  328. # Begin Source File
  329. SOURCE=....encoderpredict.c
  330. DEP_CPP_PREDI=
  331. "....commonconfig.h"
  332. "....commonportab.h"
  333. "....encoderpredict.h"
  334. # End Source File
  335. # Begin Source File
  336. SOURCE=....encoderpluginsratecontrol.c
  337. DEP_CPP_RATEC=
  338. "....commonconfig.h"
  339. "....commonportab.h"
  340. "....commonT264.h"
  341. "....encoderpluginsratecontrol.h"
  342. # End Source File
  343. # Begin Source File
  344. SOURCE=....encoderrbsp.c
  345. DEP_CPP_RBSP_=
  346. "....commonbitstream.h"
  347. "....commoncabac_engine.h"
  348. "....commonconfig.h"
  349. "....commonportab.h"
  350. "....commonT264.h"
  351. "....encoderrbsp.h"
  352. # End Source File
  353. # Begin Source File
  354. SOURCE=....encoderpluginsstat.c
  355. DEP_CPP_STAT_=
  356. "....commonconfig.h"
  357. "....commondeblock.h"
  358. "....commonportab.h"
  359. "....commonT264.h"
  360. # End Source File
  361. # Begin Source File
  362. SOURCE=....decoderT264dec.c
  363. DEP_CPP_T264D=
  364. "....commonbitstream.h"
  365. "....commoncabac_engine.h"
  366. "....commonconfig.h"
  367. "....commondct.h"
  368. "....commondeblock.h"
  369. "....commonportab.h"
  370. "....commonT264.h"
  371. "....commonutility.h"
  372. "....decoderblock.h"
  373. "....decoderdec_cabac.h"
  374. "....decoderdec_cavlc.h"
  375. "....encoderinter.h"
  376. "....encoderinterpolate.h"
  377. "....encodersse2sse2.h"
  378. # End Source File
  379. # Begin Source File
  380. SOURCE=....encodert264enc.c
  381. DEP_CPP_T264E=
  382. "....commonbitstream.h"
  383. "....commoncabac_engine.h"
  384. "....commonconfig.h"
  385. "....commondct.h"
  386. "....commondeblock.h"
  387. "....commonportab.h"
  388. "....commonT264.h"
  389. "....commonutility.h"
  390. "....encodercabac.h"
  391. "....encodercavlc.h"
  392. "....encoderestimation.h"
  393. "....encoderinter.h"
  394. "....encoderinter_b.h"
  395. "....encoderinterpolate.h"
  396. "....encoderintra.h"
  397. "....encoderpluginsratecontrol.h"
  398. "....encoderpredict.h"
  399. "....encoderrbsp.h"
  400. "....encodersse2sse2.h"
  401. "....encodertypedecision.h"
  402. # End Source File
  403. # Begin Source File
  404. SOURCE=....encodertypedecision.c
  405. DEP_CPP_TYPED=
  406. "....commonbitstream.h"
  407. "....commonconfig.h"
  408. "....commonportab.h"
  409. "....commonT264.h"
  410. "....encoderestimation.h"
  411. "....encodertypedecision.h"
  412. # End Source File
  413. # Begin Source File
  414. SOURCE=....commonutility.c
  415. DEP_CPP_UTILI=
  416. "....commonconfig.h"
  417. "....commonportab.h"
  418. "....commonutility.h"
  419. # End Source File
  420. # End Group
  421. # Begin Group "Header Files"
  422. # PROP Default_Filter "h;hpp;hxx;hm;inl;inc;xsd"
  423. # Begin Source File
  424. SOURCE=....commonbitstream.h
  425. # End Source File
  426. # Begin Source File
  427. SOURCE=....encodercavlc.h
  428. # End Source File
  429. # Begin Source File
  430. SOURCE=....commonconfig.h
  431. # End Source File
  432. # Begin Source File
  433. SOURCE=....commondct.h
  434. # End Source File
  435. # Begin Source File
  436. SOURCE=....commondeblock.h
  437. # End Source File
  438. # Begin Source File
  439. SOURCE=....encoderestimation.h
  440. # End Source File
  441. # Begin Source File
  442. SOURCE=....encoderinter.h
  443. # End Source File
  444. # Begin Source File
  445. SOURCE=....encoderinter_b.h
  446. # End Source File
  447. # Begin Source File
  448. SOURCE=....encoderinterpolate.h
  449. # End Source File
  450. # Begin Source File
  451. SOURCE=....encoderintra.h
  452. # End Source File
  453. # Begin Source File
  454. SOURCE=....commoninttypes.h
  455. # End Source File
  456. # Begin Source File
  457. SOURCE=....commonportab.h
  458. # End Source File
  459. # Begin Source File
  460. SOURCE=....encoderpredict.h
  461. # End Source File
  462. # Begin Source File
  463. SOURCE=....encoderpluginsratecontrol.h
  464. # End Source File
  465. # Begin Source File
  466. SOURCE=....encoderrbsp.h
  467. # End Source File
  468. # Begin Source File
  469. SOURCE=....encoderpluginsstat.h
  470. # End Source File
  471. # Begin Source File
  472. SOURCE=....commonT264.h
  473. # End Source File
  474. # Begin Source File
  475. SOURCE=....commontimer.h
  476. # End Source File
  477. # Begin Source File
  478. SOURCE=....encodertypedecision.h
  479. # End Source File
  480. # Begin Source File
  481. SOURCE=....commonutility.h
  482. # End Source File
  483. # Begin Source File
  484. SOURCE=....encodervlc.h
  485. # End Source File
  486. # End Group
  487. # Begin Group "Resource Files"
  488. # PROP Default_Filter "rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  489. # End Group
  490. # End Target
  491. # End Project