freebsd-ports/multimedia/recordmydesktop/files/patch-src-rmd_jack.c
Kevin Lo cec2f81270 Initial import of recordmydesktop 0.3.5.1
Recordmydesktop produces a file(default out.ogg) that contains a video
and audio recording of a desktop session. The default behavior of
recording is to mark areas that have changed(through libxdamage) and
update the frame.
2007-07-18 08:25:47 +00:00

11 lines
344 B
C

--- src/rmd_jack.c.orig 2007-07-18 13:43:52.000000000 +0800
+++ src/rmd_jack.c 2007-07-18 13:44:03.000000000 +0800
@@ -95,7 +95,7 @@
}
int LoadJackLib(void *jack_lib_handle){
- char *error;
+ const char *error;
jack_lib_handle=dlopen("libjack.so",RTLD_LAZY);
if(!jack_lib_handle){
fprintf(stderr,"%s\n",dlerror());