summaryrefslogtreecommitdiffstats
path: root/libaf/Makefile
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-23 02:09:52 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-23 02:09:52 +0000
commit3d4852d8e029c37902dfd83c8c7c46ba0c16cb37 (patch)
treee0284cf1d93f99a386c95ee6fadbe9891f3697b7 /libaf/Makefile
parent7cdcc45e705bd2173c6ee74bd03eb001247a5638 (diff)
downloadmpv-3d4852d8e029c37902dfd83c8c7c46ba0c16cb37.tar.bz2
mpv-3d4852d8e029c37902dfd83c8c7c46ba0c16cb37.tar.xz
Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.
Compilation is optional and can be controled by configure. You need to have the LADSPA SDK installed in order to have it autodetected by configure. Manual page is updated. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14218 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf/Makefile')
-rw-r--r--libaf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libaf/Makefile b/libaf/Makefile
index 3dff12ced2..317547bf56 100644
--- a/libaf/Makefile
+++ b/libaf/Makefile
@@ -1,11 +1,11 @@
-include ../config.mak
+include config.mak
LIBNAME = libaf.a
SRCS=af.c af_mp.c af_dummy.c af_delay.c af_channels.c af_format.c af_resample.c \
window.c filter.c af_volume.c af_equalizer.c af_tools.c af_comp.c af_gate.c \
af_pan.c af_surround.c af_sub.c af_export.c af_volnorm.c af_extrastereo.c \
-af_lavcresample.c af_sweep.c af_hrtf.c
+af_lavcresample.c af_sweep.c af_hrtf.c $(OPTIONAL_SRCS)
OBJS=$(SRCS:.c=.o)