aboutsummaryrefslogtreecommitdiff
path: root/multimedia/LiVES/LiVES.patch
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/LiVES/LiVES.patch')
-rw-r--r--multimedia/LiVES/LiVES.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/LiVES/LiVES.patch b/multimedia/LiVES/LiVES.patch
new file mode 100644
index 0000000000000..a6f269edc43bc
--- /dev/null
+++ b/multimedia/LiVES/LiVES.patch
@@ -0,0 +1,11 @@
+--- trunk/src/callbacks.c 2012/03/23 01:30:32 1462
++++ trunk/src/callbacks.c 2012/03/30 22:41:23 1465
+@@ -3999,7 +3999,7 @@
+ lives_alarm_clear(alarm_handle);
+ frames_written=mainw->jackd->frames_written;
+ seek_pos=mainw->jackd->seek_pos;
+- audio_ticks=mainw->pulsed->audio_ticks;
++ audio_ticks=mainw->jackd->audio_ticks;
+
+ jack_message.command=ASERVER_CMD_FILE_CLOSE;
+ jack_message.data=NULL; \ No newline at end of file