diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-09-02 05:23:45 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-09-02 05:23:45 +0200 |
commit | 576b6208d6defe240bfa2477d6dd19f1ed83bfaf (patch) | |
tree | 7d54883f16cccc4cbd414398d7fec3c437b36b49 /media-plugins/xmms-mad/files/xmms-mad-0.8-song_change.patch | |
parent | fdd6b67a78a966f6a2131de8fe0e539316511083 (diff) | |
download | darklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.tar.gz darklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.tar.bz2 darklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.tar.xz darklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.zip |
Cleaned most of outdated stuff
Diffstat (limited to 'media-plugins/xmms-mad/files/xmms-mad-0.8-song_change.patch')
-rw-r--r-- | media-plugins/xmms-mad/files/xmms-mad-0.8-song_change.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/media-plugins/xmms-mad/files/xmms-mad-0.8-song_change.patch b/media-plugins/xmms-mad/files/xmms-mad-0.8-song_change.patch deleted file mode 100644 index b38fc24..0000000 --- a/media-plugins/xmms-mad/files/xmms-mad-0.8-song_change.patch +++ /dev/null @@ -1,12 +0,0 @@ -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); - } - |