summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am4
-rw-r--r--src/rmd_capture_audio.c (renamed from src/rmd_capture_sound.c)2
-rw-r--r--src/rmd_capture_audio.h (renamed from src/rmd_capture_sound.h)0
-rw-r--r--src/rmd_threads.c2
4 files changed, 4 insertions, 4 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 \
diff --git a/src/rmd_capture_sound.c b/src/rmd_capture_audio.c
index 162ceed..217ef0a 100644
--- a/src/rmd_capture_sound.c
+++ b/src/rmd_capture_audio.c
@@ -25,7 +25,7 @@
******************************************************************************/
#include "config.h"
-#include "rmd_capture_sound.h"
+#include "rmd_capture_audio.h"
#include "rmd_jack.h"
#include "rmd_opendev.h"
diff --git a/src/rmd_capture_sound.h b/src/rmd_capture_audio.h
index b403fa8..b403fa8 100644
--- a/src/rmd_capture_sound.h
+++ b/src/rmd_capture_audio.h
diff --git a/src/rmd_threads.c b/src/rmd_threads.c
index 88a4bbc..eea710c 100644
--- a/src/rmd_threads.c
+++ b/src/rmd_threads.c
@@ -29,7 +29,7 @@
#include "rmd_cache_audio.h"
#include "rmd_cache_frame.h"
-#include "rmd_capture_sound.h"
+#include "rmd_capture_audio.h"
#include "rmd_encode_image_buffer.h"
#include "rmd_encode_sound_buffer.h"
#include "rmd_flush_to_ogg.h"
© All Rights Reserved