[MPlayer-cvslog] CVS: main mplayer.c, 1.925, 1.926 configure, 1.1153, 1.1154
Richard Felker CVS
syncmail at mplayerhq.hu
Fri Mar 31 01:47:05 CEST 2006
- Previous message: [MPlayer-cvslog] CVS: main mplayer.c, 1.924, 1.925 mencoder.c, 1.347, 1.348
- Next message: [MPlayer-cvslog] CVS: main/libmpcodecs ad_libdv.c, 1.2, 1.3 vd_dmo.c, 1.3, 1.4 vd_dshow.c, 1.10, 1.11 vd_ffmpeg.c, 1.161, 1.162 vd_vfw.c, 1.29, 1.30 ve_lavc.c, 1.137, 1.138 ve_raw.c, 1.8, 1.9 ve_vfw.c, 1.23, 1.24 vf.c, 1.125, 1.126 vf_crop.c, 1.19, 1.20 vf_cropdetect.c, 1.14, 1.15 vf_expand.c, 1.35, 1.36 vf_fame.c, 1.13, 1.14 vf_format.c, 1.13, 1.14 vf_framestep.c, 1.3, 1.4 vf_noformat.c, 1.3, 1.4 vf_palette.c, 1.14, 1.15 vf_phase.c, 1.6, 1.7 vf_test.c, 1.9, 1.10 vf_tile.c, 1.4, 1.5 vf_yuy2.c, 1.10, 1.11 vf_yvu9.c, 1.8, 1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Richard Felker CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv27028
Modified Files:
mplayer.c configure
Log Message:
more cruft
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.925
retrieving revision 1.926
diff -u -r1.925 -r1.926
--- mplayer.c 30 Mar 2006 23:44:35 -0000 1.925
+++ mplayer.c 30 Mar 2006 23:47:03 -0000 1.926
@@ -586,7 +586,7 @@
#endif
}
mp_msg(MSGT_CPLAYER,MSGL_FATAL,"\n" MSGTR_IntBySignal,x,
- current_module?current_module:mp_gettext("unknown")
+ current_module?current_module:"unknown"
);
if (identify)
mp_msg(MSGT_GLOBAL, MSGL_INFO, "ID_SIGNAL=%d\n", x);
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1153
retrieving revision 1.1154
diff -u -r1.1153 -r1.1154
--- configure 30 Mar 2006 22:15:50 -0000 1.1153
+++ configure 30 Mar 2006 23:47:03 -0000 1.1154
@@ -362,7 +362,6 @@
--enable-profile compile profiling information into mplayer [disable]
--disable-sighandler disable sighandler for crashes [enable]
--enable-crash-debug enable automatic gdb attach on crash [disable]
- --enable-i18n _experimental_ gnu gettext() support [autodetect]
--enable-dynamic-plugins Enable support for dynamic a/v plugins [disable]
Hazardous options a.k.a. "DO NOT REPORT ANY BUGS!"
- Previous message: [MPlayer-cvslog] CVS: main mplayer.c, 1.924, 1.925 mencoder.c, 1.347, 1.348
- Next message: [MPlayer-cvslog] CVS: main/libmpcodecs ad_libdv.c, 1.2, 1.3 vd_dmo.c, 1.3, 1.4 vd_dshow.c, 1.10, 1.11 vd_ffmpeg.c, 1.161, 1.162 vd_vfw.c, 1.29, 1.30 ve_lavc.c, 1.137, 1.138 ve_raw.c, 1.8, 1.9 ve_vfw.c, 1.23, 1.24 vf.c, 1.125, 1.126 vf_crop.c, 1.19, 1.20 vf_cropdetect.c, 1.14, 1.15 vf_expand.c, 1.35, 1.36 vf_fame.c, 1.13, 1.14 vf_format.c, 1.13, 1.14 vf_framestep.c, 1.3, 1.4 vf_noformat.c, 1.3, 1.4 vf_palette.c, 1.14, 1.15 vf_phase.c, 1.6, 1.7 vf_test.c, 1.9, 1.10 vf_tile.c, 1.4, 1.5 vf_yuy2.c, 1.10, 1.11 vf_yvu9.c, 1.8, 1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list