ladybird/Meta/gn/build/libs/pulse/enable.gni
Jelle Raaijmakers 85fd2e281b LibMedia: Absorb LibAudio
LibMedia will be responsible for both audio and video decoding.
2024-09-12 10:01:19 +02:00

4 lines
127 B
Text

declare_args() {
# Select whether to build with PulseAudio support in LibMedia
enable_pulseaudio = current_os == "linux"
}