[MPlayer-dev-eng] mp-G2 pre18

D Richard Felker III dalias at aerifal.cx
Mon May 5 08:41:49 CEST 2003


On Mon, May 05, 2003 at 12:58:17AM +0200, Anders Rune Jensen wrote:
> Arpi <arpi at thot.banki.hu> writes:
> 
> > Hi,
> > 
> > [..]
> > pre19:
> > - libavcodec, swscaler and their interfaces upgraded from main CVS
> > - libinput imported from mplayer main, test-input added
> 
> Seem you need to add this to Makefile to have inputinput.a compiled.
> 
> --- Makefile.old        2003-05-05 00:46:28.000000000 +0200
> +++ Makefile    2003-05-05 00:42:35.000000000 +0200
> @@ -22,6 +22,9 @@
>  
>  all:   test-stream test-codecs test-input test-play
>  
> +input/libinput.a:
> +       $(MAKE) -C input
> +
>  stream/libmpstream.a:
>         $(MAKE) -C stream

Yeah, I noticed this too. But even once I fixed this and got thru
fixing config.mak and config.h to deal with my system, the test player
died with sigill. :( I think I'll wait til stuff is just a *little*
bit further along before I start testing it, but congrats to Arpi on
such rapid progress!

Rich



More information about the MPlayer-dev-eng mailing list