1
Description: Use system-wide copies of gsm.h and lv2.h.
2
Author: Alessio Treglia <alessio@debian.org>
5
plugins/gsm-swh.lv2/plugin.xml | 2 +-
7
2 files changed, 2 insertions(+), 2 deletions(-)
9
--- swh-lv2.orig/xslt/source.xsl
10
+++ swh-lv2/xslt/source.xsl
12
<xsl:variable name="PLUGINLABEL"><xsl:call-template name="allCaps"><xsl:with-param name="in" select="$pluginLabel" /></xsl:call-template></xsl:variable>
13
#include <math.h>
14
#include <stdlib.h>
16
+#include <lv2.h>
18
typedef struct _<xsl:value-of select="$PluginLabel"/> {
19
<xsl:for-each select="port"> float *<xsl:value-of select="@label"/>;
20
--- swh-lv2.orig/plugins/gsm-swh.lv2/plugin.xml
21
+++ swh-lv2/plugins/gsm-swh.lv2/plugin.xml
25
#include "ladspa-util.h"
26
- #include "gsm/gsm.h"
27
+ #include <gsm/gsm.h>
28
#include "util/biquad.h"
30
#define SCALE 32768.0f