[Ffmpeg-devel] ffm_nopts

Sergey Bondarenko enterit
Sat Sep 2 08:59:58 CEST 2006


I my case the problem was that tr utility does not wor properly on Solaris:
tr 'a-z' 'A-Z' does not upcase string.

That's why "configure" did not work propery (files needed for
compilation were not included in Makefiles).

Diego Biurrun has committed workaround in "configure" file:
  tr 'a-z' 'A-Z'
replaced by
  tr '[a-z]' '[A-Z]'

Get latest revision of ffmpeg  from svn repository, and try again.


2006/8/30, may nothing <may_241913 at yahoo.com>:
> Sorry, but no effect. Same error occures.
> BTW: I'm on a Sparc Sunfire 45 running Solaris 10 1/06 - gcc-4.1.1 and gnu ld.
>
> cu
> Martin
>
>
> ----- Original Message ----
> From: Sergey Bondarenko <enterit at gmail.com>
> To: FFMpeg development discussions and patches <ffmpeg-devel at mplayerhq.hu>
> Sent: Wednesday, August 30, 2006 4:49:31 PM
> Subject: Re: [Ffmpeg-devel] ffm_nopts
>
> 2006/8/30, Panagiotis Issaris <takis.issaris at uhasselt.be>:
> > Hi,
> >
> > Op woensdag 30 augustus 2006 16:21, schreef may nothing:
> > > Hi,
> > >
> > > unfortunately no. I used:
> > > ./configure --enable-mp3lame --enable-libogg --enable-vorbis --enable-faad --enable-faac --enable-a52 --enable-dts --enable-pp --log=yes --enable-sunmlib --enable-swscaler --enable-gpl --cc=gcc --make=gmake --disable-v4l --disable-v4l2 --enable-muxer=mpegts --enable-muxer=ffm
> > >
> > > The output is still the same
> > Ah, okay. You had not specified your configure options, so I guessed they included --disable-muxers.
> >
> > Not really sure what the problem is then. Does the problem appear when using a simple: ./configure ?
> >
> > With friendly regards,
> > Takis
> > _______________________________________________
> > ffmpeg-devel mailing list
> > ffmpeg-devel at mplayerhq.hu
> > http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel
> >
> What is your OS?
> I had the same problem on SunOs.
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at mplayerhq.hu
> http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel
>
>
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at mplayerhq.hu
> http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel
>




More information about the ffmpeg-devel mailing list