Skip to content

Commit 768f330

Browse files
doesnotexistcloudwebrtc
authored andcommitted
fix Linux compile (#47)
1 parent 10ad710 commit 768f330

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/audio_device/linux/audio_device_pulse_linux.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ class AudioDeviceLinuxPulse : public AudioDeviceGeneric {
197197

198198
void AttachAudioBuffer(AudioDeviceBuffer* audioBuffer) override;
199199

200+
int32_t SetAudioDeviceSink(AudioDeviceSink* sink) override { return -1; }
201+
200202
private:
201203
void Lock() RTC_EXCLUSIVE_LOCK_FUNCTION(mutex_) { mutex_.Lock(); }
202204
void UnLock() RTC_UNLOCK_FUNCTION(mutex_) { mutex_.Unlock(); }

0 commit comments

Comments
 (0)