aboutsummaryrefslogtreecommitdiff
path: root/xbmc/DllPaths_generated.h.in
blob: 39fa7f5002ee115e40dde6a93c9c419ad249cf12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
#ifndef DLL_PATHS_GENERATED_H_
#define DLL_PATHS_GENERATED_H_

/*
 *      Copyright (C) 2005-2010 Team XBMC
 *      http://www.xbmc.org
 *
 *  This Program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2, or (at your option)
 *  any later version.
 *
 *  This Program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with XBMC; see the file COPYING.  If not, write to
 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 *  http://www.gnu.org/copyleft/gpl.html
 *
 */

/* prefix install location */
#define PREFIX_USR_PATH        "@prefix@"

/* libraries */
#define DLL_PATH_CPLUFF        "special://xbmcbin/system/libcpluff-@ARCH@.so"
#define DLL_PATH_IMAGELIB      "special://xbmcbin/system/ImageLib-@ARCH@.so"
#define DLL_PATH_LIBEXIF       "special://xbmcbin/system/libexif-@ARCH@.so"
#define DLL_PATH_LIBID3TAG     "special://xbmcbin/system/libid3tag-@ARCH@.so"
#define DLL_PATH_LIBHDHOMERUN  "special://xbmcbin/system/hdhomerun-@ARCH@.so"
#define DLL_PATH_MEDIAINFO     "special://xbmcbin/system/mediainfo-@ARCH@.so"
#define DLL_PATH_LIBCMYTH      "special://xbmcbin/system/libcmyth-@ARCH@.so"

#define DLL_PATH_LIBRTMP       "@RTMP_SONAME@"

#ifndef DLL_PATH_LIBCURL
#define DLL_PATH_LIBCURL       "@CURL_SONAME@"
#endif

/* paplayer */
#define DLL_PATH_AAC_CODEC     "special://xbmcbin/system/players/paplayer/AACCodec-@ARCH@.so"
#define DLL_PATH_ADPCM_CODEC   "special://xbmcbin/system/players/paplayer/adpcm-@ARCH@.so"
#define DLL_PATH_ADPLUG_CODEC  "special://xbmcbin/system/players/paplayer/adplug-@ARCH@.so"
#define DLL_PATH_APE_CODEC     "special://xbmcbin/system/players/paplayer/MACDll-@ARCH@.so"
#define DLL_PATH_ASAP_CODEC    "special://xbmcbin/system/players/paplayer/xbmc_asap-@ARCH@.so"
#define DLL_PATH_DCA_CODEC     "special://xbmcbin/system/players/paplayer/dcacodec-@ARCH@.so"
#define DLL_PATH_GYM_CODEC     "special://xbmcbin/system/players/paplayer/gensapu-@ARCH@.so"
#define DLL_PATH_MID_CODEC     "special://xbmcbin/system/players/paplayer/timidity-@ARCH@.so"
#define DLL_PATH_MODULE_CODEC  "special://xbmcbin/system/players/paplayer/dumb-@ARCH@.so"
#define DLL_PATH_MPC_CODEC     "special://xbmcbin/system/players/paplayer/libmpcdec-@ARCH@.so"
#define DLL_PATH_NSF_CODEC     "special://xbmcbin/system/players/paplayer/nosefart-@ARCH@.so"
#define DLL_PATH_SID_CODEC     "special://xbmcbin/system/players/paplayer/libsidplay2-@ARCH@.so"
#define DLL_PATH_SPC_CODEC     "special://xbmcbin/system/players/paplayer/SNESAPU-@ARCH@.so"
#define DLL_PATH_VGM_CODEC     "special://xbmcbin/system/players/paplayer/vgmstream-@ARCH@.so"
#define DLL_PATH_WAVPACK_CODEC "@WAVPACK_SONAME@"
#define DLL_PATH_YM_CODEC      "special://xbmcbin/system/players/paplayer/stsoundlibrary-@ARCH@.so"

#define DLL_PATH_FLAC_CODEC    "@FLAC_SONAME@"
#define DLL_PATH_MODPLUG_CODEC "@MODPLUG_SONAME@"
#define DLL_PATH_OGG_CODEC     "@VORBISFILE_SONAME@"

/* dvdplayer */
#define DLL_PATH_LIBDVDNAV     "special://xbmcbin/system/players/dvdplayer/libdvdnav-@ARCH@.so"
#define DLL_PATH_LIBMPEG2      "@MPEG2_SONAME@"
#define DLL_PATH_LIBMAD        "@MAD_SONAME@"

/* ffmpeg */
#define DLL_PATH_LIBAVCODEC    "special://xbmcbin/system/players/dvdplayer/avcodec-52-@ARCH@.so"
#define DLL_PATH_LIBAVCORE     "special://xbmcbin/system/players/dvdplayer/avcore-0-@ARCH@.so"
#define DLL_PATH_LIBAVFORMAT   "special://xbmcbin/system/players/dvdplayer/avformat-52-@ARCH@.so"
#define DLL_PATH_LIBAVUTIL     "special://xbmcbin/system/players/dvdplayer/avutil-50-@ARCH@.so"
#define DLL_PATH_LIBPOSTPROC   "special://xbmcbin/system/players/dvdplayer/postproc-51-@ARCH@.so"
#define DLL_PATH_LIBSWSCALE    "special://xbmcbin/system/players/dvdplayer/swscale-0-@ARCH@.so"

/* cdrip */
#if defined(_LINUX) && !defined(__APPLE__)
#define DLL_PATH_LAME_ENC      "libmp3lame.so.0"
#else
#define DLL_PATH_LAME_ENC      "special://xbmcbin/system/cdrip/lame_enc-@ARCH@.so"
#endif
#define DLL_PATH_OGG           "@OGG_SONAME@"
#define DLL_PATH_VORBIS_ENC    "@VORBISENC_SONAME@"
#define DLL_PATH_VORBIS        "@VORBIS_SONAME@"

/* broadcom crystalhd */
#if defined(_LINUX) && !defined(__APPLE__)
#define DLL_PATH_LIBCRYSTALHD  "@CRYSTALHD_SONAME@"
#else
#define DLL_PATH_LIBCRYSTALHD  "libcrystalhd.dylib"
#endif

/* libbluray */
#define DLL_PATH_LIBBLURAY     "@BLURAY_SONAME@"

/* apple vdadecoder */
#define DLL_PATH_LIBVDADECODER "/System/Library/Frameworks/VideoDecodeAcceleration.framework/Versions/Current/VideoDecodeAcceleration"

#endif