mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-07-06 21:12:04 -07:00
9 lines
220 B
C
9 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
|