[FFmpeg-devel] [FFmpeg-cvslog] r11164 - trunk/configure

Ismail Dönmez ismail
Tue Dec 11 18:06:55 CET 2007


Tuesday 11 December 2007 18:55:17 tarihinde Pavlov Konstantin ?unlar? 
yazm??t?:
> On Tue, Dec 04, 2007 at 09:01:42PM +0100, mru wrote:
> > Author: mru
> > Date: Tue Dec  4 21:01:41 2007
> > New Revision: 11164
> >
> > Log:
> > use -Bsymbolic linker flag if supported
> >
> >
> > Modified:
> >    trunk/configure
> >
> > Modified: trunk/configure
> > =========================================================================
> >===== --- trunk/configure	(original)
> > +++ trunk/configure	Tue Dec  4 21:01:41 2007
> > @@ -1701,6 +1701,7 @@ enabled extra_warnings && check_cflags -
> >  # add some linker flags
> >  check_ldflags -Wl,--warn-common
> >  check_ldflags $LDLATEFLAGS
> > +check_ldflags -Wl,-Bsymbolic
> >
> >  if enabled small; then
> >      check_cflags -Os            # not all compilers support -Os
>
> This results in:
>
> ---------------
>
> thresh at snowwhite ~/foo/bin $ ./ffmpeg -formats
> FFmpeg version SVN-r11200, Copyright (c) 2000-2007 Fabrice Bellard, et al.
>   configuration: --enable-debug --enable-shared --enable-swscaler
> --enable-gpl --prefix=/home/thresh/foo/ libavutil version: 49.5.0
>   libavcodec version: 51.48.0
>   libavformat version: 52.1.0
>   built on Dec 11 2007 19:40:40, gcc: 4.1.1 20070105 (ALT Linux, build
> 4.1.1-alt11) File formats:
>
> Codecs:
>
> Supported file protocols:
>
> Frame size, frame rate abbreviations:
>  ntsc pal qntsc qpal sntsc spal film ntsc-film sqcif qcif cif 4cif
>
> Note, the names of encoders and decoders do not always match, so there are
> several cases where the above table shows encoder only or decoder only
> entries even though both encoding and decoding are supported. For example,
> the h263 decoder corresponds to the h263 and h263p encoders, for file
> formats it is even worse.
>
> ---------------
>
> As you can see, nothing is getting printed out in formats/codecs/protos...
>
> Reverting 11164 helps getting them back.

Can confirm, ld is :

GNU ld (Pardus Linux) 2.18.50.0.3.20071102

Regards,
ismail
-- 
Never learn by your mistakes, if you do you may never dare to try again.




More information about the ffmpeg-devel mailing list