summaryrefslogtreecommitdiffstats
path: root/audio/schism/files/patch-modplug__snd_gm.c
blob: 73b22615aec18d148ebf74186e8b69247232eadf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- ./modplug/snd_gm.c.orig	2010-01-01 20:22:26.000000000 +0100
+++ ./modplug/snd_gm.c	2011-12-09 21:50:22.000000000 +0100
@@ -10,12 +10,14 @@
 #include "mplink.h" // for 'mp', which we shouldn't need
 #include "snd_gm.h"
 
+/*
 #if !defined(HAVE_LOG2) && !defined(__USE_ISOC99) && !defined(log2)
 static double log2(double d)
 {
         return log(d) / log(2.0);
 }
 #endif
+*/
 
 
 #define LinearMidivol 1
OpenPOWER on IntegriCloud