[MPlayer-cvslog] r23834 - in trunk: DOCS/man/cs/mplayer.1 DOCS/man/de/mplayer.1 DOCS/man/en/mplayer.1 DOCS/man/es/mplayer.1 DOCS/man/fr/mplayer.1 DOCS/man/hu/mplayer.1 DOCS/man/it/mplayer.1 DOCS/man/pl/mplayer.1 DOCS/man/ru/mplayer.1 DOCS/man/zh/mplayer.1 configure help/help_mp-cs.h help/help_mp-de.h help/help_mp-en.h help/help_mp-es.h help/help_mp-fr.h help/help_mp-hu.h help/help_mp-it.h help/help_mp-pl.h help/help_mp-ru.h help/help_mp-tr.h help/help_mp-zh_CN.h help/help_mp-zh_TW.h libvo/video_out.c libvo/vo_syncfb.c
diego
subversion at mplayerhq.hu
Fri Jul 20 20:17:58 CEST 2007
Author: diego
Date: Fri Jul 20 20:17:58 2007
New Revision: 23834
Log:
Remove vo_syncfb, which was unused for 5 years.
Removed:
trunk/libvo/vo_syncfb.c
Modified:
trunk/configure
trunk/libvo/video_out.c
Changes in other areas also in this revision:
Modified:
trunk/DOCS/man/cs/mplayer.1
trunk/DOCS/man/de/mplayer.1
trunk/DOCS/man/en/mplayer.1
trunk/DOCS/man/es/mplayer.1
trunk/DOCS/man/fr/mplayer.1
trunk/DOCS/man/hu/mplayer.1
trunk/DOCS/man/it/mplayer.1
trunk/DOCS/man/pl/mplayer.1
trunk/DOCS/man/ru/mplayer.1
trunk/DOCS/man/zh/mplayer.1
trunk/help/help_mp-cs.h
trunk/help/help_mp-de.h
trunk/help/help_mp-en.h
trunk/help/help_mp-es.h
trunk/help/help_mp-fr.h
trunk/help/help_mp-hu.h
trunk/help/help_mp-it.h
trunk/help/help_mp-pl.h
trunk/help/help_mp-ru.h
trunk/help/help_mp-tr.h
trunk/help/help_mp-zh_CN.h
trunk/help/help_mp-zh_TW.h
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Fri Jul 20 20:17:58 2007
@@ -4134,18 +4134,6 @@ fi
echores "$_mga"
-# echocheck "syncfb"
-# _syncfb=no
-# test "$_mga" = yes && _syncfb=yes
-# if test "$_syncfb" = yes ; then
-# _def_syncfb='#define HAVE_SYNCFB 1'
-# _vosrc="$_vosrc vo_syncfb.c"
-# else
-# _def_syncfb='#undef HAVE_SYNCFB'
-# fi
-# echores "$_syncfb"
-
-
echocheck "xmga"
if test "$_xmga" = auto ; then
_xmga=no
@@ -8176,7 +8164,6 @@ $_def_zr
$_def_bl
$_def_mga
$_def_xmga
-$_def_syncfb
$_def_fbdev
$_def_dxr2
$_def_dxr3
Modified: trunk/libvo/video_out.c
==============================================================================
--- trunk/libvo/video_out.c (original)
+++ trunk/libvo/video_out.c Fri Jul 20 20:17:58 2007
@@ -84,7 +84,6 @@ extern vo_functions_t video_out_null;
extern vo_functions_t video_out_zr;
extern vo_functions_t video_out_zr2;
extern vo_functions_t video_out_bl;
-extern vo_functions_t video_out_syncfb;
extern vo_functions_t video_out_fbdev;
extern vo_functions_t video_out_fbdev2;
extern vo_functions_t video_out_svga;
@@ -163,9 +162,6 @@ vo_functions_t* video_out_drivers[] =
#ifdef HAVE_MGA
&video_out_mga,
#endif
-#ifdef HAVE_SYNCFB
- &video_out_syncfb,
-#endif
#ifdef HAVE_TDFXFB
&video_out_tdfxfb,
#endif
More information about the MPlayer-cvslog
mailing list