summaryrefslogtreecommitdiffstats
path: root/vlc/build/schroedinger-1.0.8_test.patch
blob: f2e033d38a0952bbe81fec039a91a70ffcbacde4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- schroedinger-1.0.8/testsuite/perf/dequantise_speed.c.orig	2009-09-29 07:08:51.000000000 +0200
+++ schroedinger-1.0.8/testsuite/perf/dequantise_speed.c	2009-10-31 19:00:21.000000000 +0100
@@ -98,6 +98,7 @@
   }
 }
 
+#if 0
 void
 schro_dequantise_s16_table (int16_t *dest, int16_t *src, int quant_index,
     schro_bool is_intra, int n)
@@ -108,6 +109,7 @@
     dest[i] = table[src[i] + 32768];
   }
 }
+#endif
 
 #if 0
 void