summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2020-09-08 23:45:17 -0700
committerVito Caputo <vcaputo@pengaru.com>2020-09-08 23:45:17 -0700
commitcd2f6c3aca998c7e68aa6e4ccd0ad260426d28e8 (patch)
tree1947e12514b755ae6ab9c36bff59232c343010d4 /src/Makefile.am
parente9aa96e3fa9be9117f5407619fc65292da34c441 (diff)
encode_sound_buffer: rename to encode_audio_buffer
Cosmetic rename to make naming consistent, normalizing on audio. This is a minimal rename and includes update, subsequent commit will change naming as appropriate in rmd_encode_audio_buffer.[ch]
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 e01a5d8..ba429cb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,10 +12,10 @@ recordmydesktop_SOURCES = \
rmd_capture_audio.h \
rmd_encode_cache.c \
rmd_encode_cache.h \
+ rmd_encode_audio_buffer.c \
+ rmd_encode_audio_buffer.h \
rmd_encode_image_buffer.c \
rmd_encode_image_buffer.h \
- rmd_encode_sound_buffer.c \
- rmd_encode_sound_buffer.h \
rmd_error.c \
rmd_error.h \
rmd_flush_to_ogg.c \
© All Rights Reserved