From 2992200b707689cd51e4641fab0c962c142a3313 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Mon, 12 Sep 2005 01:06:58 +0000 Subject: new Flameeyes's configure patches CVS patchset: 7730 CVS date: 2005/09/12 01:06:58 --- src/liba52/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/liba52') diff --git a/src/liba52/Makefile.am b/src/liba52/Makefile.am index d786ab250..1cb30459b 100644 --- a/src/liba52/Makefile.am +++ b/src/liba52/Makefile.am @@ -2,7 +2,11 @@ include $(top_srcdir)/misc/Makefile.common libdir = $(XINE_PLUGINDIR) -lib_LTLIBRARIES = xineplug_decode_a52.la +if A52 +a52_module = xineplug_decode_a52.la +endif + +lib_LTLIBRARIES = $(a52_module) if EXTERNAL_A52DEC internal_sources = -- cgit v1.2.3