[MPlayer-dev-eng] Re: 0.90-pre9 today night? (small patch included)
Sefanja Ruijsenaars
sefanja at gmx.net
Mon Oct 7 18:20:34 CEST 2002
El dom, 06 de oct de 2002, a las 05:55:52 +0200,
mplayer-dev-eng-request at mplayerhq.hu dijo:
> Date: Sun, 6 Oct 2002 15:41:27 +0200
> From: Arpi <arpi at thot.banki.hu>
> To: mplayer-dev-eng at mplayerhq.hu
> Subject: [MPlayer-dev-eng] 0.90-pre9 today night?
> Reply-To: mplayer-dev-eng at mplayerhq.hu
>
> Hi,
>
> Any objections against releasing pre9 today ?
Current cvs seems a bit buggy compared to pre8. Eg. -ao alsa9 (still?)
desyncs with video (again?), this should be fixed before releasing
+pre9.
This week I'll send patches of some changes i made against spanish and
english language files which cleans them up a little, would be nice
+tohave it pre9 (capitals for the first words of sentences and dots after
the last ones, changing some useless exclamation marks to dots,
+etc.)
I'm have also fixed about 50% of the warnings gcc spits out when compiling
(still have to send patches though, I included two in this
+message), like these ones:
* libmpcodecs/dec_audio.h:16:43: warning: no newline at end of file
* In file included from dec_audio.c:17:
dec_audio.h:16:43: warning: no newline at end of file
In file included from ../libvo/fastmemcpy.h:4,
from vd_ijpg.c:16:
../config.h:47:1: warning: "HAVE_STDDEF_H" redefined
In file included from /usr/include/jpeglib.h:24,
from vd_ijpg.c:8:
/usr/include/jconfig.h:11:1: warning: this is the location of the previous
definition
Here goes a patch (assuming mplayer won't compile without stddef.h
anyways):
--- ../main/configure 2002-10-06 19:57:43.000000000 +0200
+++ configure 2002-10-06 20:25:28.000000000 +0200
@@ -1670,14 +1670,13 @@
EOF
_stddef=no
cc_check && _stddef=yes
-if test "$_stddef" = yes ; then
- _def_stddef='#define HAVE_STDDEF_H 1'
-else
- _def_stddef='#undef HAVE_STDDEF_H'
+if test "$_stddef" = no ; then
+ die "cannot find header stddef.h"
fi
echores "$_stddef"
* gcc -c -Os -march=athlon-tbird -s -fomit-frame-pointer -D_REENTRANT
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o imdct.o imdct.c
/tmp/ccCYGXLb.s: Mensajes del ensamblador:
/tmp/ccCYGXLb.s:1812: Error: backward ref to unknown label "4:"
/tmp/ccCYGXLb.s:1812: Error: junk `uf' after expression
make[1]: *** [imdct.o] Error 1
make[1]: Saliendo directorio `/usr/src/main/liba52'
make: *** [liba52/liba52.a] Error 2
This file (liba52/imdct.c) doesn't seem to compile with -Os, I'll have a
look at it later (and update the liba52 dir from liba52 cvs)
>
> Any uncommited/lost patches?
>
>
> A'rpi / Astral & ESP-team
>
> --
PS: Never mind the text down here, I had to send it through webmail because
my smtp server doesn't seem to work anymore. Hope this message gets formatted
well.
--
+++ GMX - Mail, Messaging & more http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!
More information about the MPlayer-dev-eng
mailing list