mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-29 02:50:26 +00:00
85fd2e281b
LibMedia will be responsible for both audio and video decoding.
4 lines
127 B
Text
4 lines
127 B
Text
declare_args() {
|
|
# Select whether to build with PulseAudio support in LibMedia
|
|
enable_pulseaudio = current_os == "linux"
|
|
}
|