summaryrefslogtreecommitdiff
path: root/plugins/musepack
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2010-12-10 21:56:11 +0100
committerGravatar waker <wakeroid@gmail.com>2010-12-10 21:56:11 +0100
commit27867ba347cb6f37d2d1bfa672540860ebc095b7 (patch)
tree6efd7c0824de7eccf1169edc64dddcf45af380b9 /plugins/musepack
parent5e5df4c460edaed29a25e5b6c976267cd5062874 (diff)
exposed pcm_convert via plugin API;
DSP presets are now being used and are working in converter; implemented support for converting via temp file in converter
Diffstat (limited to 'plugins/musepack')
-rw-r--r--plugins/musepack/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/musepack/Makefile.am b/plugins/musepack/Makefile.am
index 213fee32..c82490aa 100644
--- a/plugins/musepack/Makefile.am
+++ b/plugins/musepack/Makefile.am
@@ -27,6 +27,6 @@ mpc/minimax.h
musepack_la_LDFLAGS = -module
musepack_la_LIBADD = $(LDADD) -lm
-AM_CFLAGS = $(CFLAGS) -fPIC
+AM_CFLAGS = $(CFLAGS) -fPIC -std=c99
endif