From b19afd5ed632358096e86240629134777f4ae669 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 8 Sep 2020 23:37:36 -0700 Subject: capture_sound: rename to rmd_capture_audio.[ch] Make naming consistent with rmd_cache_audio. This commit is minimal renaming of the files and tweaking includes, a subsequent commit will make the various naming within rmd_capture_audio.c consistent. --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index a63c3c4..e01a5d8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,8 +8,8 @@ recordmydesktop_SOURCES = \ rmd_cache_audio.h \ rmd_cache_frame.c \ rmd_cache_frame.h \ - rmd_capture_sound.c \ - rmd_capture_sound.h \ + rmd_capture_audio.c \ + rmd_capture_audio.h \ rmd_encode_cache.c \ rmd_encode_cache.h \ rmd_encode_image_buffer.c \ -- cgit v1.2.3