diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-10-02 01:40:01 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-10-02 01:40:01 +0000 |
commit | 88bde5471192c1672c5ecdb8ec03d3819f6aa48f (patch) | |
tree | 2980deaccae4a7d8ac771350cf443e6a31530dc8 /configure.ac | |
parent | 8d14f297e162ba26492ae454e9184a8892a94f1d (diff) | |
download | xine-lib-88bde5471192c1672c5ecdb8ec03d3819f6aa48f.tar.gz xine-lib-88bde5471192c1672c5ecdb8ec03d3819f6aa48f.tar.bz2 |
nvtv removed
CVS patchset: 5423
CVS date: 2003/10/02 01:40:01
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/configure.ac b/configure.ac index 5c25556e0..7f1376c8f 100644 --- a/configure.ac +++ b/configure.ac @@ -280,24 +280,6 @@ fi AM_CONDITIONAL(HAVE_X11, [test x"$no_x" != "xyes"]) dnl --------------------------------------------- -dnl tvmode support using nvtv -dnl --------------------------------------------- - -AC_ARG_ENABLE(nvtv, [ --enable-nvtv use nvtv for output fullscreen to TV], enable_nvtv="$enableval", enable_nvtv=no) - -AC_MSG_CHECKING(for nvtv support) - -if test x"$enable_nvtv" = "xyes" -a x"$no_x" != "xyes"; then - AC_MSG_RESULT(enabled) - AC_DEFINE(XINE_HAVE_NVTV,1,[Define this if you want nvtvd tvmode support]) -else - AC_MSG_RESULT(disabled) -fi - -AM_CONDITIONAL(HAVE_NVTV, [test x"$enable_nvtv" = "xyes" -a x"$no_x" != "xyes"]) - - -dnl --------------------------------------------- dnl socket library dnl --------------------------------------------- dnl Test for socket and network support library @@ -1490,7 +1472,6 @@ src/video_out/vidix/Makefile src/video_out/vidix/drivers/Makefile src/xine-utils/Makefile src/xine-engine/Makefile -src/xine-engine/nvtv/Makefile src/xine-engine/xineintl.h]) AC_CONFIG_COMMANDS([default],[[chmod +x ./misc/SlackBuild ./misc/build_rpms.sh ./misc/relchk.sh]],[[]]) AC_OUTPUT |