File: 0001-new_resampler_api.patch

package info (click to toggle)
gxtuner 2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 704 kB
  • sloc: cpp: 8,429; makefile: 126
file content (18 lines) | stat: -rw-r--r-- 423 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Adapt to zita-resampler's new API.
Author: Alessio Treglia <alessio@debian.org>
Forwarded: no
---
 pitchtracker.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- gxtuner.orig/pitchtracker.h
+++ gxtuner/pitchtracker.h
@@ -35,7 +35,7 @@
 #include <cmath>
 #include <cstdlib>
 
-#include <zita-resampler.h>
+#include <zita-resampler/resampler.h>
 
 /* ------------- Pitch Tracker ------------- */