From 9c8d1c5851fbe93e986bbf7e0fbe16c7592b58fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Fri, 16 Mar 2007 22:32:13 +0000 Subject: Add proper support for disabling Real binary codecs support and add a parameter to define a codecs path during configure stage, rather than probing at runtime. CVS patchset: 8688 CVS date: 2007/03/16 22:32:13 --- src/libreal/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/libreal/Makefile.am b/src/libreal/Makefile.am index 4c46db78c..21c2e47ba 100644 --- a/src/libreal/Makefile.am +++ b/src/libreal/Makefile.am @@ -1,6 +1,8 @@ include $(top_srcdir)/misc/Makefile.common +if ENABLE_REAL xineplug_LTLIBRARIES = xineplug_decode_real.la xineplug_decode_real_audio.la +endif xineplug_decode_real_la_SOURCES = xine_decoder.c real_common.c xineplug_decode_real_la_LIBADD = $(XINE_LIB) $(DYNAMIC_LD_LIBS) -- cgit v1.2.3