Difference Between Revision 2 and Multimedia / linuxsampler

linuxsampler.changes Changed
x
 
1
@@ -22,6 +22,11 @@
2
 - Always use intmath instead of random build-time-benchmarking results
3
 
4
 -------------------------------------------------------------------
5
+Tue Sep 12 08:01:14 UTC 2023 - Bernhard M. Wiedemann <packmanbmw@lsmod.de>
6
+
7
+- Always use intmath instead of random build-time-benchmarking results
8
+
9
+-------------------------------------------------------------------
10
 Fri Mar  3 03:03:03 UTC 2023 - olaf@aepfle.de
11
 
12
 - Use lv2 instead lv2core unconditionally
13
linuxsampler.spec Changed
10
 
1
@@ -143,6 +143,8 @@
2
     --enable-signed-triang-algo=intmath \
3
     --enable-unsigned-triang-algo=intmath \
4
     --enable-plugin-dir="%{_libexecdir}/%{name}/plugins" \
5
+    --enable-signed-triang-algo=intmath \
6
+    --enable-unsigned-triang-algo=intmath \
7
     --enable-default-instruments-db-location="%{_var}/lib/%{name}/instruments.db"
8
 
9
 %make_build
10