summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorReinhard Nißl <rnissl@gmx.de>2008-01-01 10:35:07 +0100
committerReinhard Nißl <rnissl@gmx.de>2008-01-01 10:35:07 +0100
commit3ebd29271aee0665b759a7ba48fb3a343282fd0b (patch)
treeb604fcc5742db494fcb83aba3c0bda383cfdb48d /src
parent60ce6073c01f97d55eece7ccba75c5d917aed163 (diff)
downloadxine-lib-3ebd29271aee0665b759a7ba48fb3a343282fd0b.tar.gz
xine-lib-3ebd29271aee0665b759a7ba48fb3a343282fd0b.tar.bz2
Implement --enable-vdr for configure.
Previously, the vdr plugins were only built when DVB was enabled, but I think it would be nice to allow to build them even on non Linux OS'.
Diffstat (limited to 'src')
-rw-r--r--src/vdr/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vdr/Makefile.am b/src/vdr/Makefile.am
index cfbd86be0..fe5ae3a52 100644
--- a/src/vdr/Makefile.am
+++ b/src/vdr/Makefile.am
@@ -3,7 +3,7 @@ include $(top_srcdir)/misc/Makefile.common
AM_CFLAGS = $(DEFAULT_OCFLAGS) $(VISIBILITY_FLAG)
AM_LDFLAGS = $(xineplug_ldflags)
-if ENABLE_DVB
+if ENABLE_VDR
xineplug_LTLIBRARIES = xineplug_vdr.la
endif