merge r35638, fixed (again), need to ref from @executable_path path or loader will...
[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-2010 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, write to
20  *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
21  *  http://www.gnu.org/copyleft/gpl.html
22  *
23  */
24
25 /* libraries */
26 #define DLL_PATH_CPLUFF        "special://xbmcbin/system/libcpluff-@ARCH@.so"
27 #define DLL_PATH_IMAGELIB      "special://xbmcbin/system/ImageLib-@ARCH@.so"
28 #define DLL_PATH_LIBEXIF       "special://xbmcbin/system/libexif-@ARCH@.so"
29 #define DLL_PATH_LIBID3TAG     "special://xbmcbin/system/libid3tag-@ARCH@.so"
30 #define DLL_PATH_LIBHDHOMERUN  "special://xbmcbin/system/hdhomerun-@ARCH@.so"
31 #define DLL_PATH_MEDIAINFO     "special://xbmcbin/system/mediainfo-@ARCH@.so"
32 #define DLL_PATH_LIBCMYTH      "xbmc.so"
33
34 #if defined(_LINUX) && !defined(__APPLE__)
35 #define DLL_PATH_LIBRTMP       "@RTMP_SONAME@"
36 #else
37 #define DLL_PATH_LIBRTMP       "librtmp.so"
38 #endif
39
40 #ifndef DLL_PATH_LIBCURL
41 #ifdef __APPLE__
42 #define DLL_PATH_LIBCURL       "special://xbmcbin/system/libcurl-@ARCH@.so"
43 #else
44 #define DLL_PATH_LIBCURL       "@CURL_SONAME@"
45 #endif
46 #endif
47
48 /* paplayer */
49 #define DLL_PATH_AAC_CODEC     "special://xbmcbin/system/players/paplayer/AACCodec-@ARCH@.so"
50 #define DLL_PATH_AC3_CODEC     "special://xbmcbin/system/players/paplayer/ac3codec-@ARCH@.so"
51 #define DLL_PATH_ADPCM_CODEC   "special://xbmcbin/system/players/paplayer/adpcm-@ARCH@.so"
52 #define DLL_PATH_ADPLUG_CODEC  "special://xbmcbin/system/players/paplayer/adplug-@ARCH@.so"
53 #define DLL_PATH_APE_CODEC     "special://xbmcbin/system/players/paplayer/MACDll-@ARCH@.so"
54 #define DLL_PATH_ASAP_CODEC    "special://xbmcbin/system/players/paplayer/xbmc_asap-@ARCH@.so"
55 #define DLL_PATH_DCA_CODEC     "special://xbmcbin/system/players/paplayer/dcacodec-@ARCH@.so"
56 #define DLL_PATH_GYM_CODEC     "special://xbmcbin/system/players/paplayer/gensapu-@ARCH@.so"
57 #define DLL_PATH_MID_CODEC     "special://xbmcbin/system/players/paplayer/timidity-@ARCH@.so"
58 #define DLL_PATH_MODULE_CODEC  "special://xbmcbin/system/players/paplayer/dumb-@ARCH@.so"
59 #define DLL_PATH_MPC_CODEC     "special://xbmcbin/system/players/paplayer/libmpcdec-@ARCH@.so"
60 #define DLL_PATH_NSF_CODEC     "special://xbmcbin/system/players/paplayer/nosefart-@ARCH@.so"
61 #define DLL_PATH_SID_CODEC     "special://xbmcbin/system/players/paplayer/libsidplay2-@ARCH@.so"
62 #define DLL_PATH_SPC_CODEC     "special://xbmcbin/system/players/paplayer/SNESAPU-@ARCH@.so"
63 #define DLL_PATH_VGM_CODEC     "special://xbmcbin/system/players/paplayer/vgmstream-@ARCH@.so"
64 #define DLL_PATH_WAVPACK_CODEC "special://xbmcbin/system/players/paplayer/wavpack-@ARCH@.so"
65 #define DLL_PATH_WMA_CODEC     "special://xbmcbin/system/players/paplayer/wma-@ARCH@.so"
66 #define DLL_PATH_YM_CODEC      "special://xbmcbin/system/players/paplayer/stsoundlibrary-@ARCH@.so"
67 #define DLL_PATH_SHN_CODEC     "special://xbmcbin/system/players/paplayer/libshnplay-@ARCH@.so"
68 #if defined(_LINUX) && !defined(__APPLE__)
69 #define DLL_PATH_FLAC_CODEC    "@FLAC_SONAME@"
70 #define DLL_PATH_MODPLUG_CODEC "@MODPLUG_SONAME@"
71 #define DLL_PATH_OGG_CODEC     "@VORBISFILE_SONAME@"
72 #else
73 #define DLL_PATH_FLAC_CODEC    "special://xbmcbin/system/players/paplayer/libFLAC-@ARCH@.so"
74 #define DLL_PATH_MODPLUG_CODEC "special://xbmcbin/system/players/paplayer/libmodplug-@ARCH@.so"
75 #define DLL_PATH_OGG_CODEC     "@executable_path/../Frameworks/@VORBISFILE_SONAME@"
76 #endif
77
78 /* dvdplayer */
79 #define DLL_PATH_LIBASS        "special://xbmcbin/system/players/dvdplayer/libass-@ARCH@.so"
80 #define DLL_PATH_LIBA52        "special://xbmcbin/system/players/dvdplayer/liba52-@ARCH@.so"
81 #define DLL_PATH_LIBDTS        "special://xbmcbin/system/players/dvdplayer/libdts-@ARCH@.so"
82 #define DLL_PATH_LIBMPEG2      "special://xbmcbin/system/players/dvdplayer/libmpeg2-@ARCH@.so"
83 #define DLL_PATH_LIBDVDNAV     "special://xbmcbin/system/players/dvdplayer/libdvdnav-@ARCH@.so"
84 #if defined(_LINUX) && !defined(__APPLE__)
85 #define DLL_PATH_LIBFAAD       "@FAAD_SONAME@"
86 #define DLL_PATH_LIBMAD        "@MAD_SONAME@"
87 #else
88 #define DLL_PATH_LIBFAAD       "special://xbmcbin/system/players/dvdplayer/libfaad-@ARCH@.so"
89 #define DLL_PATH_LIBMAD        "special://xbmcbin/system/players/dvdplayer/libmad-@ARCH@.so"
90 #endif
91
92 /* ffmpeg */
93 #define DLL_PATH_LIBAVCODEC    "special://xbmcbin/system/players/dvdplayer/avcodec-52-@ARCH@.so"
94 #define DLL_PATH_LIBAVFORMAT   "special://xbmcbin/system/players/dvdplayer/avformat-52-@ARCH@.so"
95 #define DLL_PATH_LIBAVUTIL     "special://xbmcbin/system/players/dvdplayer/avutil-50-@ARCH@.so"
96 #define DLL_PATH_LIBPOSTPROC   "special://xbmcbin/system/players/dvdplayer/postproc-51-@ARCH@.so"
97 #define DLL_PATH_LIBSWSCALE    "special://xbmcbin/system/players/dvdplayer/swscale-0.6.1-@ARCH@.so"
98
99 /* cdrip */
100 #if defined(_LINUX) && !defined(__APPLE__)
101 #define DLL_PATH_LAME_ENC      "libmp3lame.so.0"
102 #define DLL_PATH_OGG           "@OGG_SONAME@"
103 #define DLL_PATH_VORBIS_ENC    "@VORBISENC_SONAME@"
104 #define DLL_PATH_VORBIS        "@VORBIS_SONAME@"
105 #else
106 #define DLL_PATH_LAME_ENC      "special://xbmcbin/system/cdrip/lame_enc-@ARCH@.so"
107 #define DLL_PATH_OGG           "@executable_path/../Frameworks/@OGG_SONAME@"
108 #define DLL_PATH_VORBIS_ENC    "@executable_path/../Frameworks/@VORBISENC_SONAME@"
109 #define DLL_PATH_VORBIS        "@executable_path/../Frameworks/@VORBIS_SONAME@"
110 #endif
111
112 /* broadcom crystalhd */
113 #if defined(_LINUX) && !defined(__APPLE__)
114 #define DLL_PATH_LIBCRYSTALHD "@CRYSTALHD_SONAME@"
115 #else
116 #define DLL_PATH_LIBCRYSTALHD "libcrystalhd.dylib"
117 #endif
118
119 /* libbluray */
120 #if defined(_LINUX) && !defined(__APPLE__)
121 #define DLL_PATH_LIBBLURAY "@BLURAY_SONAME@"
122 #else
123 #define DLL_PATH_LIBBLURAY "libbluray.dylib"
124 #endif
125
126 /* apple vdadecoder */
127 #define DLL_PATH_LIBVDADECODER  "/System/Library/Frameworks/VideoDecodeAcceleration.framework/Versions/Current/VideoDecodeAcceleration"
128
129 #endif