diff options
author | Bastien Nocera <hadess@users.sourceforge.net> | 2003-05-04 01:35:04 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@users.sourceforge.net> | 2003-05-04 01:35:04 +0000 |
commit | 8e2df27969adca164df2ab27bcebe6e026e8ee52 (patch) | |
tree | 7a4adc8bc030a9c18694690c3554bb5d0225d9a4 /configure.ac | |
parent | b2a9904e0e49b5c96c01e506dc950e40436b5032 (diff) | |
download | xine-lib-8e2df27969adca164df2ab27bcebe6e026e8ee52.tar.gz xine-lib-8e2df27969adca164df2ab27bcebe6e026e8ee52.tar.bz2 |
- plenty of nvtv updates by Mattias Eriksson <snaggen@acc.umu.se>, see the changes to xine.h.in for the API updates, and the mailing list (dated May 3rd 2003)
CVS patchset: 4760
CVS date: 2003/05/04 01:35:04
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3a9a80809..f7b5bd5b6 100644 --- a/configure.ac +++ b/configure.ac @@ -279,7 +279,7 @@ dnl --------------------------------------------- dnl tvmode support using nvtv dnl --------------------------------------------- -AC_ARG_ENABLE(nvtv, [ --enable-nvtv use nvtv for output fullscreen to TV [default=no]], enable_nvtv="$enableval", enable_nvtv=no) +AC_ARG_ENABLE(nvtv, [ --enable-nvtv use nvtv for output fullscreen to TV [default=yes]], enable_nvtv="$enableval", enable_nvtv=yes) AC_MSG_CHECKING(for nvtv support) |