sample_con.dsp
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:20k
源码类别:

Windows CE

开发平台:

C/C++

  1. # Microsoft Developer Studio Project File - Name="sample_con" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5. CFG=sample_con - 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 "sample_con.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 "sample_con.mak" CFG="sample_con - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "sample_con - Win32 Release" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "sample_con - Win32 Debug" (based on "Win32 (x86) Console Application")
  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)" == "sample_con - Win32 Release"
  28. # PROP BASE Use_MFC 0
  29. # PROP BASE Use_Debug_Libraries 0
  30. # PROP BASE Output_Dir "Release"
  31. # PROP BASE Intermediate_Dir "Release"
  32. # PROP BASE Target_Dir ""
  33. # PROP Use_MFC 0
  34. # PROP Use_Debug_Libraries 0
  35. # PROP Output_Dir "Release"
  36. # PROP Intermediate_Dir "Release"
  37. # PROP Ignore_Export_Lib 0
  38. # PROP Target_Dir ""
  39. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  40. # ADD CPP /nologo /W3 /GX /Zd /O2 /I "../ffmpeg/libavutil" /D "NDEBUG" /D "ASO_INTERLEAVE1" /D "TCPMP" /D "EMULATE_INTTYPES" /D inline=__inline /D "NO_LANG" /D "NO_PLUGINS" /D "LC_ONLY_DECODER" /D "FIXED_POINT" /D "COMMON_EXPORTS" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  41. # ADD BASE RSC /l 0x40e /d "NDEBUG"
  42. # ADD RSC /l 0x40e /d "NDEBUG"
  43. BSC32=bscmake.exe
  44. # ADD BASE BSC32 /nologo
  45. # ADD BSC32 /nologo
  46. LINK32=link.exe
  47. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
  48. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib winmm.lib /nologo /subsystem:console /debug /machine:I386 /out:"../release/sample_con.exe"
  49. !ELSEIF  "$(CFG)" == "sample_con - Win32 Debug"
  50. # PROP BASE Use_MFC 0
  51. # PROP BASE Use_Debug_Libraries 1
  52. # PROP BASE Output_Dir "sample_con___Win32_Debug"
  53. # PROP BASE Intermediate_Dir "sample_con___Win32_Debug"
  54. # PROP BASE Target_Dir ""
  55. # PROP Use_MFC 0
  56. # PROP Use_Debug_Libraries 1
  57. # PROP Output_Dir "Debug"
  58. # PROP Intermediate_Dir "Debug"
  59. # PROP Ignore_Export_Lib 0
  60. # PROP Target_Dir ""
  61. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
  62. # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "../ffmpeg/libavutil" /D "_DEBUG" /D "TCPMP" /D "EMULATE_INTTYPES" /D inline=__inline /D "NO_LANG" /D "NO_PLUGINS" /D "LC_ONLY_DECODER" /D "FIXED_POINT" /D "COMMON_EXPORTS" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
  63. # ADD BASE RSC /l 0x40e /d "_DEBUG"
  64. # ADD RSC /l 0x40e /d "_DEBUG"
  65. BSC32=bscmake.exe
  66. # ADD BASE BSC32 /nologo
  67. # ADD BSC32 /nologo
  68. LINK32=link.exe
  69. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
  70. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib winmm.lib /nologo /subsystem:console /debug /machine:I386 /out:"../debug/sample_con.exe" /pdbtype:sept
  71. !ENDIF 
  72. # Begin Target
  73. # Name "sample_con - Win32 Release"
  74. # Name "sample_con - Win32 Debug"
  75. # Begin Group "Source Files"
  76. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  77. # Begin Group "Common"
  78. # PROP Default_Filter ""
  79. # Begin Group "PCM"
  80. # PROP Default_Filter ""
  81. # Begin Source File
  82. SOURCE=..commonpcmpcm_soft.c
  83. # End Source File
  84. # Begin Source File
  85. SOURCE=..commonpcmpcm_soft.h
  86. # End Source File
  87. # End Group
  88. # Begin Group "Blit"
  89. # PROP Default_Filter ""
  90. # Begin Source File
  91. SOURCE=..commonblitblit_soft.c
  92. # End Source File
  93. # Begin Source File
  94. SOURCE=..commonblitblit_soft.h
  95. # End Source File
  96. # End Group
  97. # Begin Group "CPU"
  98. # PROP Default_Filter ""
  99. # Begin Source File
  100. SOURCE=..commoncpucpu.c
  101. # End Source File
  102. # Begin Source File
  103. SOURCE=..commoncpucpu.h
  104. # End Source File
  105. # Begin Source File
  106. SOURCE=..commoncpux86.asm
  107. !IF  "$(CFG)" == "sample_con - Win32 Release"
  108. # Begin Custom Build
  109. IntDir=.Release
  110. InputPath=..commoncpux86.asm
  111. InputName=x86
  112. "$(IntDir)/$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  113. nasm -f win32 -o "$(IntDir)/$(InputName).obj" $(InputPath)
  114. # End Custom Build
  115. !ELSEIF  "$(CFG)" == "sample_con - Win32 Debug"
  116. # Begin Custom Build
  117. IntDir=.Debug
  118. InputPath=..commoncpux86.asm
  119. InputName=x86
  120. "$(IntDir)/$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  121. nasm -f win32 -o "$(IntDir)/$(InputName).obj" $(InputPath)
  122. # End Custom Build
  123. !ENDIF 
  124. # End Source File
  125. # End Group
  126. # Begin Group "Overlay"
  127. # PROP Default_Filter ""
  128. # Begin Source File
  129. SOURCE=..commonoverlayoverlay_console.c
  130. # End Source File
  131. # End Group
  132. # Begin Group "Win32"
  133. # PROP Default_Filter ""
  134. # Begin Source File
  135. SOURCE=..commonwin32association_win32.c
  136. # End Source File
  137. # Begin Source File
  138. SOURCE=..commonwin32context_win32.c
  139. # End Source File
  140. # Begin Source File
  141. SOURCE=..commonwin32dmo_win32.c
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=..commonwin32file_win32.c
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=..commonwin32mem_win32.c
  148. # End Source File
  149. # Begin Source File
  150. SOURCE=..commonwin32multithread_win32.c
  151. # End Source File
  152. # Begin Source File
  153. SOURCE=..commonwin32platform_win32.c
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=..commonwin32str_win32.c
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=..commonwin32waveout_win32.c
  160. # End Source File
  161. # End Group
  162. # Begin Source File
  163. SOURCE=..commonadvanced.c
  164. # End Source File
  165. # Begin Source File
  166. SOURCE=..commonaudio.c
  167. # End Source File
  168. # Begin Source File
  169. SOURCE=..commonbuffer.c
  170. # End Source File
  171. # Begin Source File
  172. SOURCE=..commonbuffer.h
  173. # End Source File
  174. # Begin Source File
  175. SOURCE=..commoncodec.c
  176. # End Source File
  177. # Begin Source File
  178. SOURCE=..commoncolor.c
  179. # End Source File
  180. # Begin Source File
  181. SOURCE=..commoncontext.c
  182. # End Source File
  183. # Begin Source File
  184. SOURCE=..commondyncodedyncode.c
  185. # End Source File
  186. # Begin Source File
  187. SOURCE=..commondyncodedyncode.h
  188. # End Source File
  189. # Begin Source File
  190. SOURCE=..commondyncodedyncode_arm.c
  191. # End Source File
  192. # Begin Source File
  193. SOURCE=..commondyncodedyncode_arm.h
  194. # End Source File
  195. # Begin Source File
  196. SOURCE=..commondyncodedyncode_mips.c
  197. # End Source File
  198. # Begin Source File
  199. SOURCE=..commondyncodedyncode_mips.h
  200. # End Source File
  201. # Begin Source File
  202. SOURCE=..commondyncodedyncode_sh3.c
  203. # End Source File
  204. # Begin Source File
  205. SOURCE=..commondyncodedyncode_sh3.h
  206. # End Source File
  207. # Begin Source File
  208. SOURCE=..commondyncodedyncode_x86.c
  209. # End Source File
  210. # Begin Source File
  211. SOURCE=..commonequalizer.c
  212. # End Source File
  213. # Begin Source File
  214. SOURCE=..commonflow.c
  215. # End Source File
  216. # Begin Source File
  217. SOURCE=..commonformat.c
  218. # End Source File
  219. # Begin Source File
  220. SOURCE=..commonformat_base.c
  221. # End Source File
  222. # Begin Source File
  223. SOURCE=..commonformat_subtitle.c
  224. # End Source File
  225. # Begin Source File
  226. SOURCE=..commonid3tag.c
  227. # End Source File
  228. # Begin Source File
  229. SOURCE=..commonidct.c
  230. # End Source File
  231. # Begin Source File
  232. SOURCE=..commonnode.c
  233. # End Source File
  234. # Begin Source File
  235. SOURCE=..commonnulloutput.c
  236. # End Source File
  237. # Begin Source File
  238. SOURCE=..commonoverlay.c
  239. # End Source File
  240. # Begin Source File
  241. SOURCE=..commonplatform.c
  242. # End Source File
  243. # Begin Source File
  244. SOURCE=..commonplayer.c
  245. # End Source File
  246. # Begin Source File
  247. SOURCE=..commonplaylist.c
  248. # End Source File
  249. # Begin Source File
  250. SOURCE=..commonplaylist.h
  251. # End Source File
  252. # Begin Source File
  253. SOURCE=..commonprobe.c
  254. # End Source File
  255. # Begin Source File
  256. SOURCE=..commonrawaudio.c
  257. # End Source File
  258. # Begin Source File
  259. SOURCE=..commonstr.c
  260. # End Source File
  261. # Begin Source File
  262. SOURCE=..commonstreams.c
  263. # End Source File
  264. # Begin Source File
  265. SOURCE=..commontimer.c
  266. # End Source File
  267. # Begin Source File
  268. SOURCE=..commontools.c
  269. # End Source File
  270. # Begin Source File
  271. SOURCE=..commonhelper_video.c
  272. # End Source File
  273. # Begin Source File
  274. SOURCE=..commonhelper_base.c
  275. # End Source File
  276. # Begin Source File
  277. SOURCE=..commonvideo.c
  278. # End Source File
  279. # Begin Source File
  280. SOURCE=..commonvlc.c
  281. # End Source File
  282. # Begin Source File
  283. SOURCE=..commonwaveout.c
  284. # End Source File
  285. # End Group
  286. # Begin Group "Splitter"
  287. # PROP Default_Filter ""
  288. # Begin Source File
  289. SOURCE=..splittermov.c
  290. # End Source File
  291. # Begin Source File
  292. SOURCE=..splittermov.h
  293. # End Source File
  294. # End Group
  295. # Begin Group "AAC"
  296. # PROP Default_Filter ""
  297. # Begin Source File
  298. SOURCE=..aaclibpaacaac_imdct.c
  299. # ADD CPP /w /W0
  300. # End Source File
  301. # Begin Source File
  302. SOURCE=..aacfaad2libfaadanalysis.h
  303. # End Source File
  304. # Begin Source File
  305. SOURCE=..aacfaad2libfaadbits.c
  306. # ADD CPP /w /W0
  307. # End Source File
  308. # Begin Source File
  309. SOURCE=..aacfaad2libfaadbits.h
  310. # End Source File
  311. # Begin Source File
  312. SOURCE=..aacfaad2libfaadcfft.c
  313. # ADD CPP /w /W0
  314. # End Source File
  315. # Begin Source File
  316. SOURCE=..aacfaad2libfaadcfft.h
  317. # End Source File
  318. # Begin Source File
  319. SOURCE=..aacfaad2libfaadcfft_tab.h
  320. # End Source File
  321. # Begin Source File
  322. SOURCE=..aacfaad2libfaadcommon.c
  323. # ADD CPP /w /W0
  324. # End Source File
  325. # Begin Source File
  326. SOURCE=..aacfaad2libfaadcommon.h
  327. # End Source File
  328. # Begin Source File
  329. SOURCE=..aacfaad2libfaaddecoder.c
  330. # ADD CPP /w /W0
  331. # End Source File
  332. # Begin Source File
  333. SOURCE=..aacfaad2libfaaddecoder.h
  334. # End Source File
  335. # Begin Source File
  336. SOURCE=..aacfaad2libfaaddrc.c
  337. # ADD CPP /w /W0
  338. # End Source File
  339. # Begin Source File
  340. SOURCE=..aacfaad2libfaaddrc.h
  341. # End Source File
  342. # Begin Source File
  343. SOURCE=..aacfaad2libfaaddrm_dec.c
  344. # ADD CPP /w /W0
  345. # End Source File
  346. # Begin Source File
  347. SOURCE=..aacfaad2libfaaddrm_dec.h
  348. # End Source File
  349. # Begin Source File
  350. SOURCE=..aacfaad2libfaaderror.c
  351. # ADD CPP /w /W0
  352. # End Source File
  353. # Begin Source File
  354. SOURCE=..aacfaad2libfaaderror.h
  355. # End Source File
  356. # Begin Source File
  357. SOURCE=..aacfaad.c
  358. # ADD CPP /w /W0
  359. # End Source File
  360. # Begin Source File
  361. SOURCE=..aacfaad2libfaadfiltbank.c
  362. # ADD CPP /w /W0
  363. # End Source File
  364. # Begin Source File
  365. SOURCE=..aacfaad2libfaadfiltbank.h
  366. # End Source File
  367. # Begin Source File
  368. SOURCE=..aacfaad2libfaadfixed.h
  369. # End Source File
  370. # Begin Source File
  371. SOURCE=..aacfaad2libfaadhcr.c
  372. # ADD CPP /w /W0
  373. # End Source File
  374. # Begin Source File
  375. SOURCE=..aacfaad2libfaadhuffman.c
  376. # ADD CPP /w /W0
  377. # End Source File
  378. # Begin Source File
  379. SOURCE=..aacfaad2libfaadhuffman.h
  380. # End Source File
  381. # Begin Source File
  382. SOURCE=..aacfaad2libfaadic_predict.c
  383. # ADD CPP /w /W0
  384. # End Source File
  385. # Begin Source File
  386. SOURCE=..aacfaad2libfaadic_predict.h
  387. # End Source File
  388. # Begin Source File
  389. SOURCE=..aacfaad2libfaadiq_table.h
  390. # End Source File
  391. # Begin Source File
  392. SOURCE=..aacfaad2libfaadis.c
  393. # ADD CPP /w /W0
  394. # End Source File
  395. # Begin Source File
  396. SOURCE=..aacfaad2libfaadis.h
  397. # End Source File
  398. # Begin Source File
  399. SOURCE=..aacfaad2libfaadkbd_win.h
  400. # End Source File
  401. # Begin Source File
  402. SOURCE=..aacfaad2libfaadlt_predict.c
  403. # ADD CPP /w /W0
  404. # End Source File
  405. # Begin Source File
  406. SOURCE=..aacfaad2libfaadlt_predict.h
  407. # End Source File
  408. # Begin Source File
  409. SOURCE=..aacfaad2libfaadmdct.c
  410. # ADD CPP /w /W0
  411. # End Source File
  412. # Begin Source File
  413. SOURCE=..aacfaad2libfaadmdct.h
  414. # End Source File
  415. # Begin Source File
  416. SOURCE=..aacfaad2libfaadmdct_tab.h
  417. # End Source File
  418. # Begin Source File
  419. SOURCE=..aacfaad2libfaadmp4.c
  420. # ADD CPP /w /W0
  421. # End Source File
  422. # Begin Source File
  423. SOURCE=..aacfaad2libfaadmp4.h
  424. # End Source File
  425. # Begin Source File
  426. SOURCE=..aacfaad2libfaadms.c
  427. # ADD CPP /w /W0
  428. # End Source File
  429. # Begin Source File
  430. SOURCE=..aacfaad2libfaadms.h
  431. # End Source File
  432. # Begin Source File
  433. SOURCE=..aacfaad2libfaadoutput.c
  434. # ADD CPP /w /W0
  435. # End Source File
  436. # Begin Source File
  437. SOURCE=..aacfaad2libfaadoutput.h
  438. # End Source File
  439. # Begin Source File
  440. SOURCE=..aacfaad2libfaadpns.c
  441. # ADD CPP /w /W0
  442. # End Source File
  443. # Begin Source File
  444. SOURCE=..aacfaad2libfaadpns.h
  445. # End Source File
  446. # Begin Source File
  447. SOURCE=..aacfaad2libfaadps_dec.c
  448. # ADD CPP /w /W0
  449. # End Source File
  450. # Begin Source File
  451. SOURCE=..aacfaad2libfaadps_dec.h
  452. # End Source File
  453. # Begin Source File
  454. SOURCE=..aacfaad2libfaadps_syntax.c
  455. # ADD CPP /w /W0
  456. # End Source File
  457. # Begin Source File
  458. SOURCE=..aacfaad2libfaadps_tables.h
  459. # End Source File
  460. # Begin Source File
  461. SOURCE=..aacfaad2libfaadpulse.c
  462. # ADD CPP /w /W0
  463. # End Source File
  464. # Begin Source File
  465. SOURCE=..aacfaad2libfaadpulse.h
  466. # End Source File
  467. # Begin Source File
  468. SOURCE=..aacfaad2libfaadrvlc.c
  469. # ADD CPP /w /W0
  470. # End Source File
  471. # Begin Source File
  472. SOURCE=..aacfaad2libfaadrvlc.h
  473. # End Source File
  474. # Begin Source File
  475. SOURCE=..aacfaad2libfaadsbr_dct.c
  476. # ADD CPP /w /W0
  477. # End Source File
  478. # Begin Source File
  479. SOURCE=..aacfaad2libfaadsbr_dct.h
  480. # End Source File
  481. # Begin Source File
  482. SOURCE=..aacfaad2libfaadsbr_dec.c
  483. # ADD CPP /w /W0
  484. # End Source File
  485. # Begin Source File
  486. SOURCE=..aacfaad2libfaadsbr_dec.h
  487. # End Source File
  488. # Begin Source File
  489. SOURCE=..aacfaad2libfaadsbr_e_nf.c
  490. # ADD CPP /w /W0
  491. # End Source File
  492. # Begin Source File
  493. SOURCE=..aacfaad2libfaadsbr_e_nf.h
  494. # End Source File
  495. # Begin Source File
  496. SOURCE=..aacfaad2libfaadsbr_fbt.c
  497. # ADD CPP /w /W0
  498. # End Source File
  499. # Begin Source File
  500. SOURCE=..aacfaad2libfaadsbr_fbt.h
  501. # End Source File
  502. # Begin Source File
  503. SOURCE=..aacfaad2libfaadsbr_hfadj.c
  504. # ADD CPP /w /W0
  505. # End Source File
  506. # Begin Source File
  507. SOURCE=..aacfaad2libfaadsbr_hfadj.h
  508. # End Source File
  509. # Begin Source File
  510. SOURCE=..aacfaad2libfaadsbr_hfgen.c
  511. # ADD CPP /w /W0
  512. # End Source File
  513. # Begin Source File
  514. SOURCE=..aacfaad2libfaadsbr_hfgen.h
  515. # End Source File
  516. # Begin Source File
  517. SOURCE=..aacfaad2libfaadsbr_huff.c
  518. # ADD CPP /w /W0
  519. # End Source File
  520. # Begin Source File
  521. SOURCE=..aacfaad2libfaadsbr_huff.h
  522. # End Source File
  523. # Begin Source File
  524. SOURCE=..aacfaad2libfaadsbr_noise.h
  525. # End Source File
  526. # Begin Source File
  527. SOURCE=..aacfaad2libfaadsbr_qmf.c
  528. # ADD CPP /w /W0
  529. # End Source File
  530. # Begin Source File
  531. SOURCE=..aacfaad2libfaadsbr_qmf.h
  532. # End Source File
  533. # Begin Source File
  534. SOURCE=..aacfaad2libfaadsbr_qmf_c.h
  535. # End Source File
  536. # Begin Source File
  537. SOURCE=..aacfaad2libfaadsbr_syntax.c
  538. # ADD CPP /w /W0
  539. # End Source File
  540. # Begin Source File
  541. SOURCE=..aacfaad2libfaadsbr_syntax.h
  542. # End Source File
  543. # Begin Source File
  544. SOURCE=..aacfaad2libfaadsbr_tf_grid.c
  545. # ADD CPP /w /W0
  546. # End Source File
  547. # Begin Source File
  548. SOURCE=..aacfaad2libfaadsbr_tf_grid.h
  549. # End Source File
  550. # Begin Source File
  551. SOURCE=..aacfaad2libfaadsine_win.h
  552. # End Source File
  553. # Begin Source File
  554. SOURCE=..aacfaad2libfaadspecrec.c
  555. # ADD CPP /w /W0
  556. # End Source File
  557. # Begin Source File
  558. SOURCE=..aacfaad2libfaadspecrec.h
  559. # End Source File
  560. # Begin Source File
  561. SOURCE=..aacfaad2libfaadssr.c
  562. # ADD CPP /w /W0
  563. # End Source File
  564. # Begin Source File
  565. SOURCE=..aacfaad2libfaadssr.h
  566. # End Source File
  567. # Begin Source File
  568. SOURCE=..aacfaad2libfaadssr_fb.c
  569. # ADD CPP /w /W0
  570. # End Source File
  571. # Begin Source File
  572. SOURCE=..aacfaad2libfaadssr_fb.h
  573. # End Source File
  574. # Begin Source File
  575. SOURCE=..aacfaad2libfaadssr_ipqf.c
  576. # ADD CPP /w /W0
  577. # End Source File
  578. # Begin Source File
  579. SOURCE=..aacfaad2libfaadssr_ipqf.h
  580. # End Source File
  581. # Begin Source File
  582. SOURCE=..aacfaad2libfaadssr_win.h
  583. # End Source File
  584. # Begin Source File
  585. SOURCE=..aacfaad2libfaadstructs.h
  586. # End Source File
  587. # Begin Source File
  588. SOURCE=..aacfaad2libfaadsyntax.c
  589. # ADD CPP /w /W0
  590. # End Source File
  591. # Begin Source File
  592. SOURCE=..aacfaad2libfaadsyntax.h
  593. # End Source File
  594. # Begin Source File
  595. SOURCE=..aacfaad2libfaadtns.c
  596. # ADD CPP /w /W0
  597. # End Source File
  598. # Begin Source File
  599. SOURCE=..aacfaad2libfaadtns.h
  600. # End Source File
  601. # End Group
  602. # Begin Group "libavcodec"
  603. # PROP Default_Filter ""
  604. # Begin Source File
  605. SOURCE=..ffmpeglibavcodecavcodec.h
  606. # End Source File
  607. # Begin Source File
  608. SOURCE=..ffmpeglibavcodecbitstream.c
  609. # ADD CPP /w /W0
  610. # End Source File
  611. # Begin Source File
  612. SOURCE=..ffmpeglibavcodecbitstream.h
  613. # End Source File
  614. # Begin Source File
  615. SOURCE=..ffmpeglibavcodeccabac.c
  616. # ADD CPP /w /W0
  617. # End Source File
  618. # Begin Source File
  619. SOURCE=..ffmpeglibavcodeccabac.h
  620. # End Source File
  621. # Begin Source File
  622. SOURCE=..ffmpeglibavcodecdsputil.c
  623. # ADD CPP /w /W0
  624. # End Source File
  625. # Begin Source File
  626. SOURCE=..ffmpeglibavcodecdsputil.h
  627. # End Source File
  628. # Begin Source File
  629. SOURCE=..ffmpeglibavcodecerror_resilience.c
  630. # ADD CPP /w /W0
  631. # End Source File
  632. # Begin Source File
  633. SOURCE=..ffmpeglibavcodecgolomb.c
  634. # ADD CPP /w /W0
  635. # End Source File
  636. # Begin Source File
  637. SOURCE=..ffmpeglibavcodech264.c
  638. # ADD CPP /w /W0
  639. # End Source File
  640. # Begin Source File
  641. SOURCE=..ffmpeglibavcodech264idct.c
  642. # ADD CPP /w /W0
  643. # End Source File
  644. # Begin Source File
  645. SOURCE=..ffmpeglibavcodecjrevdct.c
  646. # ADD CPP /w /W0
  647. # End Source File
  648. # Begin Source File
  649. SOURCE=..ffmpeglibavcodecmem.c
  650. # ADD CPP /w /W0
  651. # End Source File
  652. # Begin Source File
  653. SOURCE=..ffmpeglibavcodecmpeg12.c
  654. # ADD CPP /w /W0
  655. # End Source File
  656. # Begin Source File
  657. SOURCE=..ffmpeglibavcodecmpegvideo.c
  658. # ADD CPP /w /W0
  659. # End Source File
  660. # Begin Source File
  661. SOURCE=..ffmpeglibavcodecparser.c
  662. # ADD CPP /w /W0
  663. # End Source File
  664. # Begin Source File
  665. SOURCE=..ffmpeglibavcodecsimple_idct.c
  666. # ADD CPP /w /W0
  667. # End Source File
  668. # Begin Source File
  669. SOURCE=..ffmpeglibavcodecutils.c
  670. # ADD CPP /w /W0
  671. # End Source File
  672. # Begin Source File
  673. SOURCE=..ffmpeglibavcodecvp3dsp.c
  674. # ADD CPP /w /W0
  675. # End Source File
  676. # End Group
  677. # Begin Group "libavutil"
  678. # PROP Default_Filter ""
  679. # Begin Source File
  680. SOURCE=..ffmpeglibavutilavutil.h
  681. # End Source File
  682. # Begin Source File
  683. SOURCE=..ffmpeglibavutilcommon.h
  684. # End Source File
  685. # Begin Source File
  686. SOURCE=..ffmpeglibavutilinteger.c
  687. # ADD CPP /w /W0
  688. # End Source File
  689. # Begin Source File
  690. SOURCE=..ffmpeglibavutilinteger.h
  691. # End Source File
  692. # Begin Source File
  693. SOURCE=..ffmpeglibavutilmathematics.c
  694. # End Source File
  695. # Begin Source File
  696. SOURCE=..ffmpeglibavutilrational.c
  697. # ADD CPP /w /W0
  698. # End Source File
  699. # Begin Source File
  700. SOURCE=..ffmpeglibavutilrational.h
  701. # End Source File
  702. # End Group
  703. # Begin Source File
  704. SOURCE=..ffmpegffmpeg.c
  705. # End Source File
  706. # Begin Source File
  707. SOURCE=.sample_con.c
  708. # End Source File
  709. # End Group
  710. # Begin Group "Header Files"
  711. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  712. # End Group
  713. # Begin Group "Resource Files"
  714. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  715. # End Group
  716. # End Target
  717. # End Project