summaryrefslogtreecommitdiff
path: root/src/libspudec
diff options
context:
space:
mode:
authorMatt Messier <mmessier@grapetv.org>2007-05-12 14:18:38 -0400
committerMatt Messier <mmessier@grapetv.org>2007-05-12 14:18:38 -0400
commitaa6b402b7a240b6f55c063b021c5c211f46ec8bd (patch)
treea4c14e2633b549f8d2ffe3d1bef9363a4c771cb3 /src/libspudec
parent67b0ebb21185cb8ea2972dead6870bab8306724e (diff)
downloadxine-lib-aa6b402b7a240b6f55c063b021c5c211f46ec8bd.tar.gz
xine-lib-aa6b402b7a240b6f55c063b021c5c211f46ec8bd.tar.bz2
More configure/Makefile cleanups
-- Make a pass at cleaning up contrib/ Makefile.am files -- Rename many AM_CONDITIONALS for consistency and give them better names to better indicate what they mean -- Remove some dead input plugin tests -- Clean up AM_PATH_DVDNAV
Diffstat (limited to 'src/libspudec')
-rw-r--r--src/libspudec/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libspudec/Makefile.am b/src/libspudec/Makefile.am
index 13d5da6f5..62de3774d 100644
--- a/src/libspudec/Makefile.am
+++ b/src/libspudec/Makefile.am
@@ -8,7 +8,7 @@ noinst_HEADERS = spu.h
xineplug_LTLIBRARIES = xineplug_decode_spu.la
-if HAVE_DVDNAV
+if WITH_EXTERNAL_DVDNAV
external_dvdnav_libs = $(DVDNAV_LIBS)
internal_dvdnav_sources =
else