summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--m4/summary.m43
-rw-r--r--src/vdr/Makefile.am2
2 files changed, 4 insertions, 1 deletions
diff --git a/m4/summary.m4 b/m4/summary.m4
index 161400d50..f1d1b8457 100644
--- a/m4/summary.m4
+++ b/m4/summary.m4
@@ -24,7 +24,7 @@ AC_DEFUN([XINE_LIB_SUMMARY], [
else
echo " - dvd (internal libs)"
fi
- test x"$have_dvb" = x"yes" && echo " - dvb"
+ test x"$have_dvb" = x"yes" && echo " - dvb - vdr"
test x"$have_gnomevfs" = x"yes" && echo " - gnome-vfs"
test x"$have_samba" = x"yes" && echo " - smb"
test x"$have_v4l" = x"yes" && echo " - v4l"
@@ -167,6 +167,7 @@ AC_DEFUN([XINE_LIB_SUMMARY], [
echo " - eq - eq2"
echo " - boxblur - denoise3d"
echo " - unsharp - tvtime"
+ test x"$have_dvb" = x"yes" && echo " - vdr"
echo " * SFX:"
echo " - goom - oscope"
echo " - fftscope - mosaico"
diff --git a/src/vdr/Makefile.am b/src/vdr/Makefile.am
index 44af6078b..fcdf6cae4 100644
--- a/src/vdr/Makefile.am
+++ b/src/vdr/Makefile.am
@@ -5,8 +5,10 @@ AM_LDFLAGS = $(xineplug_ldflags)
xineinclude_HEADERS = input_vdr.h
+if ENABLE_DVB
xineplug_LTLIBRARIES = xineplug_inp_vdr.la
xinepost_LTLIBRARIES = xineplug_post_vdr.la
+endif
xineplug_inp_vdr_la_SOURCES = input_vdr.c
xineplug_inp_vdr_la_LIBADD = $(XINE_LIB) $(PTHREAD_LIBS)