#ifndef DLL_PATHS_GENERATED_H_ #define DLL_PATHS_GENERATED_H_ /* * Copyright (C) 2005-2013 Team XBMC * http://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, see * . * */ /* 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_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@" #define DLL_PATH_LIBNFS "@NFS_SONAME@" #define DLL_PATH_LIBAFP "@AFPCLIENT_SONAME@" #define DLL_PATH_LIBPLIST "@PLIST_SONAME@" #define DLL_PATH_LIBSHAIRPORT "@SHAIRPORT_SONAME@" #define DLL_PATH_LIBSHAIRPLAY "@SHAIRPLAY_SONAME@" #define DLL_PATH_LIBCEC "@LIBCEC_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_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_LIBASS "@ASS_SONAME@" #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-54-@ARCH@.so" #define DLL_PATH_LIBAVFORMAT "special://xbmcbin/system/players/dvdplayer/avformat-54-@ARCH@.so" #define DLL_PATH_LIBAVUTIL "special://xbmcbin/system/players/dvdplayer/avutil-52-@ARCH@.so" #define DLL_PATH_LIBPOSTPROC "special://xbmcbin/system/players/dvdplayer/postproc-52-@ARCH@.so" #define DLL_PATH_LIBSWSCALE "special://xbmcbin/system/players/dvdplayer/swscale-2-@ARCH@.so" #define DLL_PATH_LIBAVFILTER "special://xbmcbin/system/players/dvdplayer/avfilter-3-@ARCH@.so" #define DLL_PATH_LIBSWRESAMPLE "special://xbmcbin/system/players/dvdplayer/swresample-0-@ARCH@.so" /* cdrip */ #define DLL_PATH_LAME_ENC "@LAMEENC_SONAME@" #define DLL_PATH_OGG "@OGG_SONAME@" #define DLL_PATH_VORBIS_ENC "@VORBISENC_SONAME@" #define DLL_PATH_VORBIS "@VORBIS_SONAME@" /* broadcom crystalhd */ #if defined(TARGET_DARWIN) #define DLL_PATH_LIBCRYSTALHD "libcrystalhd.dylib" #else #define DLL_PATH_LIBCRYSTALHD "@CRYSTALHD_SONAME@" #endif /* libbluray */ #define DLL_PATH_LIBBLURAY "@BLURAY_SONAME@" /* wayland */ #define DLL_PATH_WAYLAND_CLIENT "@WAYLAND_CLIENT_LIBRARY_SONAME@" #define DLL_PATH_WAYLAND_EGL "@WAYLAND_EGL_LIBRARY_SONAME@" /* xkbcommon */ #define DLL_PATH_XKBCOMMON "@XKBCOMMON_LIBRARY_SONAME@" #endif