[XAudio2] avoid leak + fix voice creation for closest match
[xbmc.git] / xbmc / DllPaths_generated_android.h.in
blob71d21addbe69201ecf21cb4dfe42ffd1ed9161df
1 /*
2 * Copyright (C) 2005-2018 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
7 */
9 #pragma once
11 /* libraries */
13 //Android rules:
14 // - All solibs must be in the form ^lib*.so$
15 // - All solibs must be in the same dir
16 // - Arch need not be specified, each arch will get its own lib dir.
17 // We only keep @ARCH@ here to retain the same structure as *nix.
18 // * foo.so will be renamed libfoo.so in the packaging stage
20 /* VideoPlayer */
21 #define DLL_PATH_LIBDVDNAV "libdvdnav-@ARCH@.so"