Merge pull request #2590 from ScudLee/Date-based_Nfo_fix
[vuplus_xbmc] / xbmc / DllPaths_win32.h
1 #ifndef DLL_PATHS_WIN32_H__
2 #define DLL_PATHS_WIN32_H_
3
4 /*
5  *      Copyright (C) 2005-2013 Team XBMC
6  *      http://www.xbmc.org
7  *
8  *  This Program is free software; you can redistribute it and/or modify
9  *  it under the terms of the GNU General Public License as published by
10  *  the Free Software Foundation; either version 2, or (at your option)
11  *  any later version.
12  *
13  *  This Program is distributed in the hope that it will be useful,
14  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
15  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16  *  GNU General Public License for more details.
17  *
18  *  You should have received a copy of the GNU General Public License
19  *  along with XBMC; see the file COPYING.  If not, see
20  *  <http://www.gnu.org/licenses/>.
21  *
22  */
23
24 /* libraries */
25 #define DLL_PATH_CPLUFF        "special://xbmcbin/system/cpluff.dll"
26 #define DLL_PATH_IMAGELIB      "special://xbmcbin/system/ImageLib.dll"
27 #define DLL_PATH_LIBEXIF       "special://xbmcbin/system/libexif.dll"
28 #define DLL_PATH_LIBID3TAG     "special://xbmcbin/system/libid3tag.dll"
29 #define DLL_PATH_LIBCMYTH      "special://xbmcbin/system/libcmyth.dll"
30 #define DLL_PATH_LIBHDHOMERUN  "special://xbmcbin/system/hdhomerun.dll"
31 #define DLL_PATH_LIBCURL       "special://xbmcbin/system/libcurl.dll"
32 #define DLL_PATH_LIBMICROHTTP  "special://xbmcbin/system/webserver/libmicrohttpd-5.dll"
33 #define DLL_PATH_LIBNFS        "special://xbmcbin/system/libnfs.dll"
34 #define DLL_PATH_LIBPLIST      "special://xbmcbin/system/airplay/libplist.dll"
35 #define DLL_PATH_LIBSHAIRPLAY  "special://xbmcbin/system/airplay/libshairplay-1.dll"
36 #define DLL_PATH_LIBCEC        "special://xbmcbin/system/libcec.dll"
37
38 /* paplayer */
39 #define DLL_PATH_ADPCM_CODEC   "special://xbmcbin/system/players/paplayer/adpcm.dll"
40 #define DLL_PATH_ASAP_CODEC    "special://xbmcbin/system/players/paplayer/xbmc_asap.dll"
41 #define DLL_PATH_FLAC_CODEC    "special://xbmcbin/system/players/paplayer/libFLAC.dll"
42 #define DLL_PATH_MAD_CODEC     "special://xbmcbin/system/players/dvdplayer/libmad.dll"
43 #define DLL_PATH_MID_CODEC     "special://xbmcbin/system/players/paplayer/timidity.dll"
44 #define DLL_PATH_NSF_CODEC     "special://xbmcbin/system/players/paplayer/nosefart.dll"
45 #define DLL_PATH_OGG_CODEC     "special://xbmcbin/system/players/paplayer/vorbisfile.dll"
46 #define DLL_PATH_SID_CODEC     "special://xbmcbin/system/players/paplayer/libsidplay2.dll"
47 #define DLL_PATH_SPC_CODEC     "special://xbmcbin/system/players/paplayer/SNESAPU.dll"
48 #define DLL_PATH_VGM_CODEC     "special://xbmcbin/system/players/paplayer/vgmstream.dll"
49 #define DLL_PATH_YM_CODEC      "special://xbmcbin/system/players/paplayer/stsoundlibrary.dll"
50 #define DLL_PATH_MODPLUG_CODEC "special://xbmcbin/system/players/paplayer/libmodplug.dll"
51
52 /* dvdplayer */
53 #define DLL_PATH_LIBASS        "special://xbmcbin/system/players/dvdplayer/libass.dll"
54 #define DLL_PATH_LIBMAD        "special://xbmcbin/system/players/dvdplayer/libmad.dll"
55 #define DLL_PATH_LIBMPEG2      "special://xbmcbin/system/players/dvdplayer/libmpeg2-0.dll"
56 #define DLL_PATH_LIBDVDNAV     "special://xbmcbin/system/players/dvdplayer/libdvdnav.dll"
57 #define DLL_PATH_LIBCRYSTALHD  "special://xbmcbin/system/players/dvdplayer/bcmDIL.dll"
58 #define DLL_PATH_LIBRTMP       "special://xbmcbin/system/players/dvdplayer/librtmp.dll"
59
60 /* ffmpeg */
61
62 /*
63 ** "DllPaths_generated_win32_ffmpeg.h" is generated by the win32 build
64 ** script: "$XBMC_SRC_ROOT/xbmc/lib/ffmpeg/build_xbmc_win32.sh" called
65 ** by BuildSetup.bat through buildmingwlibs.sh* 
66 */
67
68 #include "DllPaths_generated_win32_ffmpeg.h"
69
70
71 /* cdrip */
72 #define DLL_PATH_LAME_ENC      "special://xbmcbin/system/cdrip/lame_enc.dll"
73 #define DLL_PATH_OGG           "special://xbmcbin/system/cdrip/ogg.dll"
74 #define DLL_PATH_VORBIS_ENC    "special://xbmcbin/system/cdrip/vorbisenc.dll"
75 #define DLL_PATH_VORBIS        "special://xbmcbin/system/cdrip/vorbis.dll"
76
77 /* libbluray */
78 #define DLL_PATH_LIBBLURAY     "special://xbmcbin/system/players/dvdplayer/libbluray.dll"
79
80 #endif
81