summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-06-11 18:08:50 +0000
committerDavid Robillard <d@drobilla.net>2006-06-11 18:08:50 +0000
commitaf72224cba09c873c1f8e81d7bd9db9747f9553d (patch)
tree7cc8379be2362ab7312eb50c4020bdd9feb4adfa /examples
parent7fd4168fe8581e46f4ee35cc182db6220b6eed04 (diff)
downloadlilv-af72224cba09c873c1f8e81d7bd9db9747f9553d.tar.gz
lilv-af72224cba09c873c1f8e81d7bd9db9747f9553d.tar.bz2
lilv-af72224cba09c873c1f8e81d7bd9db9747f9553d.zip
Fixed query problems on 64-bit
git-svn-id: http://svn.drobilla.net/lad/libslv2@23 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'examples')
-rw-r--r--examples/hosts/.jack_host.c.swpbin28672 -> 0 bytes
-rw-r--r--examples/plugins/Amp-swh.lv2/Makefile2
-rwxr-xr-xexamples/plugins/Amp-swh.lv2/amp.sobin2629 -> 0 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/examples/hosts/.jack_host.c.swp b/examples/hosts/.jack_host.c.swp
deleted file mode 100644
index eb9bb86..0000000
--- a/examples/hosts/.jack_host.c.swp
+++ /dev/null
Binary files differ
diff --git a/examples/plugins/Amp-swh.lv2/Makefile b/examples/plugins/Amp-swh.lv2/Makefile
index 4fb858a..55180c2 100644
--- a/examples/plugins/Amp-swh.lv2/Makefile
+++ b/examples/plugins/Amp-swh.lv2/Makefile
@@ -1,4 +1,4 @@
-CFLAGS = -Wall -I../../../include
+CFLAGS = -Wall -I../../../include -fPIC
all: amp.so
diff --git a/examples/plugins/Amp-swh.lv2/amp.so b/examples/plugins/Amp-swh.lv2/amp.so
deleted file mode 100755
index 281b709..0000000
--- a/examples/plugins/Amp-swh.lv2/amp.so
+++ /dev/null
Binary files differ