diff options
author | Reinhard Nißl <rnissl@gmx.de> | 2008-01-01 10:35:07 +0100 |
---|---|---|
committer | Reinhard Nißl <rnissl@gmx.de> | 2008-01-01 10:35:07 +0100 |
commit | 3ebd29271aee0665b759a7ba48fb3a343282fd0b (patch) | |
tree | b604fcc5742db494fcb83aba3c0bda383cfdb48d /src | |
parent | 60ce6073c01f97d55eece7ccba75c5d917aed163 (diff) | |
download | xine-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.am | 2 |
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 |