[FFmpeg-user] FFmpeg h264 decode error

Manas Bhatnagar b.manas.88 at gmail.com
Thu Feb 20 16:20:12 CET 2014


Thanks for the tip, Tom. I will install a newer version of gcc and
recompile.

Manas


On Thu, Feb 20, 2014 at 6:31 AM, Tom Evans <tevans.uk at googlemail.com> wrote:

> On Thu, Feb 20, 2014 at 12:01 AM, Manas Bhatnagar <b.manas.88 at gmail.com>
> wrote:
> > By similar, I mean that the sample file also uses x264 for video and ac3
> > audio.
> > Compiler is standard FreeBSD 9 compiler.
>
> I would recommend not using the standard compiler in FreeBSD 9,
> install gcc46 (or higher) and binutils from ports
>
> My base FreeBSD configure line is:
>
>     ./configure --cc=/usr/local/bin/gcc46 \
>         --extra-libs=-L/usr/local/lib
> --extra-cflags="-I/usr/local/include" \
>         --prefix=/usr/local
>
> This will give a significantly faster ffmpeg binary than the base compiler.
>
> I've not yet started looking at using clang, which is the default cc
> in FreeBSD 10.
>
> Cheers
>
> Tom
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list