module-echo-cancel: Change extension .cc to .cpp for aec-webrtc

Makes this consistent with the rest of the code base.
This commit is contained in:
Arun Raghavan 2021-06-02 17:54:15 -04:00
parent d95870d8d3
commit d2d0375c39
2 changed files with 1 additions and 1 deletions

View file

@ -42,7 +42,7 @@ pipewire_module_echo_cancel_sources = [
if webrtc_dep.found()
pipewire_module_echo_cancel_sources += [
'module-echo-cancel/aec-webrtc.cc'
'module-echo-cancel/aec-webrtc.cpp'
]
endif