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

Pavlov Konstantin thresh
Tue Dec 11 17:55:17 CET 2007


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.

-- 
Bugs, pl. n.:
	Small living things that small living boys throw on small living girls.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20071211/792276f6/attachment.pgp>



More information about the ffmpeg-devel mailing list