summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-03-16 22:32:13 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-03-16 22:32:13 +0000
commit9c8d1c5851fbe93e986bbf7e0fbe16c7592b58fa (patch)
treeb8f2a6e6c53fd391d6b0a1daa6dcdb3a0fdd1f5e /src
parent3173cb680cabe292d6d6512d3638484545ba4601 (diff)
downloadxine-lib-9c8d1c5851fbe93e986bbf7e0fbe16c7592b58fa.tar.gz
xine-lib-9c8d1c5851fbe93e986bbf7e0fbe16c7592b58fa.tar.bz2
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
Diffstat (limited to 'src')
-rw-r--r--src/libreal/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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)