1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-26 22:41:26 +02:00

initial import

This commit is contained in:
root
2010-02-09 21:25:29 +01:00
commit b2719dc011
1080 changed files with 41656 additions and 0 deletions
@@ -0,0 +1,12 @@
diff -urN xmms-mad-0.8.orig/src/decoder.c xmms-mad-0.8/src/decoder.c
--- xmms-mad-0.8.orig/src/decoder.c 2006-04-03 22:07:29.000000000 -0400
+++ xmms-mad-0.8/src/decoder.c 2006-04-03 22:33:46.000000000 -0400
@@ -493,7 +493,7 @@
{
mad_plugin.output->buffer_free ();
mad_plugin.output->buffer_free ();
- while (mad_plugin.output->buffer_playing ())
+ while (mad_plugin.output->buffer_playing () && !info->stop)
usleep (10000);
}