mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-03-12 05:25:23 -07:00
10 lines
220 B
C
10 lines
220 B
C
// SPDX-License-Identifier: LicenseRef-AGPL-3.0-only-OpenSSL
|
|
|
|
#ifndef CHIAKI_CONFIG_H
|
|
#define CHIAKI_CONFIG_H
|
|
|
|
#cmakedefine01 CHIAKI_LIB_ENABLE_OPUS
|
|
#cmakedefine01 CHIAKI_LIB_ENABLE_PI_DECODER
|
|
|
|
#endif // CHIAKI_CONFIG_H
|