summaryrefslogtreecommitdiff
path: root/recordmydesktop/include/rmdmacro.h
diff options
context:
space:
mode:
authoriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2007-02-20 12:30:31 +0000
committeriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2007-02-20 12:30:31 +0000
commit1e1fcd158ae0b63a215b0d79ea147e0d91a40a79 (patch)
treecfa8e7b41a73cfacf8ef00c0cbd44f4e19959b8c /recordmydesktop/include/rmdmacro.h
parent225a939a00490c2e6f45cd068abd514c96dde50e (diff)
added configurable ringbuffer size,
corrected a mistake that blocked compilation(from last commit at shminfo initialization), removed the options from USAGE in the manpage and the program ,since it's too bloated to be usefull git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@285 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop/include/rmdmacro.h')
-rw-r--r--recordmydesktop/include/rmdmacro.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/recordmydesktop/include/rmdmacro.h b/recordmydesktop/include/rmdmacro.h
index 982f986..ebeb8bf 100644
--- a/recordmydesktop/include/rmdmacro.h
+++ b/recordmydesktop/include/rmdmacro.h
@@ -105,9 +105,6 @@
#define DEFAULT_AUDIO_DEVICE "/dev/dsp"
#endif
-#ifdef HAVE_JACK_H
- #define BUFFERS_IN_RING 0x0020
-#endif
#define CLIP_EVENT_AREA(e,brwin,wgeom){\
@@ -212,6 +209,7 @@
(args)->use_jack=\
(args)->jack_nports=\
(args)->nocondshared=0;\
+ (args)->jack_ringbuffer_secs=3.0;\
(args)->jack_port_names=NULL;\
(args)->no_quick_subsample=\
(args)->noshared=1;\
© All Rights Reserved