diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-18 00:59:29 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-18 00:59:29 +0100 |
commit | 9967f3de4643ff3d65decbe813a93fc6e482235e (patch) | |
tree | ce9041509688bfd8274609628ef8333599d68932 /m4 | |
parent | 7d1dc2ac6742183a79680dfae90c391cdd5e359b (diff) | |
download | xine-lib-9967f3de4643ff3d65decbe813a93fc6e482235e.tar.gz xine-lib-9967f3de4643ff3d65decbe813a93fc6e482235e.tar.bz2 |
Add summary info for vdr; build plugins if DVB is enabled (no point otherwise).
Valid so long as remote vdr support is not present (a patch exists for this).
Diffstat (limited to 'm4')
-rw-r--r-- | m4/summary.m4 | 3 |
1 files changed, 2 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" |