Merge pull request #4857 from t-nelson/Gotham_13.2_backports
[vuplus_xbmc] / xbmc / DllPaths_generated.h.in
1 #ifndef DLL_PATHS_GENERATED_H_
2 #define DLL_PATHS_GENERATED_H_
3
4 /*
5  *      Copyright (C) 2005-2013 Team XBMC
6  *      http://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 /* prefix install location */
25 #define PREFIX_USR_PATH        "@prefix@"
26
27 /* libraries */
28 #define DLL_PATH_CPLUFF        "special://xbmcbin/system/libcpluff-@ARCH@.so"
29 #define DLL_PATH_IMAGELIB      "special://xbmcbin/system/ImageLib-@ARCH@.so"
30 #define DLL_PATH_LIBEXIF       "special://xbmcbin/system/libexif-@ARCH@.so"
31 #define DLL_PATH_LIBHDHOMERUN  "special://xbmcbin/system/hdhomerun-@ARCH@.so"
32 #define DLL_PATH_MEDIAINFO     "special://xbmcbin/system/mediainfo-@ARCH@.so"
33 #define DLL_PATH_LIBCMYTH      "special://xbmcbin/system/libcmyth-@ARCH@.so"
34
35 #define DLL_PATH_LIBRTMP       "@RTMP_SONAME@"
36 #define DLL_PATH_LIBNFS        "@NFS_SONAME@"
37 #define DLL_PATH_LIBAFP        "@AFPCLIENT_SONAME@"
38 #define DLL_PATH_LIBPLIST      "@PLIST_SONAME@"
39 #define DLL_PATH_LIBSHAIRPORT  "@SHAIRPORT_SONAME@"
40 #define DLL_PATH_LIBSHAIRPLAY  "@SHAIRPLAY_SONAME@"
41 #define DLL_PATH_LIBCEC        "@LIBCEC_SONAME@"
42
43 #ifndef DLL_PATH_LIBCURL
44 #define DLL_PATH_LIBCURL       "@CURL_SONAME@"
45 #endif
46
47 /* paplayer */
48 #define DLL_PATH_AAC_CODEC     "special://xbmcbin/system/players/paplayer/AACCodec-@ARCH@.so"
49 #define DLL_PATH_ADPLUG_CODEC  "special://xbmcbin/system/players/paplayer/adplug-@ARCH@.so"
50 #define DLL_PATH_APE_CODEC     "special://xbmcbin/system/players/paplayer/MACDll-@ARCH@.so"
51 #define DLL_PATH_ASAP_CODEC    "special://xbmcbin/system/players/paplayer/xbmc_asap-@ARCH@.so"
52 #define DLL_PATH_DCA_CODEC     "special://xbmcbin/system/players/paplayer/dcacodec-@ARCH@.so"
53 #define DLL_PATH_GYM_CODEC     "special://xbmcbin/system/players/paplayer/gensapu-@ARCH@.so"
54 #define DLL_PATH_MID_CODEC     "special://xbmcbin/system/players/paplayer/timidity-@ARCH@.so"
55 #define DLL_PATH_MODULE_CODEC  "special://xbmcbin/system/players/paplayer/dumb-@ARCH@.so"
56 #define DLL_PATH_MPC_CODEC     "special://xbmcbin/system/players/paplayer/libmpcdec-@ARCH@.so"
57 #define DLL_PATH_NSF_CODEC     "special://xbmcbin/system/players/paplayer/nosefart-@ARCH@.so"
58 #define DLL_PATH_SID_CODEC     "special://xbmcbin/system/players/paplayer/libsidplay2-@ARCH@.so"
59 #define DLL_PATH_SPC_CODEC     "special://xbmcbin/system/players/paplayer/SNESAPU-@ARCH@.so"
60 #define DLL_PATH_VGM_CODEC     "special://xbmcbin/system/players/paplayer/vgmstream-@ARCH@.so"
61 #define DLL_PATH_WAVPACK_CODEC "@WAVPACK_SONAME@"
62 #define DLL_PATH_YM_CODEC      "special://xbmcbin/system/players/paplayer/stsoundlibrary-@ARCH@.so"
63
64 #define DLL_PATH_FLAC_CODEC    "@FLAC_SONAME@"
65 #define DLL_PATH_MODPLUG_CODEC "@MODPLUG_SONAME@"
66 #define DLL_PATH_OGG_CODEC     "@VORBISFILE_SONAME@"
67
68 /* dvdplayer */
69 #define DLL_PATH_LIBASS        "@ASS_SONAME@"
70 #define DLL_PATH_LIBDVDNAV     "special://xbmcbin/system/players/dvdplayer/libdvdnav-@ARCH@.so"
71 #define DLL_PATH_LIBMPEG2      "@MPEG2_SONAME@"
72 #define DLL_PATH_LIBMAD        "@MAD_SONAME@"
73
74 /* ffmpeg */
75 #define DLL_PATH_LIBAVCODEC    "special://xbmcbin/system/players/dvdplayer/avcodec-54-@ARCH@.so"
76 #define DLL_PATH_LIBAVFORMAT   "special://xbmcbin/system/players/dvdplayer/avformat-54-@ARCH@.so"
77 #define DLL_PATH_LIBAVUTIL     "special://xbmcbin/system/players/dvdplayer/avutil-52-@ARCH@.so"
78 #define DLL_PATH_LIBPOSTPROC   "special://xbmcbin/system/players/dvdplayer/postproc-52-@ARCH@.so"
79 #define DLL_PATH_LIBSWSCALE    "special://xbmcbin/system/players/dvdplayer/swscale-2-@ARCH@.so"
80 #define DLL_PATH_LIBAVFILTER   "special://xbmcbin/system/players/dvdplayer/avfilter-3-@ARCH@.so"
81 #define DLL_PATH_LIBSWRESAMPLE "special://xbmcbin/system/players/dvdplayer/swresample-0-@ARCH@.so"
82
83 /* cdrip */
84 #define DLL_PATH_LAME_ENC      "@LAMEENC_SONAME@"
85 #define DLL_PATH_OGG           "@OGG_SONAME@"
86 #define DLL_PATH_VORBIS_ENC    "@VORBISENC_SONAME@"
87 #define DLL_PATH_VORBIS        "@VORBIS_SONAME@"
88
89 /* broadcom crystalhd */
90 #if defined(TARGET_DARWIN)
91 #define DLL_PATH_LIBCRYSTALHD  "libcrystalhd.dylib"
92 #else
93 #define DLL_PATH_LIBCRYSTALHD  "@CRYSTALHD_SONAME@"
94 #endif
95
96 /* libbluray */
97 #define DLL_PATH_LIBBLURAY     "@BLURAY_SONAME@"
98
99 /* wayland */
100 #define DLL_PATH_WAYLAND_CLIENT "@WAYLAND_CLIENT_LIBRARY_SONAME@"
101 #define DLL_PATH_WAYLAND_EGL "@WAYLAND_EGL_LIBRARY_SONAME@"
102
103 /* xkbcommon */
104 #define DLL_PATH_XKBCOMMON "@XKBCOMMON_LIBRARY_SONAME@"
105
106 #endif