From aa6b402b7a240b6f55c063b021c5c211f46ec8bd Mon Sep 17 00:00:00 2001 From: Matt Messier Date: Sat, 12 May 2007 14:18:38 -0400 Subject: 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 --- src/libmad/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libmad') diff --git a/src/libmad/Makefile.am b/src/libmad/Makefile.am index b1e1f29f5..482d68bb3 100644 --- a/src/libmad/Makefile.am +++ b/src/libmad/Makefile.am @@ -24,11 +24,11 @@ noinst_HEADERS = \ timer.h \ version.h -if MAD +if ENABLE_MAD xineplug_LTLIBRARIES = xineplug_decode_mad.la endif -if EXTERNAL_LIBMAD +if WITH_EXTERNAL_MAD internal_sources = external_libs = $(LIBMAD_LIBS) else -- cgit v1.2.3