diff options
author | Chris Rankin <rankincj@yahoo.com> | 2009-07-05 19:27:48 +0100 |
---|---|---|
committer | Chris Rankin <rankincj@yahoo.com> | 2009-07-05 19:27:48 +0100 |
commit | 269beb3fe26195ff16183d1d02c2daff773028fc (patch) | |
tree | de4b1eab144b9513cafe258f4c32b26891389797 | |
parent | c5c9c8df31e9703a0b2991eca7cc16cafbaee180 (diff) | |
download | xine-lib-269beb3fe26195ff16183d1d02c2daff773028fc.tar.gz xine-lib-269beb3fe26195ff16183d1d02c2daff773028fc.tar.bz2 |
Disappearing DVB plugin (Linux, not Hurd)
I noticed recently that xine's DVB plugin had disappeared. After a bit of investigation (and a few handfuls of hair) I have created this patch:
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1af4dba69..8ca6df8d0 100644 --- a/configure.ac +++ b/configure.ac @@ -287,7 +287,7 @@ AC_SUBST(GOOM_LIBS) AC_SUBST(WIN32_CPPFLAGS) AM_CONDITIONAL(WIN32, test "x$SYS" = "xmingw32") AM_CONDITIONAL([HURD], [test "x$SYS" = "xhurd"]) -AM_CONDITIONAL([DVB], [test "$have_supported_DVB" = "yes"]) +AM_CONDITIONAL([DVB], [test "$have_supported_dvb" = "yes"]) dnl --------------------------------------------- |