[Ffmpeg-devel] Latest SVN failing to configure

Pavlov Konstantin thresh
Tue Oct 24 21:07:02 CEST 2006


On Tuesday 24 October 2006 21:44, Aaron Williams wrote:
> I have some more information. ?libdts is not a .so file. ?I found that
> if I added -lm after -ldts then it works fine. ?I also ran into a
> problem with lame, which also required -lm after -lmp3lame.
>
> svn diff configure
> Index: configure
> ===================================================================
> --- configure ? (revision 6789)
> +++ configure ? (working copy)
> @@ -1302,9 +1302,9 @@
> ?fi
>
> ?# these are off by default, so fail if requested and not available
> -enabled dts ? ? && require libdts dts.h dts_init -ldts
> +enabled dts ? ? && require libdts dts.h dts_init -ldts -lm
> ?enabled libgsm ?&& require libgsm gsm.h gsm_create -lgsm
> -enabled mp3lame && require LAME lame/lame.h lame_init -lmp3lame
> +enabled mp3lame && require LAME lame/lame.h lame_init -lmp3lame -lm
> ?enabled vorbis ?&& require libvorbis vorbis/vorbisenc.h
> vorbis_info_init -lvorbis -lvorbisenc -logg
> ?enabled libogg ?&& require libogg ogg/ogg.h ogg_sync_init -logg
> ?enabled xvid ? ?&& require XviD xvid.h xvid_global -lxvidcore

This is not the real fix to the problem.
Fixing your builds of dts/lame is.

-- 
Pavlov Konstantin,
CPMS Network,
jid: thresh at altlinux.org




More information about the ffmpeg-devel mailing list