summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-11-25 19:47:27 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-11-25 19:47:27 +0000
commitabdd7c762e646a27d0db6951364148163a0d7925 (patch)
treebeeaa0437e8ed6c8f29b5d7419d363ea768a54b3 /src
parent3941eb3a9ce0ce94b5b8002eef60a587b9bbc0ea (diff)
downloadxine-lib-abdd7c762e646a27d0db6951364148163a0d7925.tar.gz
xine-lib-abdd7c762e646a27d0db6951364148163a0d7925.tar.bz2
Port nsf plugin build-disabling option to 1.2.
Diffstat (limited to 'src')
-rw-r--r--src/combined/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/combined/Makefile.am b/src/combined/Makefile.am
index a32b886d4..0784b8044 100644
--- a/src/combined/Makefile.am
+++ b/src/combined/Makefile.am
@@ -7,6 +7,10 @@ if ENABLE_WAVPACK
xineplug_wavpack = xineplug_wavpack.la
endif
+if ENABLE_NOSEFART
+xineplug_nsf = xineplug_nsf.la
+endif
+
if ENABLE_LIBFLAC
xineplug_flac = xineplug_flac.la
endif
@@ -17,7 +21,7 @@ $(top_builddir)/contrib/nosefart/libnosefart.la:
xineplug_LTLIBRARIES = \
$(xineplug_wavpack) \
$(xineplug_flac) \
- xineplug_nsf.la
+ $(xineplug_nsf)
xineplug_wavpack_la_SOURCES = wavpack_demuxer.c wavpack_decoder.c wavpack_combined.c wavpack_combined.h
xineplug_wavpack_la_LIBADD = $(XINE_LIB) $(WAVPACK_LIBS)