3074b93528
This package is a collection of several LADSPA plugins from Steve Harris. ok landry@
23 lines
488 B
Plaintext
23 lines
488 B
Plaintext
$OpenBSD: patch-util_blo_c,v 1.1.1.1 2010/10/24 10:32:48 jakemsr Exp $
|
|
|
|
- no shm_open
|
|
|
|
--- util/blo.c.orig Sun Jan 18 00:56:47 2009
|
|
+++ util/blo.c Sun Jan 18 00:59:21 2009
|
|
@@ -34,6 +34,7 @@
|
|
* bit soft.
|
|
*/
|
|
|
|
+#ifndef __OpenBSD__
|
|
blo_h_tables *blo_h_tables_new(int table_size)
|
|
{
|
|
blo_h_tables *this;
|
|
@@ -238,6 +239,7 @@ void blo_h_tables_free(blo_h_tables *tables)
|
|
}
|
|
free(tables);
|
|
}
|
|
+#endif
|
|
|
|
blo_h_osc *blo_h_new(blo_h_tables *tables, unsigned int wave, float sample_rate)
|
|
{
|