summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2020-09-08 23:37:36 -0700
committerVito Caputo <vcaputo@pengaru.com>2020-09-08 23:37:36 -0700
commitb19afd5ed632358096e86240629134777f4ae669 (patch)
treef9b01a609e09c1028428a02dc816e3a46cf8b4f7 /src/Makefile.am
parent7cc99cedd3685f0e9090423d0c1a061b376aa936 (diff)
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.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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 \
© All Rights Reserved