mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-19 13:58:15 +00:00
[client] audio: allow building without any audio support
This commit is contained in:
@@ -870,6 +870,7 @@ int spiceThread(void * arg)
|
||||
.release = cb_spiceRelease,
|
||||
.request = cb_spiceRequest
|
||||
},
|
||||
#if ENABLE_AUDIO
|
||||
.playback =
|
||||
{
|
||||
.enable = audio_supportsPlayback(),
|
||||
@@ -887,6 +888,7 @@ int spiceThread(void * arg)
|
||||
.mute = audio_recordMute,
|
||||
.stop = audio_recordStop
|
||||
}
|
||||
#endif
|
||||
};
|
||||
|
||||
if (!purespice_connect(&config))
|
||||
|
Reference in New Issue
Block a user