Merge pull request #4735 from cg110/fix_web_server_mem_leak
[vuplus_xbmc] / .gitignore
1 # global patterns
2 testMain
3
4 # commonly used editors
5 # vim
6 *.swp
7 # Eclipse
8 *.project
9 *.cproject
10 .classpath
11 *.sublime-*
12
13 # generated files etc
14 config.cache
15 config.status
16 config.log
17 *.d
18 *.depend
19 *.pc
20 *.P
21 *.[oa]
22 *.l[oa]
23 *.so
24 *.so.*
25 *.dylib
26 *.lineno
27 *.py[co]
28 *.ver
29 *.rej
30 *.orig
31 *.bak
32 *.apk
33 *.class
34
35 # Windows specific generated files
36 *.exp
37 *.ilk
38 *.ncb
39 *.pdb
40 *.suo
41 *.sdf
42 *.opensdf
43 *.vcproj.*.user
44 *.vcxproj.*.user
45 *.vcxproj.user
46 *.obj
47 *.idb
48 *ReSharper*
49 *.idb
50
51 # osx specifics
52 /build/
53 .DS_Store
54 *.dSYM
55 ._*
56 *.mode1v3
57 *.pbxuser
58 *project.xcworkspace
59 *xcuserdata
60
61 .libs/
62 .deps/
63
64 # Eclipse project files. Not needed as they are generated in two clicks if needed.
65 .settings
66 .project
67 .cproject
68
69 /nbproject
70
71 # /
72 /.dummy
73 /.dummy.in
74 /Makefile
75 /Makefile.include
76 /aclocal.m4
77 /autom4te.cache/
78 /build-aux/compile
79 /build-aux/config.guess
80 /build-aux/config.sub
81 /build-aux/install-sh
82 /build-aux/ltmain.sh
83 /build-aux/missing
84 /build-aux/ltmain.sh
85 /autotools
86 /BUILD
87 /xbmc.log
88 /xbmc.old.log
89 /Makefile.depend
90 /config.status
91 /configure
92 /xbmc.bin
93 /xbmc-test
94 /xbmc-xrandr
95 /git_revision.h
96 /libtool
97 /*.patch
98
99 # /addons/
100 /addons/com.nullsoft.milkdrop.xbmc/*.vis
101 /addons/org.xbmc.addons.dxspectrum/*.vis
102 /addons/packages
103 /addons/screensaver.rsxs.euphoria/Euphoria.xbs
104 /addons/screensaver.rsxs.plasma/Plasma.xbs
105 /addons/screensaver.rsxs.solarwinds/Solarwinds.xbs
106 /addons/skin.confluence/media/Makefile
107 /addons/skin.confluence/media/Textures.xbt
108 /addons/skin.pm3-hd/media/Textures.xbt
109 /addons/visualization.dxspectrum/Spectrum_win32dx.vis
110 /addons/visualization.glspectrum/opengl_spectrum.vis
111 /addons/visualization.milkdrop/MilkDrop_win32dx.vis
112 /addons/visualization.projectm/projectM.vis
113 /addons/visualization.projectm/resources/presets.zip
114 /addons/visualization.waveform/Waveform.vis
115 /addons/visualization.waveform/Waveform_win32.vis
116 /addons/visualization.itunes/iTunes.mvis
117 /addons/visualization.fishbmc/fishbmc.vis
118 /addons/script.module.pil/
119 /addons/pvr.*
120
121 # /lib/
122 /lib/Makefile
123 /lib/*/1
124 /lib/*/win32/1
125
126 # /lib/asap/
127 /lib/asap/Makefile
128 /lib/asap/players.h
129 /lib/asap/players/*.obx
130 /lib/asap/win32/xbmc_asap.dll
131 /lib/asap/win32/xbmc_asap.lib
132 /lib/asap/xbmc/xbmc_asap.res
133
134
135 # /lib/addons/
136 /lib/addons/library.xbmc.addon/Makefile
137 /lib/addons/library.xbmc.gui/Makefile
138 /lib/addons/library.xbmc.pvr/Makefile
139 /lib/addons/library.xbmc.codec/Makefile
140 /lib/addons/library.xbmc.addon/project/VS2010Express/Release
141 /lib/addons/library.xbmc.addon/project/VS2010Express/Debug
142 /lib/addons/library.xbmc.codec/project/VS2010Express/Release
143 /lib/addons/library.xbmc.codec/project/VS2010Express/Debug
144 /lib/addons/library.xbmc.gui/project/VS2010Express/Release
145 /lib/addons/library.xbmc.gui/project/VS2010Express/Debug
146 /lib/addons/library.xbmc.pvr/project/VS2010Express/Release
147 /lib/addons/library.xbmc.pvr/project/VS2010Express/Debug
148
149 # /lib/cmyth/
150 lib/cmyth/Makefile
151
152 # /lib/cpluff/
153 /lib/cpluff/ABOUT-NLS
154 /lib/cpluff/aclocal.m4
155 /lib/cpluff/autom4te.cache
156 /lib/cpluff/auxliary
157 /lib/cpluff/m4
158 /lib/cpluff/config.h
159 /lib/cpluff/config.h.in
160 /lib/cpluff/config.h.in~
161 /lib/cpluff/configure
162 /lib/cpluff/Makefile.in
163 /lib/cpluff/*/Makefile.in
164 /lib/cpluff/*/*/Makefile.in
165 /lib/cpluff/*/*/*/Makefile.in
166 /lib/cpluff/*/*/*/*/Makefile.in
167 /lib/cpluff/Makefile
168 /lib/cpluff/*/Makefile
169 /lib/cpluff/*/*/Makefile
170 /lib/cpluff/*/*/*/Makefile
171 /lib/cpluff/*/*/*/*/Makefile
172 /lib/cpluff/po/*template
173 /lib/cpluff/po/*header
174 lib/cpluff/examples/cpfile/cpfile
175 lib/cpluff/libcpluff/cpluffdef.h
176 lib/cpluff/libcpluff/docsrc/Doxyfile-impl
177 lib/cpluff/libcpluff/docsrc/Doxyfile-ref
178 lib/cpluff/libtool
179 lib/cpluff/po/POTFILES
180 lib/cpluff/stamp-h1
181
182 # /lib/libcec
183 /lib/libcec/libcec
184
185 # /lib/enca
186 /lib/enca/libenca_win32/Debug
187 /lib/enca/libenca_win32/Release
188
189 # /lib/freetype
190 /lib/freetype/objs/debug_mt
191 /lib/freetype/objs/release_mt
192 /lib/freetype/objs/win32
193
194 # /lib/fribidi
195 /lib/fribidi/libfridibidi/Debug
196 /lib/fribidi/libfridibidi/Release
197
198 # /lib/gtest
199 /lib/gtest/Makefile.in
200 /lib/gtest/aclocal.m4
201 /lib/gtest/build-aux/config.guess
202 /lib/gtest/build-aux/config.h.in
203 /lib/gtest/build-aux/config.sub
204 /lib/gtest/build-aux/depcomp
205 /lib/gtest/build-aux/install-sh
206 /lib/gtest/build-aux/ltmain.sh
207 /lib/gtest/build-aux/missing
208 /lib/gtest/configure
209 /lib/gtest/m4/libtool.m4
210 /lib/gtest/m4/ltoptions.m4
211 /lib/gtest/m4/ltsugar.m4
212 /lib/gtest/m4/ltversion.m4
213 /lib/gtest/m4/lt~obsolete.m4
214 /lib/gtest/Makefile
215 /lib/gtest/build-aux/config.h
216 /lib/gtest/build-aux/config.h.in~
217 /lib/gtest/build-aux/stamp-h1
218 /lib/gtest/build-aux/test-driver
219 /lib/gtest/fused-src/
220 /lib/gtest/lib/
221 /lib/gtest/libtool
222 /lib/gtest/samples/.dirstamp
223 /lib/gtest/scripts/gtest-config
224 /lib/gtest/src/.dirstamp
225
226 # /lib/jsoncpp
227 /lib/jsoncpp/src/lib_json/Makefile
228
229 # /lib/libass
230 /lib/libass/config.guess
231 /lib/libass/config.h
232 /lib/libass/config.sub
233 /lib/libass/depcomp
234 /lib/libass/Makefile
235 /lib/libass/Makefile.in
236 /lib/libass/aclocal.m4
237 /lib/libass/autom4te.cache/
238 /lib/libass/compile
239 /lib/libass/config.h.in
240 /lib/libass/config.h.in~
241 /lib/libass/configure
242 /lib/libass/install-sh
243 /lib/libass/libass/Makefile
244 /lib/libass/libass/Makefile.in
245 /lib/libass/libtool
246 /lib/libass/ltmain.sh
247 /lib/libass/m4/libtool.m4
248 /lib/libass/m4/ltoptions.m4
249 /lib/libass/m4/ltsugar.m4
250 /lib/libass/m4/ltversion.m4
251 /lib/libass/m4/lt~obsolete.m4
252 /lib/libass/missing
253 /lib/libass/shave/libtool.m4
254 /lib/libass/shave/ltoptions.m4
255 /lib/libass/shave/ltsugar.m4
256 /lib/libass/shave/ltversion.m4
257 /lib/libass/shave/lt~obsolete.m4
258 /lib/libass/shave/shave
259 /lib/libass/shave/shave-libtool
260 /lib/libass/stamp-h1
261 /lib/libass/test/Makefile
262 /lib/libass/test/Makefile.in
263 /lib/libass/test/test
264 /lib/libass/xbmc/Makefile
265 /lib/libass/xbmc/libass_win32/Debug
266 /lib/libass/xbmc/libass_win32/Release
267 /lib/libass/m4/libtool.m4
268 /lib/libass/m4/ltoptions.m4
269 /lib/libass/m4/ltsugar.m4
270 /lib/libass/m4/ltversion.m4
271 /lib/libass/m4/lt~obsolete.m4
272
273 # /lib/libiconv
274 /lib/libiconv/libiconv_win32/Debug
275 /lib/libiconv/libiconv_win32/Release
276
277 # /lib/liblame
278 /lib/liblame/config.h
279 /lib/liblame/obj
280
281
282 # /lib/libmicrohttpd
283 /lib/libmicrohttpd/MHD_config.h
284 /lib/libmicrohttpd/Makefile
285 /lib/libmicrohttpd/contrib/Makefile
286 /lib/libmicrohttpd/doc/Makefile
287 /lib/libmicrohttpd/doc/microhttpd.info
288 /lib/libmicrohttpd/doc/stamp-vti
289 /lib/libmicrohttpd/doc/version.texi
290 /lib/libmicrohttpd/libtool
291 /lib/libmicrohttpd/m4/Makefile
292 /lib/libmicrohttpd/src/Makefile
293 /lib/libmicrohttpd/src/daemon/Makefile
294 /lib/libmicrohttpd/src/daemon/https/Makefile
295 /lib/libmicrohttpd/src/daemon/https/lgl/Makefile
296 /lib/libmicrohttpd/src/daemon/https/minitasn1/Makefile
297 /lib/libmicrohttpd/src/daemon/https/tls/Makefile
298 /lib/libmicrohttpd/src/daemon/https/x509/Makefile
299 /lib/libmicrohttpd/src/examples/Makefile
300 /lib/libmicrohttpd/src/examples/authorization_example
301 /lib/libmicrohttpd/src/examples/fileserver_example
302 /lib/libmicrohttpd/src/examples/fileserver_example_dirs
303 /lib/libmicrohttpd/src/examples/fileserver_example_external_select
304 /lib/libmicrohttpd/src/examples/https_fileserver_example
305 /lib/libmicrohttpd/src/examples/minimal_example
306 /lib/libmicrohttpd/src/examples/minimal_example_comet
307 /lib/libmicrohttpd/src/examples/querystring_example
308 /lib/libmicrohttpd/src/examples/refuse_post_example
309 /lib/libmicrohttpd/src/testcurl/daemon_options_test
310 /lib/libmicrohttpd/src/testcurl/Makefile
311 /lib/libmicrohttpd/src/testcurl/https/Makefile
312 /lib/libmicrohttpd/src/include/Makefile
313 /lib/libmicrohttpd/src/testzzuf/Makefile
314 /lib/libmicrohttpd/stamp-h1
315 /lib/libmicrohttpd/autom4te.cache/
316
317 # /lib/libmodplug/
318 /lib/libmodplug/libtool
319 /lib/libmodplug/src/stamp-h1
320 /lib/libmodplug/Makefile
321 /lib/libmodplug/src/Makefile
322 /lib/libmodplug/src/config.h
323 /lib/libmodplug/Debug
324 /lib/libmodplug/Release
325
326 # /lib/pcre
327 /lib/pcre/libpcre/Debug
328 /lib/pcre/libpcre/Release
329
330 # /project
331 /project/obj
332 /project/output
333
334 # /project/cmake
335 /project/cmake/xbmc-config.cmake
336
337 # /project/Win32BuildSetup/
338 /project/Win32BuildSetup/XBMC.log
339 /project/Win32BuildSetup/XBMCSetup*.exe
340 /project/Win32BuildSetup/languages.nsi
341 /project/Win32BuildSetup/skins.nsi
342 /project/Win32BuildSetup/xbmc-pvr-addons.nsi
343 /project/Win32BuildSetup/BUILD_WIN32/
344 /project/Win32BuildSetup/dependencies
345
346 # /project/BuildDependencies
347 /project/BuildDependencies/downloads
348 /project/BuildDependencies/downloads2
349 /project/BuildDependencies/include
350 /project/BuildDependencies/lib
351 /project/BuildDependencies/msys
352 /project/BuildDependencies/scripts/tmp
353 /project/BuildDependencies/bin/swig
354 /project/BuildDependencies/bin/doxygen
355
356 # /project/VS2008Express
357 /project/VS2008Express/Debug
358 /project/VS2008Express/Release
359 /project/VS2008Express/XBMC
360 /project/VS2008Express/glib
361 /project/VS2008Express/guilib
362 /project/VS2008Express/libPlatinum
363 /project/VS2008Express/libs
364 /project/VS2008Express/objs
365 /project/VS2008Express/UnrarXLib
366
367 # /project/VS2010Express
368 /project/VS2010Express/Debug
369 /project/VS2010Express/Release
370 /project/VS2010Express/XBMC
371 /project/VS2010Express/glib
372 /project/VS2010Express/guilib
373 /project/VS2010Express/libPlatinum
374 /project/VS2010Express/UnrarXLib
375 /project/VS2010Express/test-XbmcThreads
376 /project/VS2010Express/libs
377 /project/VS2010Express/objs
378 /project/VS2010Express/ipch
379 /project/VS2010Express/*.vsp
380 /project/VS2010Express/*.metaproj
381 /project/VS2010Express/*.metaproj.tmp
382
383 # /skin/
384 /skin/Confluence/media/Textures.xbt
385 /skin/PM3.HD/media/Textures.xbt
386
387 # /system
388 /system/cpluff.dll
389 /system/ImageLib.dll
390 /system/libcmyth.dll
391 /system/libcurl.dll
392 /system/libeay32.dll
393 /system/librtmp.dll
394 /system/libexif.dll
395 /system/libexpat.dll
396 /system/libidn-11.dll
397 /system/libssh2.dll
398 /system/libssl32.dll
399 /system/hdhomerun.dll
400 /system/ssh.dll
401 /system/sqlite3.dll
402 /system/libsamplerate-0.dll
403 /system/libnfs.dll
404 /system/dnssd.dll
405 /system/libcec.dll
406 /system/pthreadVC2.dll
407 /system/libxslt.dll
408
409 # /system/cdrip
410 /system/cdrip/lame_enc.dll
411 /system/cdrip/ogg.dll
412 /system/cdrip/vorbis.dll
413 /system/cdrip/vorbisenc.dll
414
415 # /system/players/dvdplayer
416 /system/players/dvdplayer/avcodec-54.dll
417 /system/players/dvdplayer/avfilter-3.dll
418 /system/players/dvdplayer/avformat-54.dll
419 /system/players/dvdplayer/avutil-52.dll
420 /system/players/dvdplayer/freetype6.dll
421 /system/players/dvdplayer/libass.dll
422 /system/players/dvdplayer/libdvdcss-2.dll
423 /system/players/dvdplayer/libdvdnav.dll
424 /system/players/dvdplayer/libexpat-1.dll
425 /system/players/dvdplayer/libfontconfig-1.dll
426 /system/players/dvdplayer/libgmp-10.dll
427 /system/players/dvdplayer/libgnutls-28.dll
428 /system/players/dvdplayer/libhogweed-2-5.dll
429 /system/players/dvdplayer/libnettle-4-7.dll
430 /system/players/dvdplayer/libp11-kit-0.dll
431 /system/players/dvdplayer/librtmp.dll
432 /system/players/dvdplayer/postproc-52.dll
433 /system/players/dvdplayer/swresample-0.dll
434 /system/players/dvdplayer/swscale-2.dll
435 /system/players/dvdplayer/libbluray.dll
436 /system/players/dvdplayer/libmpeg2-0.dll
437 /system/players/dvdplayer/libmad.dll
438
439 # /system/players/paplayer
440 /system/players/paplayer/libmodplug.dll
441 /system/players/paplayer/StSoundLibrary.dll
442 /system/players/paplayer/vorbisfile.dll
443 /system/players/paplayer/vgmstream.dll
444 /system/players/paplayer/NoseFart.dll
445 /system/players/paplayer/libsidplay2.dll
446 /system/players/paplayer/adpcm.dll
447 /system/players/paplayer/timidity.dll
448 /system/players/paplayer/libFLAC.dll
449 /system/players/paplayer/xbmc_asap.dll
450
451 # /system/players/dsplayer
452 /system/players/dsplayer/libsubs.dll
453
454 # /system
455 /system/profiles.xml
456
457 # /system/python
458 /system/python/
459
460 # /system/webserver
461 /system/webserver
462
463 /system/airplay
464
465 # /system
466 /system/zlib1.dll
467
468
469 # /screensavers/
470 /screensavers/Solarwinds.xbs
471 /screensavers/Euphoria.xbs
472 /screensavers/Plasma.xbs
473
474 # /skin/Confluence/
475 /skin/Confluence/BUILD
476
477 # /skin/PM3.HD/
478 /skin/PM3.HD/BUILD
479
480 # /skin/PM3.HD/media/
481 /skin/PM3.HD/media/*.db
482
483 # /skin/PM3.HD/media/Apple Movie Trailers/
484 /skin/PM3.HD/media/Apple Movie Trailers/*.db
485
486 # /skin/PM3.HD/media/busy/
487 /skin/PM3.HD/media/busy/*.db
488
489 # /skin/PM3.HD/media/flagging/aspectratio/
490 /skin/PM3.HD/media/flagging/aspectratio/Thumbs.db
491
492 # /skin/PM3.HD/media/flagging/audio/
493 /skin/PM3.HD/media/flagging/audio/Thumbs.db
494
495 # /skin/PM3.HD/media/flagging/video/
496 /skin/PM3.HD/media/flagging/video/Thumbs.db
497
498 # /tools/Changelog/
499 /tools/Changelog/Changelog.txt
500 /tools/Changelog/svn_log.xml
501 /tools/Changelog/Release
502 /tools/Changelog/Debug
503
504 # /tools/EventClients/
505 /tools/EventClients/*.pyc
506 /tools/EventClients/Clients/OSXRemote/Makefile
507 /tools/EventClients/Clients/OSXRemote/build/
508 /tools/EventClients/Clients/WiiRemote/WiiRemote
509
510 # /tools/Linux/
511 /tools/Linux/xbmc.sh
512 /tools/Linux/xbmc-standalone.sh
513
514 # /tools/osx
515 /tools/osx/XBMCHelper
516
517 # /tools/TexturePacker
518 /tools/TexturePacker/TexturePacker
519 /tools/TexturePacker/Makefile
520 /tools/TexturePacker/*.dll
521
522 # /tools/XBMCTex/
523 /tools/XBMCTex/Makefile
524
525 # /userdata/
526 /userdata/Database
527 /userdata/playlists
528 /userdata/Thumbnails
529 /userdata/cache
530 /userdata/guisettings.xml
531 /userdata/avpacksettings.xml
532
533 # /visualisations/
534 /visualisations/Goom.vis
535 /visualisations/ProjectM.vis
536 /visualisations/Waveform.vis
537 /visualisations/opengl_spectrum.vis
538 /visualisations/projectM/
539
540 # /xbmc/
541 /xbmc/config.h
542 /xbmc/config.h.in
543 /xbmc/config.h.in~
544 /xbmc/DllPaths_generated.h
545 /xbmc/DllPaths_generated_android.h
546 /xbmc/Makefile
547 /xbmc/stamp-h1
548
549 # /xbmc/addons/
550 /xbmc/addons/Makefile
551 /xbmc/addons/visualization.waveform
552
553 # /xbmc/android
554 /xbmc/android/Makefile
555 /xbmc/android/activity/Makefile
556 /xbmc/android/loader/Makefile
557 /xbmc/android/jni/Makefile
558
559 # /xbmc/cdrip/
560 /xbmc/cdrip/Makefile
561
562 # /xbmc/cores/
563 /xbmc/cores/AudioEngine/Makefile
564 /xbmc/cores/amlplayer/Makefile
565 /xbmc/cores/DllLoader/exports/build_wrapper.sh
566 /xbmc/cores/DllLoader/exports/wrapper.def
567 /xbmc/cores/DllLoader/Makefile
568 /xbmc/cores/DllLoader/exports/Makefile
569 /xbmc/cores/dvdplayer/Makefile
570 /xbmc/cores/dvdplayer/DVDCodecs/Audio/Makefile
571 /xbmc/cores/dvdplayer/DVDCodecs/Makefile
572 /xbmc/cores/dvdplayer/DVDCodecs/Overlay/Makefile
573 /xbmc/cores/dvdplayer/DVDCodecs/Video/CrystalHD/Makefile
574 /xbmc/cores/dvdplayer/DVDCodecs/Video/Makefile
575 /xbmc/cores/dvdplayer/DVDDemuxers/Makefile
576 /xbmc/cores/dvdplayer/DVDSubtitles/Makefile
577 /xbmc/cores/omxplayer/Makefile
578 /xbmc/cores/paplayer/Makefile
579 /xbmc/cores/playercorefactory/Makefile
580 /xbmc/cores/Makefile
581 /xbmc/cores/VideoRenderers/Makefile
582
583 # /xbmc/filesystem/
584 /xbmc/filesystem/Makefile
585
586 # /xbmc/freebsd/
587 /xbmc/freebsd/Makefile
588
589 # /xbmc/guilib/
590 /xbmc/guilib/Makefile
591 /xbmc/guilib/*.obj
592 /xbmc/guilib/*.idb
593 /xbmc/guilib/*.pdb
594 /xbmc/guilib/*.bak
595 /xbmc/guilib/Debug (Win32)
596 /xbmc/guilib/Release (Win32)
597 /xbmc/guilib/Release
598 /xbmc/guilib/Release_LTCG
599 /xbmc/guilib/Debug
600 /xbmc/guilib/Profile
601 /xbmc/guilib/Profile_FastCap
602
603 # /xbmc/input
604 /xbmc/input/linux/Makefile
605
606 # /xbmc/interfaces/
607 /xbmc/interfaces/Makefile
608 /xbmc/interfaces/python/Makefile
609 /xbmc/interfaces/python/generated/
610 /xbmc/interfaces/python/test/Makefile
611
612 # /xbmc/linux/
613 /xbmc/linux/Makefile
614
615 # /xbmc/main/
616 /xbmc/main/Makefile
617
618 # /xbmc/music/
619 /xbmc/music/karaoke/Makefile
620
621 # /xbmc/network/
622 /xbmc/network/Makefile
623 /xbmc/network/upnp/Makefile
624
625 # /xbmc/osx/
626 /xbmc/osx/Makefile
627
628 # /xbmc/peripherals/
629 /xbmc/peripherals/bus/Makefile
630 /xbmc/peripherals/devices/Makefile
631
632 #/xbmc/screensavers/
633 /xbmc/screensavers/Makefile
634 /xbmc/screensavers/rsxs-0.9/Makefile
635 /xbmc/screensavers/rsxs-0.9/configure
636 /xbmc/screensavers/rsxs-0.9/config.h
637 /xbmc/screensavers/rsxs-0.9/config.log
638 /xbmc/screensavers/rsxs-0.9/config/Makefile
639 /xbmc/screensavers/rsxs-0.9/lib/Makefile
640 /xbmc/screensavers/rsxs-0.9/libltdl/Makefile
641 /xbmc/screensavers/rsxs-0.9/src/Makefile
642 /xbmc/screensavers/rsxs-0.9/src/cyclone/Makefile
643 /xbmc/screensavers/rsxs-0.9/src/euphoria/Makefile
644 /xbmc/screensavers/rsxs-0.9/src/fieldlines/Makefile
645 /xbmc/screensavers/rsxs-0.9/src/flocks/Makefile
646 /xbmc/screensavers/rsxs-0.9/src/flux/Makefile
647 /xbmc/screensavers/rsxs-0.9/src/helios/Makefile
648 /xbmc/screensavers/rsxs-0.9/src/hyperspace/Makefile
649 /xbmc/screensavers/rsxs-0.9/src/lattice/Makefile
650 /xbmc/screensavers/rsxs-0.9/src/plasma/Makefile
651 /xbmc/screensavers/rsxs-0.9/src/skyrocket/Makefile
652 /xbmc/screensavers/rsxs-0.9/src/solarwinds/Makefile
653 /xbmc/screensavers/rsxs-0.9/xbmc/Makefile
654 /xbmc/screensavers/rsxs-0.9/autom4te.cache/
655 /xbmc/screensavers/rsxs-0.9/lib/alloca.h
656 /xbmc/screensavers/rsxs-0.9/lib/argz.h
657 /xbmc/screensavers/rsxs-0.9/lib/getopt.h
658 /xbmc/screensavers/rsxs-0.9/rsxs.spec
659 /xbmc/screensavers/rsxs-0.9/src/.dirstamp
660 /xbmc/screensavers/rsxs-0.9/src/euphoria/rs-euphoria
661 /xbmc/screensavers/rsxs-0.9/src/plasma/rs-plasma
662 /xbmc/screensavers/rsxs-0.9/src/solarwinds/rs-solarwinds
663 /xbmc/screensavers/rsxs-0.9/stamp-h1
664 /xbmc/screensavers/rsxs-0.9/aclocal.m4
665 /xbmc/screensavers/rsxs-0.9/compile
666 /xbmc/screensavers/rsxs-0.9/config.guess
667 /xbmc/screensavers/rsxs-0.9/config.h.in
668 /xbmc/screensavers/rsxs-0.9/config.h.in~
669 /xbmc/screensavers/rsxs-0.9/config.sub
670 /xbmc/screensavers/rsxs-0.9/config/Makefile.in
671 /xbmc/screensavers/rsxs-0.9/depcomp
672 /xbmc/screensavers/rsxs-0.9/INSTALL
673 /xbmc/screensavers/rsxs-0.9/install-sh
674 /xbmc/screensavers/rsxs-0.9/lib/Makefile.in
675 /xbmc/screensavers/rsxs-0.9/libltdl/Makefile.in
676 /xbmc/screensavers/rsxs-0.9/Makefile.in
677 /xbmc/screensavers/rsxs-0.9/missing
678 /xbmc/screensavers/rsxs-0.9/src/cyclone/Makefile.in
679 /xbmc/screensavers/rsxs-0.9/src/euphoria/Makefile.in
680 /xbmc/screensavers/rsxs-0.9/src/fieldlines/Makefile.in
681 /xbmc/screensavers/rsxs-0.9/src/flocks/Makefile.in
682 /xbmc/screensavers/rsxs-0.9/src/flux/Makefile.in
683 /xbmc/screensavers/rsxs-0.9/src/helios/Makefile.in
684 /xbmc/screensavers/rsxs-0.9/src/hyperspace/Makefile.in
685 /xbmc/screensavers/rsxs-0.9/src/lattice/Makefile.in
686 /xbmc/screensavers/rsxs-0.9/src/Makefile.in
687 /xbmc/screensavers/rsxs-0.9/src/plasma/Makefile.in
688 /xbmc/screensavers/rsxs-0.9/src/skyrocket/Makefile.in
689 /xbmc/screensavers/rsxs-0.9/src/solarwinds/Makefile.in
690
691 #/xbmc/utils
692 /xbmc/utils/Makefile
693
694 #/xbmc/visualizations/
695 /xbmc/visualizations/DirectXSpectrum/Debug (DirectX)
696 /xbmc/visualizations/DirectXSpectrum/Release (DirectX)
697 /xbmc/visualizations/EGLHelpers/Makefile
698 /xbmc/visualizations/Goom/Makefile
699 /xbmc/visualizations/Goom/goom2k4-0/aclocal.m4
700 /xbmc/visualizations/Goom/goom2k4-0/configure
701 /xbmc/visualizations/Goom/goom2k4-0/INSTALL
702 /xbmc/visualizations/Goom/goom2k4-0/Makefile.in
703 /xbmc/visualizations/Goom/goom2k4-0/config.guess
704 /xbmc/visualizations/Goom/goom2k4-0/config.sub
705 /xbmc/visualizations/Goom/goom2k4-0/depcomp
706 /xbmc/visualizations/Goom/goom2k4-0/install-sh
707 /xbmc/visualizations/Goom/goom2k4-0/ltmain.sh
708 /xbmc/visualizations/Goom/goom2k4-0/missing
709 /xbmc/visualizations/Goom/goom2k4-0/sdl-goom/Makefile.in
710 /xbmc/visualizations/Goom/goom2k4-0/src/Makefile.in
711 /xbmc/visualizations/Goom/goom2k4-0/xmms-goom/Makefile.in
712 /xbmc/visualizations/Goom/goom2k4-0/ylwrap
713 /xbmc/visualizations/Milkdrop/Debug
714 /xbmc/visualizations/Milkdrop/Release
715 /xbmc/visualizations/OpenGLSpectrum/Makefile
716 /xbmc/visualizations/WaveForm/Makefile
717 /xbmc/visualizations/WaveForm/Debug (DirectX)
718 /xbmc/visualizations/WaveForm/Release (DirectX)
719 /xbmc/visualizations/iTunes/Makefile
720 /xbmc/visualizations/XBMCProjectM/Makefile
721 /xbmc/visualizations/XBMCProjectM/libprojectM/Makefile
722 /xbmc/visualizations/XBMCProjectM/libprojectM/CMakeCache.txt
723 /xbmc/visualizations/XBMCProjectM/libprojectM/CMakeFiles/
724 /xbmc/visualizations/XBMCProjectM/libprojectM/cmake_install.cmake
725 /xbmc/visualizations/XBMCProjectM/libprojectM/config.inp
726 /xbmc/visualizations/fishBMC/Makefile
727
728 #/xbmc/win32/
729 # no longer used
730 /xbmc/win32/git_rev.h
731
732 # /xbmc/windowing/
733 /xbmc/windowing/Makefile
734 /xbmc/windowing/egl/Makefile
735 /xbmc/windowing/tests/wayland/xbmc_wayland_test_client_protocol.h
736 /xbmc/windowing/tests/wayland/xbmc_wayland_test_protocol.c
737 /xbmc/windowing/tests/wayland/xbmc_wayland_test_server_protocol.h
738 /xbmc/windowing/tests/wayland/Makefile
739
740 # /lib/ffmpeg/
741 /lib/ffmpeg/config.h
742 /lib/ffmpeg/config.err
743 /lib/ffmpeg/config.mak
744 /lib/ffmpeg/ffprobe
745 /lib/ffmpeg/ffprobe_g
746 /lib/ffmpeg/.version
747 /lib/ffmpeg/version.h
748 /lib/ffmpeg/libavutil/avconfig.h
749 /lib/ffmpeg/doc/ffmpeg.pod
750 /lib/ffmpeg/doc/ffplay.pod
751 /lib/ffmpeg/doc/*.html
752 /lib/ffmpeg/doc/*.1
753
754 # /lib/libdvd/
755 /lib/libdvd/Makefile
756
757 # /lib/libdvd/includes/
758 /lib/libdvd/includes/dv
759 /lib/libdvd/includes/dvdcss/dvdcss.h
760
761 # /lib/libdvd/includes/dvdread/
762 /lib/libdvd/includes/dvdread/ifo_print.h
763 /lib/libdvd/includes/dvdread/dvd_udf.h
764 /lib/libdvd/includes/dvdread/dvd_input.h
765 /lib/libdvd/includes/dvdread/bswap.h
766 /lib/libdvd/includes/dvdread/nav_read.h
767 /lib/libdvd/includes/dvdread/dvd_reader.h
768 /lib/libdvd/includes/dvdread/nav_print.h
769 /lib/libdvd/includes/dvdread/ifo_types.h
770 /lib/libdvd/includes/dvdread/bitreader.h
771 /lib/libdvd/includes/dvdread/md5.h
772 /lib/libdvd/includes/dvdread/dvdread
773 /lib/libdvd/includes/dvdread/dvdread_internal.h
774 /lib/libdvd/includes/dvdread/ifo_read.h
775 /lib/libdvd/includes/dvdread/nav_types.h
776
777 # /lib/libdvd/includes/dvdnav
778 /lib/libdvd/includes/dvdnav/dvd_types.h
779 /lib/libdvd/includes/dvdnav/dvdnav.h
780 /lib/libdvd/includes/dvdnav/dvdnav_events.h
781
782 # /lib/libdvd/libdvdcss/
783 /lib/libdvd/libdvdcss/.auto/
784 /lib/libdvd/libdvdcss/Makefile.in
785 /lib/libdvd/libdvdcss/aclocal.m4
786 /lib/libdvd/libdvdcss/autom4te.cache/
787 /lib/libdvd/libdvdcss/config.h.in~
788 /lib/libdvd/libdvdcss/configure
789 /lib/libdvd/libdvdcss/doc/Makefile.in
790 /lib/libdvd/libdvdcss/src/Makefile.in
791 /lib/libdvd/libdvdcss/src/dvdcss/Makefile.in
792 /lib/libdvd/libdvdcss/test/Makefile.in
793 /lib/libdvd/libdvdcss/config.log
794 /lib/libdvd/libdvdcss/config.st
795 /lib/libdvd/libdvdcss/stamp-h1
796 /lib/libdvd/libdvdcss/config.h
797 /lib/libdvd/libdvdcss/libtool
798 /lib/libdvd/libdvdcss/configure.lineno
799 /lib/libdvd/libdvdcss/Makefile
800 /lib/libdvd/libdvdcss/config.status
801 /lib/libdvd/libdvdcss/config.h.in
802 /lib/libdvd/libdvdcss/doc/Makefile
803 /lib/libdvd/libdvdcss/src/d
804 /lib/libdvd/libdvdcss/src/Makefile
805 /lib/libdvd/libdvdcss/src/dvdcss/Makefile
806 /lib/libdvd/libdvdcss/test/Makefile
807 /lib/libdvd/libdvdcss/doc/doxygen.cfg
808 /lib/libdvd/libdvdcss/test/csstest
809 /lib/libdvd/libdvdcss/test/csstest.exe
810
811 # /lib/libdvd/libdvdnav/
812 /lib/libdvd/libdvdnav/conf
813 /lib/libdvd/libdvdnav/obj
814 /lib/libdvd/libdvdnav/config.mak
815 /lib/libdvd/libdvdnav/config.h
816 /lib/libdvd/libdvdnav/config.status
817 /lib/libdvd/libdvdnav/Makefile.in
818 /lib/libdvd/libdvdnav/aclocal.m4
819 /lib/libdvd/libdvdnav/config.guess
820 /lib/libdvd/libdvdnav/config.h.in
821 /lib/libdvd/libdvdnav/config.sub
822 /lib/libdvd/libdvdnav/configure
823 /lib/libdvd/libdvdnav/depcomp
824 /lib/libdvd/libdvdnav/doc/Makefile.in
825 /lib/libdvd/libdvdnav/examples/Makefile.in
826 /lib/libdvd/libdvdnav/install-sh
827 /lib/libdvd/libdvdnav/ltmain.sh
828 /lib/libdvd/libdvdnav/m4/Makefile.in
829 /lib/libdvd/libdvdnav/misc/Makefile.in
830 /lib/libdvd/libdvdnav/missing
831 /lib/libdvd/libdvdnav/src/Makefile.in
832 /lib/libdvd/libdvdnav/src/vm/Makefile.in
833 /lib/libdvd/libdvdnav/INSTALL
834 /lib/libdvd/libdvdnav/autom4te.cache
835 /lib/libdvd/libdvdnav/config.h.in~
836
837 # /lib/libdvd/libdvdread/
838 /lib/libdvd/libdvdread/config.h
839 /lib/libdvd/libdvdread/obj
840 /lib/libdvd/libdvdread/config.mak
841 /lib/libdvd/libdvdread/Makefile.in
842 /lib/libdvd/libdvdread/aclocal.m4
843 /lib/libdvd/libdvdread/config.guess
844 /lib/libdvd/libdvdread/config.h.in
845 /lib/libdvd/libdvdread/config.sub
846 /lib/libdvd/libdvdread/configure
847 /lib/libdvd/libdvdread/depcomp
848 /lib/libdvd/libdvdread/install-sh
849 /lib/libdvd/libdvdread/ltmain.sh
850 /lib/libdvd/libdvdread/m4/Makefile.in
851 /lib/libdvd/libdvdread/misc/Makefile.in
852 /lib/libdvd/libdvdread/missing
853 /lib/libdvd/libdvdread/src/Makefile.in
854 /lib/libdvd/libdvdread/INSTALL
855 /lib/libdvd/libdvdread/autom4te.cache
856 /lib/libdvd/libdvdread/config.h.in~
857
858 # /lib/libmad/
859 /lib/libmad/config.h
860 /lib/libmad/Makefile
861 /lib/libmad/config.status
862 /lib/libmad/libmad.list
863 /lib/libmad/libtool
864 /lib/libmad/config.log
865 /lib/libmad/stamp-h1
866 /lib/libmad/configure.lineno
867 /lib/libmad/mad.h
868
869 # /lib/libmad/msvc++/
870 /lib/libmad/msvc++/Makefile
871 /lib/libmad/msvc++/libmad.lib
872 /lib/libmad/msvc++/Debug
873 /lib/libmad/msvc++/Release
874
875 # /lib/libmpeg2/
876 /lib/libmpeg2/config.log
877 /lib/libmpeg2/config.status
878 /lib/libmpeg2/libtool
879 /lib/libmpeg2/configure.lineno
880 /lib/libmpeg2/Makefile
881 /lib/libmpeg2/src/*.exe
882
883 # /lib/libmpeg2/doc/
884 /lib/libmpeg2/doc/Makefile
885
886 # /lib/libmpeg2/include/
887 /lib/libmpeg2/include/stamp-h1
888 /lib/libmpeg2/include/config.h
889 /lib/libmpeg2/include/Makefile
890
891 # /lib/libmpeg2/libmpeg2/
892 /lib/libmpeg2/libmpeg2/Makefile
893
894 # /lib/libmpeg2/libmpeg2/convert/
895 /lib/libmpeg2/libmpeg2/convert/Makefile
896
897 # /lib/libmpeg2/libvo/
898 /lib/libmpeg2/libvo/Makefile
899
900 # /lib/libmpeg2/src/
901 /lib/libmpeg2/src/Makefile
902 /lib/libmpeg2/src/corrupt_mpeg2
903 /lib/libmpeg2/src/extract_mpeg2
904 /lib/libmpeg2/src/mpeg2dec
905
906 # /lib/libmpeg2/test/
907 /lib/libmpeg2/test/Makefile
908
909 # /lib/libmpeg2/vc++/
910 /lib/libmpeg2/vc++/Makefile
911
912 # /lib/xbadpcm/
913 /lib/xbadpcm/Makefile
914 /lib/xbadpcm/adpcm.lib
915
916 # /lib/libflac/flac-1.2.1/
917 /lib/libflac/flac-1.2.1/Makefilee
918 /lib/libflac/flac-1.2.1/config.log
919 /lib/libflac/flac-1.2.1/config.h
920 /lib/libflac/flac-1.2.1/config.status
921 /lib/libflac/flac-1.2.1/libtool-disable-static
922 /lib/libflac/flac-1.2.1/stamp-h1
923 /lib/libflac/flac-1.2.1/configure.lineno
924 /lib/libflac/flac-1.2.1/config.cache
925 /lib/libflac/flac-1.2.1/Makefile
926 /lib/libflac/flac-1.2.1/libtool
927
928 /lib/libflac/Makefile
929 /lib/libflac/flac-1.2.1/include/test_libs_common/Makefile
930 /lib/libflac/flac-1.2.1/src/libFLAC/ppc/Makefile
931 /lib/libflac/flac-1.2.1/src/libFLAC/ppc/as/Makefile
932 /lib/libflac/flac-1.2.1/src/libFLAC/ppc/gas/Makefile
933 /lib/libflac/flac-1.2.1/src/flac/flac
934 /lib/libflac/flac-1.2.1/src/metaflac/metaflac
935
936 # /lib/libflac/flac-1.2.1/build/
937 /lib/libflac/flac-1.2.1/build/Makefile
938
939 # /lib/libflac/flac-1.2.1/include/
940 /lib/libflac/flac-1.2.1/include/Makefile
941
942 # /lib/libflac/flac-1.2.1/include/FLAC/
943 /lib/libflac/flac-1.2.1/include/FLAC/Makefile
944
945 # /lib/libflac/flac-1.2.1/include/FLAC++/
946 /lib/libflac/flac-1.2.1/include/FLAC++/Makefile
947
948 # /lib/libflac/flac-1.2.1/include/share/
949 /lib/libflac/flac-1.2.1/include/share/Makefile
950
951 # /lib/libflac/flac-1.2.1/include/share/grabbag/
952 /lib/libflac/flac-1.2.1/include/share/grabbag/Makefile
953
954
955 # /lib/libflac/flac-1.2.1/m4/
956 /lib/libflac/flac-1.2.1/m4/Makefile
957
958 # /lib/libflac/flac-1.2.1/obj/
959 /lib/libflac/flac-1.2.1/obj/Makefile
960
961 # /lib/libflac/flac-1.2.1/obj/debug/
962 /lib/libflac/flac-1.2.1/obj/debug/Makefile
963
964 # /lib/libflac/flac-1.2.1/obj/debug/bin/
965 /lib/libflac/flac-1.2.1/obj/debug/bin/Makefile
966
967 # /lib/libflac/flac-1.2.1/obj/debug/lib/
968 /lib/libflac/flac-1.2.1/obj/debug/lib/Makefile
969
970 # /lib/libflac/flac-1.2.1/obj/release/
971 /lib/libflac/flac-1.2.1/obj/release/Makefile
972
973 # /lib/libflac/flac-1.2.1/obj/release/bin/
974 /lib/libflac/flac-1.2.1/obj/release/bin/Makefile
975
976 # /lib/libflac/flac-1.2.1/obj/release/lib/
977 /lib/libflac/flac-1.2.1/obj/release/lib/Makefile
978
979 # /lib/libflac/flac-1.2.1/src/
980 /lib/libflac/flac-1.2.1/src/Makefile
981
982 # /lib/libflac/flac-1.2.1/src/flac/
983 /lib/libflac/flac-1.2.1/src/flac/Makefile
984
985 # /lib/libflac/flac-1.2.1/src/libFLAC/
986 /lib/libflac/flac-1.2.1/src/libFLAC/Makefile
987
988 # /lib/libflac/flac-1.2.1/src/libFLAC/ia32/
989 /lib/libflac/flac-1.2.1/src/libFLAC/ia32/Makefile
990
991 # /lib/libflac/flac-1.2.1/src/libFLAC/include/
992 /lib/libflac/flac-1.2.1/src/libFLAC/include/Makefile
993
994 # /lib/libflac/flac-1.2.1/src/libFLAC/include/private/
995 /lib/libflac/flac-1.2.1/src/libFLAC/include/private/Makefile
996
997 # /lib/libflac/flac-1.2.1/src/libFLAC/include/protected/
998 /lib/libflac/flac-1.2.1/src/libFLAC/include/protected/Makefile
999
1000 # /lib/libflac/flac-1.2.1/src/libFLAC++/
1001 /lib/libflac/flac-1.2.1/src/libFLAC++/Makefile
1002
1003 # /lib/libflac/flac-1.2.1/src/metaflac/
1004 /lib/libflac/flac-1.2.1/src/metaflac/Makefile
1005
1006 # /lib/libflac/flac-1.2.1/src/monkeys_audio_utilities/
1007 /lib/libflac/flac-1.2.1/src/monkeys_audio_utilities/Makefile
1008
1009 # /lib/libflac/flac-1.2.1/src/monkeys_audio_utilities/flac_mac/
1010 /lib/libflac/flac-1.2.1/src/monkeys_audio_utilities/flac_mac/Makefile
1011
1012 # /lib/libflac/flac-1.2.1/src/monkeys_audio_utilities/flac_ren/
1013 /lib/libflac/flac-1.2.1/src/monkeys_audio_utilities/flac_ren/Makefile
1014
1015 # /lib/libflac/flac-1.2.1/src/plugin_common/
1016 /lib/libflac/flac-1.2.1/src/plugin_common/Makefile
1017
1018 # /lib/libflac/flac-1.2.1/src/plugin_winamp2/
1019 /lib/libflac/flac-1.2.1/src/plugin_winamp2/Makefile
1020
1021 # /lib/libflac/flac-1.2.1/src/plugin_winamp2/include/
1022 /lib/libflac/flac-1.2.1/src/plugin_winamp2/include/Makefile
1023
1024 # /lib/libflac/flac-1.2.1/src/plugin_winamp2/include/winamp2/
1025 /lib/libflac/flac-1.2.1/src/plugin_winamp2/include/winamp2/Makefile
1026
1027 # /lib/libflac/flac-1.2.1/src/plugin_xmms/
1028 /lib/libflac/flac-1.2.1/src/plugin_xmms/Makefile
1029
1030 # /lib/libflac/flac-1.2.1/src/share/
1031 /lib/libflac/flac-1.2.1/src/share/Makefile
1032
1033 # /lib/libflac/flac-1.2.1/src/share/getopt/
1034 /lib/libflac/flac-1.2.1/src/share/getopt/Makefile
1035
1036 # /lib/libflac/flac-1.2.1/src/share/grabbag/
1037 /lib/libflac/flac-1.2.1/src/share/grabbag/Makefile
1038
1039 # /lib/libflac/flac-1.2.1/src/share/replaygain_analysis/
1040 /lib/libflac/flac-1.2.1/src/share/replaygain_analysis/Makefile
1041
1042 # /lib/libflac/flac-1.2.1/src/share/replaygain_synthesis/
1043 /lib/libflac/flac-1.2.1/src/share/replaygain_synthesis/Makefile
1044
1045 # /lib/libflac/flac-1.2.1/src/share/replaygain_synthesis/include/
1046 /lib/libflac/flac-1.2.1/src/share/replaygain_synthesis/include/Makefile
1047
1048 # /lib/libflac/flac-1.2.1/src/share/replaygain_synthesis/include/private/
1049 /lib/libflac/flac-1.2.1/src/share/replaygain_synthesis/include/private/Makefile
1050
1051 # /lib/libflac/flac-1.2.1/src/share/utf8/
1052 /lib/libflac/flac-1.2.1/src/share/utf8/Makefile
1053
1054 # /lib/nosefart/
1055 /lib/nosefart/Makefile
1056 /lib/nosefart/NoseFart.lib
1057 /lib/nosefart/Debug
1058 /lib/nosefart/Release
1059
1060 # /lib/libsidplay2/
1061 /lib/libsidplay2/Makefile
1062
1063 # /lib/libsidplay2/libsidplay/win/VC
1064 /lib/libsidplay2/libsidplay/win/VC/Debug
1065 /lib/libsidplay2/libsidplay/win/VC/Release
1066
1067 # /lib/snesapu/SNES/SNESAPU/
1068 /lib/snesapu/SNES/SNESAPU/Makefile
1069
1070 # /lib/stsound/StSoundLibrary/
1071 /lib/stsound/StSoundLibrary/Makefile
1072 /lib/stsound/StSoundLibrary/StSoundLibrary.lib
1073 /lib/stsound/StSoundLibrary/Debug
1074 /lib/stsound/StSoundLibrary/Release
1075
1076 # /lib/timidity/
1077 /lib/timidity/Makefile
1078
1079 # /lib/vgmstream/
1080 /lib/vgmstream/Makefile
1081
1082 # /lib/vgmstream/win32/
1083 /lib/vgmstream/win32/Debug
1084 /lib/vgmstream/win32/Release
1085 /lib/vgmstream/win32/win32.ncb
1086 /lib/vgmstream/win32/win32.suo
1087 /lib/vgmstream/win32/win32.lib
1088
1089 # /lib/win32/libmms_win32/
1090 /lib/win32/libmms_win32/msvc++/Debug
1091 /lib/win32/libmms_win32/msvc++/Release
1092
1093 # /lib/win32/libsamplerate
1094 /lib/win32/libsamplerate/libsamplerate_win32/Debug
1095 /lib/win32/libsamplerate/libsamplerate_win32/Release
1096
1097 # /lib/win32/sqlite
1098 /lib/win32/sqlite/libsqlite_win32/Debug
1099 /lib/win32/sqlite/libsqlite_win32/Release
1100
1101 # /lib/win32/vorbisfile/libvorbis/
1102 /lib/win32/vorbisfile/libvorbis/config.log
1103 /lib/win32/vorbisfile/libvorbis/config.h
1104 /lib/win32/vorbisfile/libvorbis/Makefile
1105 /lib/win32/vorbisfile/libvorbis/libvorbis.spec
1106 /lib/win32/vorbisfile/libvorbis/config.status
1107 /lib/win32/vorbisfile/libvorbis/stamp-h1
1108 /lib/win32/vorbisfile/libvorbis/configure.lineno
1109 /lib/win32/vorbisfile/libvorbis/libtool
1110
1111 # /lib/win32/vorbisfile/libvorbis/doc/
1112 /lib/win32/vorbisfile/libvorbis/doc/Makefile
1113
1114 # /lib/win32/vorbisfile/libvorbis/doc/vorbisenc/
1115 /lib/win32/vorbisfile/libvorbis/doc/vorbisenc/Makefile
1116
1117 # /lib/win32/vorbisfile/libvorbis/doc/vorbisfile/
1118 /lib/win32/vorbisfile/libvorbis/doc/vorbisfile/Makefile
1119
1120 # /lib/win32/vorbisfile/libvorbis/examples/
1121 /lib/win32/vorbisfile/libvorbis/examples/Makefile
1122
1123 # /lib/win32/vorbisfile/libvorbis/include/
1124 /lib/win32/vorbisfile/libvorbis/include/Makefile
1125
1126 # /lib/win32/vorbisfile/libvorbis/include/vorbis/
1127 /lib/win32/vorbisfile/libvorbis/include/vorbis/Makefile
1128
1129 # /lib/win32/vorbisfile/libvorbis/lib/
1130 /lib/win32/vorbisfile/libvorbis/lib/Makefile
1131
1132 # /lib/win32/vorbisfile/libvorbis/lib/books/
1133 /lib/win32/vorbisfile/libvorbis/lib/books/Makefile
1134
1135 # /lib/win32/vorbisfile/libvorbis/lib/books/coupled/
1136 /lib/win32/vorbisfile/libvorbis/lib/books/coupled/Makefile
1137
1138 # /lib/win32/vorbisfile/libvorbis/lib/books/floor/
1139 /lib/win32/vorbisfile/libvorbis/lib/books/floor/Makefile
1140
1141 # /lib/win32/vorbisfile/libvorbis/lib/books/uncoupled/
1142 /lib/win32/vorbisfile/libvorbis/lib/books/uncoupled/Makefile
1143
1144 # /lib/win32/vorbisfile/libvorbis/lib/modes/
1145 /lib/win32/vorbisfile/libvorbis/lib/modes/Makefile
1146
1147 # /lib/win32/vorbisfile/libvorbis/vq/
1148 /lib/win32/vorbisfile/libvorbis/vq/Makefile
1149
1150 # /lib/win32/vorbisfile/libvorbis/win32/
1151 /lib/win32/vorbisfile/libvorbis/win32/VS2008/libvorbis/Debug
1152 /lib/win32/vorbisfile/libvorbis/win32/VS2008/libvorbis/Release
1153 /lib/win32/vorbisfile/libvorbis/win32/VS2008/libvorbisfile/Debug
1154 /lib/win32/vorbisfile/libvorbis/win32/VS2008/libvorbisfile/Release
1155
1156 # /lib/win32/vorbisfile/ogg/
1157 /lib/win32/vorbisfile/ogg/config.log
1158 /lib/win32/vorbisfile/ogg/config.h
1159 /lib/win32/vorbisfile/ogg/Makefile
1160 /lib/win32/vorbisfile/ogg/config.status
1161 /lib/win32/vorbisfile/ogg/stamp-h1
1162 /lib/win32/vorbisfile/ogg/libogg.spec
1163 /lib/win32/vorbisfile/ogg/configure.lineno
1164 /lib/win32/vorbisfile/ogg/libtool
1165 /lib/win32/vorbisfile/ogg/win32/Static_Debug/
1166
1167 # /lib/win32/vorbisfile/ogg/doc/
1168 /lib/win32/vorbisfile/ogg/doc/Makefile
1169
1170 # /lib/win32/vorbisfile/ogg/doc/libogg/
1171 /lib/win32/vorbisfile/ogg/doc/libogg/Makefile
1172
1173 # /lib/win32/vorbisfile/ogg/include/
1174 /lib/win32/vorbisfile/ogg/include/Makefile
1175
1176 # /lib/win32/vorbisfile/ogg/include/ogg/
1177 /lib/win32/vorbisfile/ogg/include/ogg/config_types.h
1178 /lib/win32/vorbisfile/ogg/include/ogg/Makefile
1179
1180 # /lib/win32/vorbisfile/ogg/src/
1181 /lib/win32/vorbisfile/ogg/src/Makefile
1182 /lib/win32/vorbisfile/ogg/src/test_bitwise
1183 /lib/win32/vorbisfile/ogg/src/test_framing
1184
1185 # /lib/win32/vorbisfile/ogg/win32/
1186 /lib/win32/vorbisfile/ogg/win32/Makefile
1187 /lib/win32/vorbisfile/ogg/win32/Static_Debug
1188 /lib/win32/vorbisfile/ogg/win32/Static_Release
1189
1190 # /lib/cmyth/
1191 /lib/cmyth/Makefile.depend
1192 /lib/cmyth/Win32/libcmyth.lib
1193
1194 # /lib/cmyth/Win32
1195 /lib/cmyth/Win32/Debug
1196 /lib/cmyth/Win32/Release
1197
1198 # lib/cximage-6.0/
1199 /lib/cximage-6.0/Makefile
1200 /lib/cximage-6.0/Debug
1201 /lib/cximage-6.0/Release
1202 /lib/cximage-6.0/*/Debug
1203 /lib/cximage-6.0/*/Release
1204
1205 # /lib/cximage-6.0/zlib/
1206 /lib/cximage-6.0/zlib/zconf.h
1207 /lib/cximage-6.0/zlib/Makefile
1208
1209 # /lib/libexif
1210 /lib/libexif/Makefile
1211 /lib/libexif/Debug (DLL)
1212 /lib/libexif/Release (DLL)
1213 /lib/libexif/libexif.lib
1214
1215 /lib/libhdhomerun/Makefile
1216
1217 # /lib/libhts/Win32
1218 /lib/libhts/Win32/Debug
1219 /lib/libhts/Win32/Release
1220
1221
1222 # /lib/libRTV/
1223 /lib/libRTV/Makefile
1224 /lib/libRTV/Debug
1225 /lib/libRTV/Release
1226
1227 /lib/libsquish/Makefile
1228 /lib/libsquish/lib/squishd.lib
1229 /lib/libsquish/lib/squish.lib
1230 /lib/libsquish/vs7/squish/Debug
1231 /lib/libsquish/vs7/squish/Release
1232
1233 /lib/libUPnP/Makefile
1234
1235 # /lib/libXDAAP
1236 /lib/libXDAAP/Makefile
1237 /lib/libXDAAP/libXDAAP_win32/Debug
1238 /lib/libXDAAP/libXDAAP_win32/Release
1239
1240 # /portable_data
1241 /portable_data
1242
1243 /addons/library.xbmc.addon/libXBMC_addon.dll
1244 /addons/library.xbmc.addon/libXBMC_addon.lib
1245 /addons/library.xbmc.codec/libXBMC_codec.dll
1246 /addons/library.xbmc.codec/libXBMC_codec.lib
1247 /addons/library.xbmc.gui/libXBMC_gui.dll
1248 /addons/library.xbmc.gui/libXBMC_gui.lib
1249 /addons/library.xbmc.pvr/libXBMC_pvr.dll
1250 /addons/library.xbmc.pvr/libXBMC_pvr.lib
1251
1252 /pvr-addons