File: 0002-Do-not-install-MIT-HRTF-data.patch

package info (click to toggle)
libspatialaudio 0.3.0%2Bgit20180730%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 484 kB
  • sloc: cpp: 2,293; ansic: 1,247; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Sebastian Ramacher <sramacher@debian.org>
Date: Tue, 31 Jul 2018 05:18:20 +0200
Subject: Do not install MIT HRTF data

---
 CMakeLists.txt | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index fd32f7f..e005dc5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,10 +36,6 @@ list(APPEND headers
     include/hrtf/hrtf.h
     include/hrtf/mit_hrtf.h
     include/hrtf/sofa_hrtf.h
-    include/normal/mit_hrtf_normal_44100.h
-    include/normal/mit_hrtf_normal_48000.h
-    include/normal/mit_hrtf_normal_88200.h
-    include/normal/mit_hrtf_normal_96000.h
     source/kiss_fft/kiss_fftr.h
     source/kiss_fft/kiss_fft.h
 )