blob: f9740070b2a07392e1d261ac02716ac0f75a8875 (
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
|
#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
*
*/
/* 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 "xbmc.so"
#if defined(_LINUX) && !defined(__APPLE__)
#define DLL_PATH_LIBRTMP "@RTMP_SONAME@"
#else
#define DLL_PATH_LIBRTMP "librtmp.so"
#endif
#ifndef DLL_PATH_LIBCURL
#ifdef __APPLE__
#define DLL_PATH_LIBCURL "special://xbmcbin/system/libcurl-@ARCH@.so"
#else
#define DLL_PATH_LIBCURL "@CURL_SONAME@"
#endif
#endif
/* paplayer */
#define DLL_PATH_AAC_CODEC "special://xbmcbin/system/players/paplayer/AACCodec-@ARCH@.so"
#define DLL_PATH_AC3_CODEC "special://xbmcbin/system/players/paplayer/ac3codec-@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 "special://xbmcbin/system/players/paplayer/wavpack-@ARCH@.so"
#define DLL_PATH_YM_CODEC "special://xbmcbin/system/players/paplayer/stsoundlibrary-@ARCH@.so"
#define DLL_PATH_SHN_CODEC "special://xbmcbin/system/players/paplayer/libshnplay-@ARCH@.so"
#if defined(_LINUX) && !defined(__APPLE__)
#define DLL_PATH_FLAC_CODEC "@FLAC_SONAME@"
#define DLL_PATH_MODPLUG_CODEC "@MODPLUG_SONAME@"
#define DLL_PATH_OGG_CODEC "@VORBISFILE_SONAME@"
#else
#define DLL_PATH_FLAC_CODEC "special://xbmcbin/system/players/paplayer/libFLAC-@ARCH@.so"
#define DLL_PATH_MODPLUG_CODEC "special://xbmcbin/system/players/paplayer/libmodplug-@ARCH@.so"
#define DLL_PATH_OGG_CODEC "@executable_path/../Frameworks/@VORBISFILE_SONAME@"
#endif
/* dvdplayer */
#define DLL_PATH_LIBASS "special://xbmcbin/system/players/dvdplayer/libass-@ARCH@.so"
#define DLL_PATH_LIBA52 "special://xbmcbin/system/players/dvdplayer/liba52-@ARCH@.so"
#define DLL_PATH_LIBDTS "special://xbmcbin/system/players/dvdplayer/libdts-@ARCH@.so"
#define DLL_PATH_LIBMPEG2 "special://xbmcbin/system/players/dvdplayer/libmpeg2-@ARCH@.so"
#define DLL_PATH_LIBDVDNAV "special://xbmcbin/system/players/dvdplayer/libdvdnav-@ARCH@.so"
#if defined(_LINUX) && !defined(__APPLE__)
#define DLL_PATH_LIBFAAD "@FAAD_SONAME@"
#define DLL_PATH_LIBMAD "@MAD_SONAME@"
#else
#define DLL_PATH_LIBFAAD "special://xbmcbin/system/players/dvdplayer/libfaad-@ARCH@.so"
#define DLL_PATH_LIBMAD "special://xbmcbin/system/players/dvdplayer/libmad-@ARCH@.so"
#endif
/* ffmpeg */
#define DLL_PATH_LIBAVCODEC "special://xbmcbin/system/players/dvdplayer/avcodec-52-@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.6.1-@ARCH@.so"
/* cdrip */
#if defined(_LINUX) && !defined(__APPLE__)
#define DLL_PATH_LAME_ENC "libmp3lame.so.0"
#define DLL_PATH_OGG "@OGG_SONAME@"
#define DLL_PATH_VORBIS_ENC "@VORBISENC_SONAME@"
#define DLL_PATH_VORBIS "@VORBIS_SONAME@"
#else
#define DLL_PATH_LAME_ENC "special://xbmcbin/system/cdrip/lame_enc-@ARCH@.so"
#define DLL_PATH_OGG "@executable_path/../Frameworks/@OGG_SONAME@"
#define DLL_PATH_VORBIS_ENC "@executable_path/../Frameworks/@VORBISENC_SONAME@"
#define DLL_PATH_VORBIS "@executable_path/../Frameworks/@VORBIS_SONAME@"
#endif
/* broadcom crystalhd */
#if defined(_LINUX) && !defined(__APPLE__)
#define DLL_PATH_LIBCRYSTALHD "@CRYSTALHD_SONAME@"
#else
#define DLL_PATH_LIBCRYSTALHD "libcrystalhd.dylib"
#endif
/* libbluray */
#if defined(_LINUX) && !defined(__APPLE__)
#define DLL_PATH_LIBBLURAY "@BLURAY_SONAME@"
#else
#define DLL_PATH_LIBBLURAY "libbluray.dylib"
#endif
/* apple vdadecoder */
#define DLL_PATH_LIBVDADECODER "/System/Library/Frameworks/VideoDecodeAcceleration.framework/Versions/Current/VideoDecodeAcceleration"
#endif
|