File: 03-remove_LADSPA_PROPERTY_REALTIME.patch

package info (click to toggle)
rev-plugins 0.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 212 kB
  • ctags: 324
  • sloc: cpp: 1,358; makefile: 44
file content (27 lines) | stat: -rw-r--r-- 792 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Author: Jaromír Mikeš <mira.mikes@seznam.cz>
Description: Remove LADSPA_PROPERTY_REALTIME.
Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765549
Forwarded: no

Index: rev-plugins/reverbs_if.cc
===================================================================
--- rev-plugins.orig/reverbs_if.cc
+++ rev-plugins/reverbs_if.cc
@@ -218,7 +218,7 @@ static const LADSPA_Descriptor moddescr
   {
     3701,
     label1,
-    LADSPA_PROPERTY_REALTIME | LADSPA_PROPERTY_HARD_RT_CAPABLE,
+    LADSPA_PROPERTY_HARD_RT_CAPABLE,
     name1,
     maker,
     copyr,
@@ -239,7 +239,7 @@ static const LADSPA_Descriptor moddescr
   {
     3702,
     label2,
-    LADSPA_PROPERTY_REALTIME | LADSPA_PROPERTY_HARD_RT_CAPABLE,
+    LADSPA_PROPERTY_HARD_RT_CAPABLE,
     name2,
     maker,
     copyr,