libvlc.dsp
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:34k
源码类别:

多媒体

开发平台:

MultiPlatform

  1. # Microsoft Developer Studio Project File - Name="libvlc" - 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=libvlc - 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 "libvlc.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 "libvlc.mak" CFG="libvlc - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "libvlc - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "libvlc - Win32 Debug" (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)" == "libvlc - 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 Target_Dir ""
  38. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "_MT" /D "_DLL" /YX /FD /c
  39. # ADD CPP /nologo /MD /W3 /GX /O2 /I "." /I "..include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "_MT" /D "_DLL" /YX /FD /c
  40. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  41. # ADD RSC /l 0x409 /d "NDEBUG"
  42. BSC32=bscmake.exe
  43. # ADD BASE BSC32 /nologo
  44. # ADD BSC32 /nologo
  45. LIB32=link.exe -lib
  46. # ADD BASE LIB32 /nologo
  47. # ADD LIB32 /nologo
  48. !ELSEIF  "$(CFG)" == "libvlc - Win32 Debug"
  49. # PROP BASE Use_MFC 0
  50. # PROP BASE Use_Debug_Libraries 1
  51. # PROP BASE Output_Dir "Debug"
  52. # PROP BASE Intermediate_Dir "Debug"
  53. # PROP BASE Target_Dir ""
  54. # PROP Use_MFC 0
  55. # PROP Use_Debug_Libraries 1
  56. # PROP Output_Dir "Debug"
  57. # PROP Intermediate_Dir "Debug"
  58. # PROP Target_Dir ""
  59. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "_MT" /D "_DLL" /YX /FD /GZ /c
  60. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "." /I "..include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "_MT" /D "_DLL" /YX /FD /GZ /c
  61. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  62. # ADD RSC /l 0x409 /d "_DEBUG"
  63. BSC32=bscmake.exe
  64. # ADD BASE BSC32 /nologo
  65. # ADD BSC32 /nologo
  66. LIB32=link.exe -lib
  67. # ADD BASE LIB32 /nologo
  68. # ADD LIB32 /nologo
  69. !ENDIF 
  70. # Begin Target
  71. # Name "libvlc - Win32 Release"
  72. # Name "libvlc - Win32 Debug"
  73. # Begin Group "Source Files"
  74. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  75. # Begin Group "src"
  76. # Begin Source File
  77. SOURCE="...srclibvlc.c"
  78. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  79. !IF "$(CFG)" == "libvlc - Win32 Release"
  80. # PROP Output_Dir "Release.src"
  81. # PROP Intermediate_Dir "Release.src"
  82. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  83. # PROP Output_Dir "Debug.src"
  84. # PROP Intermediate_Dir "Debug.src"
  85. !ENDIF
  86. # End Source File
  87. # Begin Source File
  88. SOURCE="...srclibvlc.h"
  89. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  90. !IF "$(CFG)" == "libvlc - Win32 Release"
  91. # PROP Output_Dir "Release.src"
  92. # PROP Intermediate_Dir "Release.src"
  93. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  94. # PROP Output_Dir "Debug.src"
  95. # PROP Intermediate_Dir "Debug.src"
  96. !ENDIF
  97. # End Source File
  98. # Begin Source File
  99. SOURCE="...srcinterfaceinterface.c"
  100. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  101. !IF "$(CFG)" == "libvlc - Win32 Release"
  102. # PROP Output_Dir "Release.srcinterface"
  103. # PROP Intermediate_Dir "Release.srcinterface"
  104. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  105. # PROP Output_Dir "Debug.srcinterface"
  106. # PROP Intermediate_Dir "Debug.srcinterface"
  107. !ENDIF
  108. # End Source File
  109. # Begin Source File
  110. SOURCE="...srcinterfaceintf_eject.c"
  111. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  112. !IF "$(CFG)" == "libvlc - Win32 Release"
  113. # PROP Output_Dir "Release.srcinterface"
  114. # PROP Intermediate_Dir "Release.srcinterface"
  115. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  116. # PROP Output_Dir "Debug.srcinterface"
  117. # PROP Intermediate_Dir "Debug.srcinterface"
  118. !ENDIF
  119. # End Source File
  120. # Begin Source File
  121. SOURCE="...srcplaylistplaylist.c"
  122. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  123. !IF "$(CFG)" == "libvlc - Win32 Release"
  124. # PROP Output_Dir "Release.srcplaylist"
  125. # PROP Intermediate_Dir "Release.srcplaylist"
  126. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  127. # PROP Output_Dir "Debug.srcplaylist"
  128. # PROP Intermediate_Dir "Debug.srcplaylist"
  129. !ENDIF
  130. # End Source File
  131. # Begin Source File
  132. SOURCE="...srcplaylistsort.c"
  133. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  134. !IF "$(CFG)" == "libvlc - Win32 Release"
  135. # PROP Output_Dir "Release.srcplaylist"
  136. # PROP Intermediate_Dir "Release.srcplaylist"
  137. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  138. # PROP Output_Dir "Debug.srcplaylist"
  139. # PROP Intermediate_Dir "Debug.srcplaylist"
  140. !ENDIF
  141. # End Source File
  142. # Begin Source File
  143. SOURCE="...srcplaylistloadsave.c"
  144. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  145. !IF "$(CFG)" == "libvlc - Win32 Release"
  146. # PROP Output_Dir "Release.srcplaylist"
  147. # PROP Intermediate_Dir "Release.srcplaylist"
  148. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  149. # PROP Output_Dir "Debug.srcplaylist"
  150. # PROP Intermediate_Dir "Debug.srcplaylist"
  151. !ENDIF
  152. # End Source File
  153. # Begin Source File
  154. SOURCE="...srcplaylistgroup.c"
  155. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  156. !IF "$(CFG)" == "libvlc - Win32 Release"
  157. # PROP Output_Dir "Release.srcplaylist"
  158. # PROP Intermediate_Dir "Release.srcplaylist"
  159. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  160. # PROP Output_Dir "Debug.srcplaylist"
  161. # PROP Intermediate_Dir "Debug.srcplaylist"
  162. !ENDIF
  163. # End Source File
  164. # Begin Source File
  165. SOURCE="...srcplaylistitem.c"
  166. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  167. !IF "$(CFG)" == "libvlc - Win32 Release"
  168. # PROP Output_Dir "Release.srcplaylist"
  169. # PROP Intermediate_Dir "Release.srcplaylist"
  170. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  171. # PROP Output_Dir "Debug.srcplaylist"
  172. # PROP Intermediate_Dir "Debug.srcplaylist"
  173. !ENDIF
  174. # End Source File
  175. # Begin Source File
  176. SOURCE="...srcplaylistitem-ext.c"
  177. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  178. !IF "$(CFG)" == "libvlc - Win32 Release"
  179. # PROP Output_Dir "Release.srcplaylist"
  180. # PROP Intermediate_Dir "Release.srcplaylist"
  181. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  182. # PROP Output_Dir "Debug.srcplaylist"
  183. # PROP Intermediate_Dir "Debug.srcplaylist"
  184. !ENDIF
  185. # End Source File
  186. # Begin Source File
  187. SOURCE="...srcplaylistinfo.c"
  188. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  189. !IF "$(CFG)" == "libvlc - Win32 Release"
  190. # PROP Output_Dir "Release.srcplaylist"
  191. # PROP Intermediate_Dir "Release.srcplaylist"
  192. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  193. # PROP Output_Dir "Debug.srcplaylist"
  194. # PROP Intermediate_Dir "Debug.srcplaylist"
  195. !ENDIF
  196. # End Source File
  197. # Begin Source File
  198. SOURCE="...srcinputaccess.c"
  199. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  200. !IF "$(CFG)" == "libvlc - Win32 Release"
  201. # PROP Output_Dir "Release.srcinput"
  202. # PROP Intermediate_Dir "Release.srcinput"
  203. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  204. # PROP Output_Dir "Debug.srcinput"
  205. # PROP Intermediate_Dir "Debug.srcinput"
  206. !ENDIF
  207. # End Source File
  208. # Begin Source File
  209. SOURCE="...srcinputclock.c"
  210. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  211. !IF "$(CFG)" == "libvlc - Win32 Release"
  212. # PROP Output_Dir "Release.srcinput"
  213. # PROP Intermediate_Dir "Release.srcinput"
  214. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  215. # PROP Output_Dir "Debug.srcinput"
  216. # PROP Intermediate_Dir "Debug.srcinput"
  217. !ENDIF
  218. # End Source File
  219. # Begin Source File
  220. SOURCE="...srcinputcontrol.c"
  221. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  222. !IF "$(CFG)" == "libvlc - Win32 Release"
  223. # PROP Output_Dir "Release.srcinput"
  224. # PROP Intermediate_Dir "Release.srcinput"
  225. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  226. # PROP Output_Dir "Debug.srcinput"
  227. # PROP Intermediate_Dir "Debug.srcinput"
  228. !ENDIF
  229. # End Source File
  230. # Begin Source File
  231. SOURCE="...srcinputdecoder.c"
  232. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  233. !IF "$(CFG)" == "libvlc - Win32 Release"
  234. # PROP Output_Dir "Release.srcinput"
  235. # PROP Intermediate_Dir "Release.srcinput"
  236. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  237. # PROP Output_Dir "Debug.srcinput"
  238. # PROP Intermediate_Dir "Debug.srcinput"
  239. !ENDIF
  240. # End Source File
  241. # Begin Source File
  242. SOURCE="...srcinputdemux.c"
  243. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  244. !IF "$(CFG)" == "libvlc - Win32 Release"
  245. # PROP Output_Dir "Release.srcinput"
  246. # PROP Intermediate_Dir "Release.srcinput"
  247. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  248. # PROP Output_Dir "Debug.srcinput"
  249. # PROP Intermediate_Dir "Debug.srcinput"
  250. !ENDIF
  251. # End Source File
  252. # Begin Source File
  253. SOURCE="...srcinputes_out.c"
  254. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  255. !IF "$(CFG)" == "libvlc - Win32 Release"
  256. # PROP Output_Dir "Release.srcinput"
  257. # PROP Intermediate_Dir "Release.srcinput"
  258. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  259. # PROP Output_Dir "Debug.srcinput"
  260. # PROP Intermediate_Dir "Debug.srcinput"
  261. !ENDIF
  262. # End Source File
  263. # Begin Source File
  264. SOURCE="...srcinputinput.c"
  265. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  266. !IF "$(CFG)" == "libvlc - Win32 Release"
  267. # PROP Output_Dir "Release.srcinput"
  268. # PROP Intermediate_Dir "Release.srcinput"
  269. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  270. # PROP Output_Dir "Debug.srcinput"
  271. # PROP Intermediate_Dir "Debug.srcinput"
  272. !ENDIF
  273. # End Source File
  274. # Begin Source File
  275. SOURCE="...srcinputinput_internal.h"
  276. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  277. !IF "$(CFG)" == "libvlc - Win32 Release"
  278. # PROP Output_Dir "Release.srcinput"
  279. # PROP Intermediate_Dir "Release.srcinput"
  280. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  281. # PROP Output_Dir "Debug.srcinput"
  282. # PROP Intermediate_Dir "Debug.srcinput"
  283. !ENDIF
  284. # End Source File
  285. # Begin Source File
  286. SOURCE="...srcinputstream.c"
  287. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  288. !IF "$(CFG)" == "libvlc - Win32 Release"
  289. # PROP Output_Dir "Release.srcinput"
  290. # PROP Intermediate_Dir "Release.srcinput"
  291. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  292. # PROP Output_Dir "Debug.srcinput"
  293. # PROP Intermediate_Dir "Debug.srcinput"
  294. !ENDIF
  295. # End Source File
  296. # Begin Source File
  297. SOURCE="...srcinputsubtitles.c"
  298. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  299. !IF "$(CFG)" == "libvlc - Win32 Release"
  300. # PROP Output_Dir "Release.srcinput"
  301. # PROP Intermediate_Dir "Release.srcinput"
  302. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  303. # PROP Output_Dir "Debug.srcinput"
  304. # PROP Intermediate_Dir "Debug.srcinput"
  305. !ENDIF
  306. # End Source File
  307. # Begin Source File
  308. SOURCE="...srcinputvar.c"
  309. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  310. !IF "$(CFG)" == "libvlc - Win32 Release"
  311. # PROP Output_Dir "Release.srcinput"
  312. # PROP Intermediate_Dir "Release.srcinput"
  313. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  314. # PROP Output_Dir "Debug.srcinput"
  315. # PROP Intermediate_Dir "Debug.srcinput"
  316. !ENDIF
  317. # End Source File
  318. # Begin Source File
  319. SOURCE="...srcvideo_outputvideo_output.c"
  320. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  321. !IF "$(CFG)" == "libvlc - Win32 Release"
  322. # PROP Output_Dir "Release.srcvideo_output"
  323. # PROP Intermediate_Dir "Release.srcvideo_output"
  324. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  325. # PROP Output_Dir "Debug.srcvideo_output"
  326. # PROP Intermediate_Dir "Debug.srcvideo_output"
  327. !ENDIF
  328. # End Source File
  329. # Begin Source File
  330. SOURCE="...srcvideo_outputvout_pictures.c"
  331. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  332. !IF "$(CFG)" == "libvlc - Win32 Release"
  333. # PROP Output_Dir "Release.srcvideo_output"
  334. # PROP Intermediate_Dir "Release.srcvideo_output"
  335. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  336. # PROP Output_Dir "Debug.srcvideo_output"
  337. # PROP Intermediate_Dir "Debug.srcvideo_output"
  338. !ENDIF
  339. # End Source File
  340. # Begin Source File
  341. SOURCE="...srcvideo_outputvout_pictures.h"
  342. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  343. !IF "$(CFG)" == "libvlc - Win32 Release"
  344. # PROP Output_Dir "Release.srcvideo_output"
  345. # PROP Intermediate_Dir "Release.srcvideo_output"
  346. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  347. # PROP Output_Dir "Debug.srcvideo_output"
  348. # PROP Intermediate_Dir "Debug.srcvideo_output"
  349. !ENDIF
  350. # End Source File
  351. # Begin Source File
  352. SOURCE="...srcvideo_outputvideo_text.c"
  353. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  354. !IF "$(CFG)" == "libvlc - Win32 Release"
  355. # PROP Output_Dir "Release.srcvideo_output"
  356. # PROP Intermediate_Dir "Release.srcvideo_output"
  357. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  358. # PROP Output_Dir "Debug.srcvideo_output"
  359. # PROP Intermediate_Dir "Debug.srcvideo_output"
  360. !ENDIF
  361. # End Source File
  362. # Begin Source File
  363. SOURCE="...srcvideo_outputvideo_widgets.c"
  364. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  365. !IF "$(CFG)" == "libvlc - Win32 Release"
  366. # PROP Output_Dir "Release.srcvideo_output"
  367. # PROP Intermediate_Dir "Release.srcvideo_output"
  368. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  369. # PROP Output_Dir "Debug.srcvideo_output"
  370. # PROP Intermediate_Dir "Debug.srcvideo_output"
  371. !ENDIF
  372. # End Source File
  373. # Begin Source File
  374. SOURCE="...srcvideo_outputvout_subpictures.c"
  375. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  376. !IF "$(CFG)" == "libvlc - Win32 Release"
  377. # PROP Output_Dir "Release.srcvideo_output"
  378. # PROP Intermediate_Dir "Release.srcvideo_output"
  379. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  380. # PROP Output_Dir "Debug.srcvideo_output"
  381. # PROP Intermediate_Dir "Debug.srcvideo_output"
  382. !ENDIF
  383. # End Source File
  384. # Begin Source File
  385. SOURCE="...srcvideo_outputvout_synchro.c"
  386. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  387. !IF "$(CFG)" == "libvlc - Win32 Release"
  388. # PROP Output_Dir "Release.srcvideo_output"
  389. # PROP Intermediate_Dir "Release.srcvideo_output"
  390. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  391. # PROP Output_Dir "Debug.srcvideo_output"
  392. # PROP Intermediate_Dir "Debug.srcvideo_output"
  393. !ENDIF
  394. # End Source File
  395. # Begin Source File
  396. SOURCE="...srcvideo_outputvout_intf.c"
  397. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  398. !IF "$(CFG)" == "libvlc - Win32 Release"
  399. # PROP Output_Dir "Release.srcvideo_output"
  400. # PROP Intermediate_Dir "Release.srcvideo_output"
  401. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  402. # PROP Output_Dir "Debug.srcvideo_output"
  403. # PROP Intermediate_Dir "Debug.srcvideo_output"
  404. !ENDIF
  405. # End Source File
  406. # Begin Source File
  407. SOURCE="...srcaudio_outputcommon.c"
  408. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  409. !IF "$(CFG)" == "libvlc - Win32 Release"
  410. # PROP Output_Dir "Release.srcaudio_output"
  411. # PROP Intermediate_Dir "Release.srcaudio_output"
  412. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  413. # PROP Output_Dir "Debug.srcaudio_output"
  414. # PROP Intermediate_Dir "Debug.srcaudio_output"
  415. !ENDIF
  416. # End Source File
  417. # Begin Source File
  418. SOURCE="...srcaudio_outputdec.c"
  419. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  420. !IF "$(CFG)" == "libvlc - Win32 Release"
  421. # PROP Output_Dir "Release.srcaudio_output"
  422. # PROP Intermediate_Dir "Release.srcaudio_output"
  423. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  424. # PROP Output_Dir "Debug.srcaudio_output"
  425. # PROP Intermediate_Dir "Debug.srcaudio_output"
  426. !ENDIF
  427. # End Source File
  428. # Begin Source File
  429. SOURCE="...srcaudio_outputfilters.c"
  430. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  431. !IF "$(CFG)" == "libvlc - Win32 Release"
  432. # PROP Output_Dir "Release.srcaudio_output"
  433. # PROP Intermediate_Dir "Release.srcaudio_output"
  434. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  435. # PROP Output_Dir "Debug.srcaudio_output"
  436. # PROP Intermediate_Dir "Debug.srcaudio_output"
  437. !ENDIF
  438. # End Source File
  439. # Begin Source File
  440. SOURCE="...srcaudio_outputinput.c"
  441. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  442. !IF "$(CFG)" == "libvlc - Win32 Release"
  443. # PROP Output_Dir "Release.srcaudio_output"
  444. # PROP Intermediate_Dir "Release.srcaudio_output"
  445. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  446. # PROP Output_Dir "Debug.srcaudio_output"
  447. # PROP Intermediate_Dir "Debug.srcaudio_output"
  448. !ENDIF
  449. # End Source File
  450. # Begin Source File
  451. SOURCE="...srcaudio_outputmixer.c"
  452. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  453. !IF "$(CFG)" == "libvlc - Win32 Release"
  454. # PROP Output_Dir "Release.srcaudio_output"
  455. # PROP Intermediate_Dir "Release.srcaudio_output"
  456. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  457. # PROP Output_Dir "Debug.srcaudio_output"
  458. # PROP Intermediate_Dir "Debug.srcaudio_output"
  459. !ENDIF
  460. # End Source File
  461. # Begin Source File
  462. SOURCE="...srcaudio_outputoutput.c"
  463. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  464. !IF "$(CFG)" == "libvlc - Win32 Release"
  465. # PROP Output_Dir "Release.srcaudio_output"
  466. # PROP Intermediate_Dir "Release.srcaudio_output"
  467. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  468. # PROP Output_Dir "Debug.srcaudio_output"
  469. # PROP Intermediate_Dir "Debug.srcaudio_output"
  470. !ENDIF
  471. # End Source File
  472. # Begin Source File
  473. SOURCE="...srcaudio_outputintf.c"
  474. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  475. !IF "$(CFG)" == "libvlc - Win32 Release"
  476. # PROP Output_Dir "Release.srcaudio_output"
  477. # PROP Intermediate_Dir "Release.srcaudio_output"
  478. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  479. # PROP Output_Dir "Debug.srcaudio_output"
  480. # PROP Intermediate_Dir "Debug.srcaudio_output"
  481. !ENDIF
  482. # End Source File
  483. # Begin Source File
  484. SOURCE="...srcstream_outputstream_output.c"
  485. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  486. !IF "$(CFG)" == "libvlc - Win32 Release"
  487. # PROP Output_Dir "Release.srcstream_output"
  488. # PROP Intermediate_Dir "Release.srcstream_output"
  489. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  490. # PROP Output_Dir "Debug.srcstream_output"
  491. # PROP Intermediate_Dir "Debug.srcstream_output"
  492. !ENDIF
  493. # End Source File
  494. # Begin Source File
  495. SOURCE="...srcstream_outputannounce.c"
  496. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  497. !IF "$(CFG)" == "libvlc - Win32 Release"
  498. # PROP Output_Dir "Release.srcstream_output"
  499. # PROP Intermediate_Dir "Release.srcstream_output"
  500. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  501. # PROP Output_Dir "Debug.srcstream_output"
  502. # PROP Intermediate_Dir "Debug.srcstream_output"
  503. !ENDIF
  504. # End Source File
  505. # Begin Source File
  506. SOURCE="...srcstream_outputsap.c"
  507. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  508. !IF "$(CFG)" == "libvlc - Win32 Release"
  509. # PROP Output_Dir "Release.srcstream_output"
  510. # PROP Intermediate_Dir "Release.srcstream_output"
  511. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  512. # PROP Output_Dir "Debug.srcstream_output"
  513. # PROP Intermediate_Dir "Debug.srcstream_output"
  514. !ENDIF
  515. # End Source File
  516. # Begin Source File
  517. SOURCE="...srcmisccharset.c"
  518. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  519. !IF "$(CFG)" == "libvlc - Win32 Release"
  520. # PROP Output_Dir "Release.srcmisc"
  521. # PROP Intermediate_Dir "Release.srcmisc"
  522. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  523. # PROP Output_Dir "Debug.srcmisc"
  524. # PROP Intermediate_Dir "Debug.srcmisc"
  525. !ENDIF
  526. # End Source File
  527. # Begin Source File
  528. SOURCE="...srcmischttpd.c"
  529. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  530. !IF "$(CFG)" == "libvlc - Win32 Release"
  531. # PROP Output_Dir "Release.srcmisc"
  532. # PROP Intermediate_Dir "Release.srcmisc"
  533. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  534. # PROP Output_Dir "Debug.srcmisc"
  535. # PROP Intermediate_Dir "Debug.srcmisc"
  536. !ENDIF
  537. # End Source File
  538. # Begin Source File
  539. SOURCE="...srcmisctls.c"
  540. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  541. !IF "$(CFG)" == "libvlc - Win32 Release"
  542. # PROP Output_Dir "Release.srcmisc"
  543. # PROP Intermediate_Dir "Release.srcmisc"
  544. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  545. # PROP Output_Dir "Debug.srcmisc"
  546. # PROP Intermediate_Dir "Debug.srcmisc"
  547. !ENDIF
  548. # End Source File
  549. # Begin Source File
  550. SOURCE="...srcmiscmtime.c"
  551. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  552. !IF "$(CFG)" == "libvlc - Win32 Release"
  553. # PROP Output_Dir "Release.srcmisc"
  554. # PROP Intermediate_Dir "Release.srcmisc"
  555. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  556. # PROP Output_Dir "Debug.srcmisc"
  557. # PROP Intermediate_Dir "Debug.srcmisc"
  558. !ENDIF
  559. # End Source File
  560. # Begin Source File
  561. SOURCE="...srcmiscblock.c"
  562. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  563. !IF "$(CFG)" == "libvlc - Win32 Release"
  564. # PROP Output_Dir "Release.srcmisc"
  565. # PROP Intermediate_Dir "Release.srcmisc"
  566. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  567. # PROP Output_Dir "Debug.srcmisc"
  568. # PROP Intermediate_Dir "Debug.srcmisc"
  569. !ENDIF
  570. # End Source File
  571. # Begin Source File
  572. SOURCE="...srcmiscmodules.c"
  573. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  574. !IF "$(CFG)" == "libvlc - Win32 Release"
  575. # PROP Output_Dir "Release.srcmisc"
  576. # PROP Intermediate_Dir "Release.srcmisc"
  577. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  578. # PROP Output_Dir "Debug.srcmisc"
  579. # PROP Intermediate_Dir "Debug.srcmisc"
  580. !ENDIF
  581. # End Source File
  582. # Begin Source File
  583. SOURCE="...srcmiscthreads.c"
  584. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  585. !IF "$(CFG)" == "libvlc - Win32 Release"
  586. # PROP Output_Dir "Release.srcmisc"
  587. # PROP Intermediate_Dir "Release.srcmisc"
  588. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  589. # PROP Output_Dir "Debug.srcmisc"
  590. # PROP Intermediate_Dir "Debug.srcmisc"
  591. !ENDIF
  592. # End Source File
  593. # Begin Source File
  594. SOURCE="...srcmisccpu.c"
  595. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  596. !IF "$(CFG)" == "libvlc - Win32 Release"
  597. # PROP Output_Dir "Release.srcmisc"
  598. # PROP Intermediate_Dir "Release.srcmisc"
  599. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  600. # PROP Output_Dir "Debug.srcmisc"
  601. # PROP Intermediate_Dir "Debug.srcmisc"
  602. !ENDIF
  603. # End Source File
  604. # Begin Source File
  605. SOURCE="...srcmiscconfiguration.c"
  606. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  607. !IF "$(CFG)" == "libvlc - Win32 Release"
  608. # PROP Output_Dir "Release.srcmisc"
  609. # PROP Intermediate_Dir "Release.srcmisc"
  610. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  611. # PROP Output_Dir "Debug.srcmisc"
  612. # PROP Intermediate_Dir "Debug.srcmisc"
  613. !ENDIF
  614. # End Source File
  615. # Begin Source File
  616. SOURCE="...srcmisciso_lang.c"
  617. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  618. !IF "$(CFG)" == "libvlc - Win32 Release"
  619. # PROP Output_Dir "Release.srcmisc"
  620. # PROP Intermediate_Dir "Release.srcmisc"
  621. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  622. # PROP Output_Dir "Debug.srcmisc"
  623. # PROP Intermediate_Dir "Debug.srcmisc"
  624. !ENDIF
  625. # End Source File
  626. # Begin Source File
  627. SOURCE="...srcmisciso-639_def.h"
  628. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  629. !IF "$(CFG)" == "libvlc - Win32 Release"
  630. # PROP Output_Dir "Release.srcmisc"
  631. # PROP Intermediate_Dir "Release.srcmisc"
  632. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  633. # PROP Output_Dir "Debug.srcmisc"
  634. # PROP Intermediate_Dir "Debug.srcmisc"
  635. !ENDIF
  636. # End Source File
  637. # Begin Source File
  638. SOURCE="...srcmiscmessages.c"
  639. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  640. !IF "$(CFG)" == "libvlc - Win32 Release"
  641. # PROP Output_Dir "Release.srcmisc"
  642. # PROP Intermediate_Dir "Release.srcmisc"
  643. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  644. # PROP Output_Dir "Debug.srcmisc"
  645. # PROP Intermediate_Dir "Debug.srcmisc"
  646. !ENDIF
  647. # End Source File
  648. # Begin Source File
  649. SOURCE="...srcmiscobjects.c"
  650. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  651. !IF "$(CFG)" == "libvlc - Win32 Release"
  652. # PROP Output_Dir "Release.srcmisc"
  653. # PROP Intermediate_Dir "Release.srcmisc"
  654. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  655. # PROP Output_Dir "Debug.srcmisc"
  656. # PROP Intermediate_Dir "Debug.srcmisc"
  657. !ENDIF
  658. # End Source File
  659. # Begin Source File
  660. SOURCE="...srcmiscvariables.c"
  661. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  662. !IF "$(CFG)" == "libvlc - Win32 Release"
  663. # PROP Output_Dir "Release.srcmisc"
  664. # PROP Intermediate_Dir "Release.srcmisc"
  665. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  666. # PROP Output_Dir "Debug.srcmisc"
  667. # PROP Intermediate_Dir "Debug.srcmisc"
  668. !ENDIF
  669. # End Source File
  670. # Begin Source File
  671. SOURCE="...srcmiscerror.c"
  672. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  673. !IF "$(CFG)" == "libvlc - Win32 Release"
  674. # PROP Output_Dir "Release.srcmisc"
  675. # PROP Intermediate_Dir "Release.srcmisc"
  676. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  677. # PROP Output_Dir "Debug.srcmisc"
  678. # PROP Intermediate_Dir "Debug.srcmisc"
  679. !ENDIF
  680. # End Source File
  681. # Begin Source File
  682. SOURCE="...srcmiscnet.c"
  683. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  684. !IF "$(CFG)" == "libvlc - Win32 Release"
  685. # PROP Output_Dir "Release.srcmisc"
  686. # PROP Intermediate_Dir "Release.srcmisc"
  687. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  688. # PROP Output_Dir "Debug.srcmisc"
  689. # PROP Intermediate_Dir "Debug.srcmisc"
  690. !ENDIF
  691. # End Source File
  692. # Begin Source File
  693. SOURCE="...srcmiscvlm.c"
  694. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  695. !IF "$(CFG)" == "libvlc - Win32 Release"
  696. # PROP Output_Dir "Release.srcmisc"
  697. # PROP Intermediate_Dir "Release.srcmisc"
  698. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  699. # PROP Output_Dir "Debug.srcmisc"
  700. # PROP Intermediate_Dir "Debug.srcmisc"
  701. !ENDIF
  702. # End Source File
  703. # Begin Source File
  704. SOURCE="...srcextraslibc.c"
  705. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  706. !IF "$(CFG)" == "libvlc - Win32 Release"
  707. # PROP Output_Dir "Release.srcextras"
  708. # PROP Intermediate_Dir "Release.srcextras"
  709. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  710. # PROP Output_Dir "Debug.srcextras"
  711. # PROP Intermediate_Dir "Debug.srcextras"
  712. !ENDIF
  713. # End Source File
  714. # Begin Source File
  715. SOURCE="...srcmiscwin32_specific.c"
  716. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  717. !IF "$(CFG)" == "libvlc - Win32 Release"
  718. # PROP Output_Dir "Release.srcmisc"
  719. # PROP Intermediate_Dir "Release.srcmisc"
  720. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  721. # PROP Output_Dir "Debug.srcmisc"
  722. # PROP Intermediate_Dir "Debug.srcmisc"
  723. !ENDIF
  724. # End Source File
  725. # Begin Source File
  726. SOURCE="...srcextrasdirent.c"
  727. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  728. !IF "$(CFG)" == "libvlc - Win32 Release"
  729. # PROP Output_Dir "Release.srcextras"
  730. # PROP Intermediate_Dir "Release.srcextras"
  731. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  732. # PROP Output_Dir "Debug.srcextras"
  733. # PROP Intermediate_Dir "Debug.srcextras"
  734. !ENDIF
  735. # End Source File
  736. # Begin Source File
  737. SOURCE="...srcextrasdirent.h"
  738. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  739. !IF "$(CFG)" == "libvlc - Win32 Release"
  740. # PROP Output_Dir "Release.srcextras"
  741. # PROP Intermediate_Dir "Release.srcextras"
  742. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  743. # PROP Output_Dir "Debug.srcextras"
  744. # PROP Intermediate_Dir "Debug.srcextras"
  745. !ENDIF
  746. # End Source File
  747. # Begin Source File
  748. SOURCE="...srcextrasgetopt.c"
  749. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  750. !IF "$(CFG)" == "libvlc - Win32 Release"
  751. # PROP Output_Dir "Release.srcextras"
  752. # PROP Intermediate_Dir "Release.srcextras"
  753. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  754. # PROP Output_Dir "Debug.srcextras"
  755. # PROP Intermediate_Dir "Debug.srcextras"
  756. !ENDIF
  757. # End Source File
  758. # Begin Source File
  759. SOURCE="...srcextrasgetopt.h"
  760. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  761. !IF "$(CFG)" == "libvlc - Win32 Release"
  762. # PROP Output_Dir "Release.srcextras"
  763. # PROP Intermediate_Dir "Release.srcextras"
  764. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  765. # PROP Output_Dir "Debug.srcextras"
  766. # PROP Intermediate_Dir "Debug.srcextras"
  767. !ENDIF
  768. # End Source File
  769. # Begin Source File
  770. SOURCE="...srcextrasgetopt1.c"
  771. # ADD CPP /D "__VLC__" /D PLUGIN_PATH="." /D DATA_PATH="share"
  772. !IF "$(CFG)" == "libvlc - Win32 Release"
  773. # PROP Output_Dir "Release.srcextras"
  774. # PROP Intermediate_Dir "Release.srcextras"
  775. !ELSEIF "$(CFG)" == "libvlc - Win32 Debug"
  776. # PROP Output_Dir "Debug.srcextras"
  777. # PROP Intermediate_Dir "Debug.srcextras"
  778. !ENDIF
  779. # End Source File
  780. # End Group
  781. # End Group
  782. # Begin Group "Header Files"
  783. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  784. # Begin Source File
  785. SOURCE="...includeaout_internal.h"
  786. # End Source File
  787. # Begin Source File
  788. SOURCE="...includeaudio_output.h"
  789. # End Source File
  790. # Begin Source File
  791. SOURCE="...includebeos_specific.h"
  792. # End Source File
  793. # Begin Source File
  794. SOURCE="...includecharset.h"
  795. # End Source File
  796. # Begin Source File
  797. SOURCE="...includecodecs.h"
  798. # End Source File
  799. # Begin Source File
  800. SOURCE="...includeconfiguration.h"
  801. # End Source File
  802. # Begin Source File
  803. SOURCE="...includedarwin_specific.h"
  804. # End Source File
  805. # Begin Source File
  806. SOURCE="...includeintf_eject.h"
  807. # End Source File
  808. # Begin Source File
  809. SOURCE="...includeiso_lang.h"
  810. # End Source File
  811. # Begin Source File
  812. SOURCE="...includemain.h"
  813. # End Source File
  814. # Begin Source File
  815. SOURCE="...includemmx.h"
  816. # End Source File
  817. # Begin Source File
  818. SOURCE="...includemodules.h"
  819. # End Source File
  820. # Begin Source File
  821. SOURCE="...includemodules_inner.h"
  822. # End Source File
  823. # Begin Source File
  824. SOURCE="...includemtime.h"
  825. # End Source File
  826. # Begin Source File
  827. SOURCE="...includenetwork.h"
  828. # End Source File
  829. # Begin Source File
  830. SOURCE="...includeosd.h"
  831. # End Source File
  832. # Begin Source File
  833. SOURCE="...includeos_specific.h"
  834. # End Source File
  835. # Begin Source File
  836. SOURCE="...includesnapshot.h"
  837. # End Source File
  838. # Begin Source File
  839. SOURCE="...includestream_output.h"
  840. # End Source File
  841. # Begin Source File
  842. SOURCE="...includevariables.h"
  843. # End Source File
  844. # Begin Source File
  845. SOURCE="...includevideo_output.h"
  846. # End Source File
  847. # Begin Source File
  848. SOURCE="...includevlc_access.h"
  849. # End Source File
  850. # Begin Source File
  851. SOURCE="...includevlc_bits.h"
  852. # End Source File
  853. # Begin Source File
  854. SOURCE="...includevlc_block.h"
  855. # End Source File
  856. # Begin Source File
  857. SOURCE="...includevlc_block_helper.h"
  858. # End Source File
  859. # Begin Source File
  860. SOURCE="...includevlc_codec.h"
  861. # End Source File
  862. # Begin Source File
  863. SOURCE="...includevlc_common.h"
  864. # End Source File
  865. # Begin Source File
  866. SOURCE="...includevlc_config.h"
  867. # End Source File
  868. # Begin Source File
  869. SOURCE="...includevlc_cpu.h"
  870. # End Source File
  871. # Begin Source File
  872. SOURCE="...includevlc_demux.h"
  873. # End Source File
  874. # Begin Source File
  875. SOURCE="...includevlc_error.h"
  876. # End Source File
  877. # Begin Source File
  878. SOURCE="...includevlc_es.h"
  879. # End Source File
  880. # Begin Source File
  881. SOURCE="...includevlc_es_out.h"
  882. # End Source File
  883. # Begin Source File
  884. SOURCE="...includevlc_filter.h"
  885. # End Source File
  886. # Begin Source File
  887. SOURCE="...includevlc_help.h"
  888. # End Source File
  889. # Begin Source File
  890. SOURCE="...includevlc_httpd.h"
  891. # End Source File
  892. # Begin Source File
  893. SOURCE="...includevlc_tls.h"
  894. # End Source File
  895. # Begin Source File
  896. SOURCE="...includevlc_input.h"
  897. # End Source File
  898. # Begin Source File
  899. SOURCE="...includevlc_interface.h"
  900. # End Source File
  901. # Begin Source File
  902. SOURCE="...includevlc_keys.h"
  903. # End Source File
  904. # Begin Source File
  905. SOURCE="...includevlc_messages.h"
  906. # End Source File
  907. # Begin Source File
  908. SOURCE="...includevlc_meta.h"
  909. # End Source File
  910. # Begin Source File
  911. SOURCE="...includevlc_objects.h"
  912. # End Source File
  913. # Begin Source File
  914. SOURCE="...includevlc_playlist.h"
  915. # End Source File
  916. # Begin Source File
  917. SOURCE="...includevlc_spu.h"
  918. # End Source File
  919. # Begin Source File
  920. SOURCE="...includevlc_stream.h"
  921. # End Source File
  922. # Begin Source File
  923. SOURCE="...includevlc_threads_funcs.h"
  924. # End Source File
  925. # Begin Source File
  926. SOURCE="...includevlc_threads.h"
  927. # End Source File
  928. # Begin Source File
  929. SOURCE="...includevlc_video.h"
  930. # End Source File
  931. # Begin Source File
  932. SOURCE="...includevlc_vlm.h"
  933. # End Source File
  934. # Begin Source File
  935. SOURCE="...includevlc_vod.h"
  936. # End Source File
  937. # Begin Source File
  938. SOURCE="...includevout_synchro.h"
  939. # End Source File
  940. # Begin Source File
  941. SOURCE="...includewin32_specific.h"
  942. # End Source File
  943. # Begin Source File
  944. SOURCE="...includevlc_symbols.h"
  945. # End Source File
  946. # Begin Group "vlc"
  947. # Begin Source File
  948. SOURCE="...includevlcvlc.h"
  949. # End Source File
  950. # Begin Source File
  951. SOURCE="...includevlcaout.h"
  952. # End Source File
  953. # Begin Source File
  954. SOURCE="...includevlcvout.h"
  955. # End Source File
  956. # Begin Source File
  957. SOURCE="...includevlcsout.h"
  958. # End Source File
  959. # Begin Source File
  960. SOURCE="...includevlcdecoder.h"
  961. # End Source File
  962. # Begin Source File
  963. SOURCE="...includevlcinput.h"
  964. # End Source File
  965. # Begin Source File
  966. SOURCE="...includevlcintf.h"
  967. # End Source File
  968. # End Group
  969. # End Group
  970. # End Target
  971. # End Project