From 27867ba347cb6f37d2d1bfa672540860ebc095b7 Mon Sep 17 00:00:00 2001 From: waker Date: Fri, 10 Dec 2010 21:56:11 +0100 Subject: 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 --- plugins/musepack/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/musepack') 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 -- cgit v1.2.3