Files @ 9ccc0bcc6676
Branch filter:

Location: ohnobinki_overlay/media-libs/libao/files/libao-0.8.8-alsa09-buffertime-milliseconds.patch

binki
dev-lang/spidermonkey: Import spidermonkey-1.7.0-r2 because elinks needs an older version of spidermonkey and old versions of spidermonkey call $(LD) directly, breaking portage-multilib.

(Portage version: 2.2.0_alpha11-r1/hg/Linux x86_64, signed Manifest commit with key 6BA81050)
diff -ur libao-0.8.8.orig/src/plugins/alsa09/ao_alsa09.c libao-0.8.8/src/plugins/alsa09/ao_alsa09.c
--- libao-0.8.8.orig/src/plugins/alsa09/ao_alsa09.c	2007-05-24 12:19:07.000000000 +0300
+++ libao-0.8.8/src/plugins/alsa09/ao_alsa09.c	2007-11-27 20:12:27.000000000 +0200
@@ -165,7 +165,7 @@
 			return 0;
 	}
 	else if (!strcmp(key, "buffer_time"))
-		internal->buffer_time = atoi(value);
+		internal->buffer_time = atoi(value) * 1000;
 	else if (!strcmp(key, "period_time"))
 		internal->period_time = atoi(value);
 	else if (!strcmp(key,"use_mmap")) {