~ubuntu-branches/ubuntu/jaunty/gramofile/jaunty

« back to all changes in this revision

Viewing changes to debian/20-no-busy-wait-after-rec.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2005-04-29 13:20:02 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050429132002-04317sw4cfn0s9bc
Tags: 1.6-7
40-fast-swap-and-buffer.dpatch: Lower optimisation level to the
standard -O2. On arm, the assembler chokes on -O3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Do not busy wait for confirmation after recording. [dk]
 
2
#PATCHOPTIONS: -p0
 
3
--- bplaysrc/shmbuf.c.orig      2005-03-01 16:48:14.000000000 +0100
 
4
+++ bplaysrc/shmbuf.c   2005-03-01 16:48:31.000000000 +0100
 
5
@@ -443,7 +443,7 @@
 
6
        cleanupsems();
 
7
 
 
8
 #ifdef VUMETER
 
9
-       nodelay(stdscr, TRUE);
 
10
+       nodelay(stdscr, FALSE);
 
11
 
 
12
        /* child has displayed informative data */
 
13
        do