summaryrefslogtreecommitdiff
path: root/recordmydesktop/src/rmdthreads.c
diff options
context:
space:
mode:
Diffstat (limited to 'recordmydesktop/src/rmdthreads.c')
-rw-r--r--recordmydesktop/src/rmdthreads.c13
1 files changed, 11 insertions, 2 deletions
diff --git a/recordmydesktop/src/rmdthreads.c b/recordmydesktop/src/rmdthreads.c
index 705c383..d70e3b4 100644
--- a/recordmydesktop/src/rmdthreads.c
+++ b/recordmydesktop/src/rmdthreads.c
@@ -33,9 +33,18 @@
#include <pthread.h>
#include <unistd.h>
-#include "rmdfunc.h"
-#include "rmdtypes.h"
+#include "cache_audio.h"
+#include "cache_frame.h"
+#include "capture_sound.h"
+#include "encode_image_buffer.h"
+#include "encode_sound_buffer.h"
+#include "flush_to_ogg.h"
+#include "get_frame.h"
#include "register_callbacks.h"
+#include "rmd_jack.h"
+#include "rmd_timer.h"
+#include "rmdthreads.h"
+#include "rmdtypes.h"
void rmdThreads(ProgData *pdata){
© All Rights Reserved