diff options
Diffstat (limited to 'redhat/dependencies/arts/arts-3.5.13.2-debug.patch')
-rw-r--r-- | redhat/dependencies/arts/arts-3.5.13.2-debug.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/redhat/dependencies/arts/arts-3.5.13.2-debug.patch b/redhat/dependencies/arts/arts-3.5.13.2-debug.patch deleted file mode 100644 index 1925292ab..000000000 --- a/redhat/dependencies/arts/arts-3.5.13.2-debug.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- trinity-arts-3.5.13.2~pre15+85a8c7ad/flow/audioionull.cc.ORI 2013-05-26 13:35:39.081803512 +0200 -+++ trinity-arts-3.5.13.2~pre15+85a8c7ad/flow/audioionull.cc 2013-05-26 13:36:02.342333674 +0200 -@@ -133,6 +133,9 @@ - if((_direction & directionWrite) && getParam(canWrite) >= _fragmentSize) - todo |= AudioSubSystem::ioWrite; - -+ fprintf(stderr, "AudioIO: can write %d, fragment size %d, todo %d\n", -+ getParam(canWrite), _fragmentSize, todo); -+ - if(!todo) - return; - |