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.
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
21 #define DLL_PATH_LIBDVDNAV "libdvdnav-@ARCH@.so"