diff options
author | waker <wakeroid@gmail.com> | 2010-12-10 21:56:11 +0100 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2010-12-10 21:56:11 +0100 |
commit | 27867ba347cb6f37d2d1bfa672540860ebc095b7 (patch) | |
tree | 6efd7c0824de7eccf1169edc64dddcf45af380b9 /plugins/dca | |
parent | 5e5df4c460edaed29a25e5b6c976267cd5062874 (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/dca')
-rw-r--r-- | plugins/dca/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dca/Makefile.am b/plugins/dca/Makefile.am index 4a2b4b5a..9819c5aa 100644 --- a/plugins/dca/Makefile.am +++ b/plugins/dca/Makefile.am @@ -25,6 +25,6 @@ bitstream.h dca_la_LDFLAGS = -module dca_la_LIBADD = $(LDADD) -lm -AM_CFLAGS = $(CFLAGS) -fPIC +AM_CFLAGS = $(CFLAGS) -fPIC -std=c99 endif |