From 88bde5471192c1672c5ecdb8ec03d3819f6aa48f Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Thu, 2 Oct 2003 01:40:01 +0000 Subject: nvtv removed CVS patchset: 5423 CVS date: 2003/10/02 01:40:01 --- ChangeLog | 2 ++ configure.ac | 19 ------------------- 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/ChangeLog b/ChangeLog index 35539d13f..76bf49e3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -42,6 +42,8 @@ xine-lib (1-rc1) * new fftgraph viz plugin * updated goom support * fix crasher in CDDA plugin + * nvtv tvmode support removed from xine-lib. it is better suited in the + frontends where it should be replaced with the new libnvtvsimple. xine-lib (1-rc0a) * includes ffmpeg's MPEG encode in dist tarball (fixes DXR3 support) diff --git a/configure.ac b/configure.ac index 5c25556e0..7f1376c8f 100644 --- a/configure.ac +++ b/configure.ac @@ -279,24 +279,6 @@ if test x"$no_x" != "xyes"; then 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 --------------------------------------------- @@ -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 -- cgit v1.2.3