VTB: release CVBuffer after it actually has been rendered
[xbmc.git] / xbmc / DllPaths_generated.h.in
bloba4d45307034eb500f5e6841d9007e5c8dd628d3c
1 #ifndef DLL_PATHS_GENERATED_H_
2 #define DLL_PATHS_GENERATED_H_
4 /*
5 * Copyright (C) 2005-2013 Team XBMC
6 * http://xbmc.org
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.
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.
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/>.
24 /* prefix install location */
25 #define PREFIX_USR_PATH "@prefix@"
27 /* libraries */
28 #define DLL_PATH_CPLUFF "special://xbmcbin/system/libcpluff-@ARCH@.so"
29 #define DLL_PATH_LIBEXIF "special://xbmcbin/system/libexif-@ARCH@.so"
31 #define DLL_PATH_LIBNFS "@NFS_SONAME@"
33 #define DLL_PATH_LIBPLIST "@PLIST_SONAME@"
34 #define DLL_PATH_LIBSHAIRPLAY "@SHAIRPLAY_SONAME@"
35 #define DLL_PATH_LIBCEC "@LIBCEC_SONAME@"
37 #ifndef DLL_PATH_LIBCURL
38 #define DLL_PATH_LIBCURL "@CURL_SONAME@"
39 #endif
41 /* VideoPlayer */
42 #define DLL_PATH_LIBASS "@ASS_SONAME@"
43 #define DLL_PATH_LIBDVDNAV "special://xbmcbin/system/players/VideoPlayer/libdvdnav-@ARCH@.so"
44 #define DLL_PATH_LIBMPEG2 "@MPEG2_SONAME@"
46 /* libbluray */
47 #define DLL_PATH_LIBBLURAY "@BLURAY_SONAME@"
49 /* sse4 */
50 #define DLL_PATH_LIBSSE4 "special://xbmcbin/system/libsse4-@ARCH@.so"
52 #endif