summaryrefslogtreecommitdiff
path: root/recordmydesktop/src/rmd_threads.c
diff options
context:
space:
mode:
Diffstat (limited to 'recordmydesktop/src/rmd_threads.c')
-rw-r--r--recordmydesktop/src/rmd_threads.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/recordmydesktop/src/rmd_threads.c b/recordmydesktop/src/rmd_threads.c
index f500384..b658a49 100644
--- a/recordmydesktop/src/rmd_threads.c
+++ b/recordmydesktop/src/rmd_threads.c
@@ -107,7 +107,7 @@ void rmdThreads(ProgData *pdata){
(void *)rmdTimer,
(void *)pdata);
fprintf(stderr,"Capturing!\n");
-#ifdef HAVE_JACK_H
+#ifdef HAVE_LIBJACK
if(pdata->args.use_jack){
pdata->jdata->capture_started=1;
}
@@ -132,7 +132,7 @@ void rmdThreads(ProgData *pdata){
fprintf(stderr,".");
if(!pdata->args.nosound){
-#ifdef HAVE_JACK_H
+#ifdef HAVE_LIBJACK
if(pdata->args.use_jack)
StopJackClient(pdata->jdata);
#endif
© All Rights Reserved