[MPlayer-cvslog] CVS: main configure,1.1126,1.1127
Diego Biurrun
diego at biurrun.de
Tue Jan 24 02:14:34 CET 2006
On Sun, Jan 22, 2006 at 02:32:12AM +0100, Roberto Togni CVS wrote:
>
> Modified Files:
> configure
> Log Message:
> Quick&dirty compilation fix, needed after latest changes in ffmpeg build
> system.
>
> --- configure 20 Jan 2006 21:15:28 -0000 1.1126
> +++ configure 22 Jan 2006 01:32:09 -0000 1.1127
> @@ -7279,6 +7279,7 @@
> AMR_WB=$_amr_wb
> `echo $_libavcodecs | tr '[a-z] ' '[A-Z]\n' | sed 's/^/CONFIG_/;s/$/=yes/'`
> CONFIG_GPL=yes
> +CONFIG_MUXERS=yes
Does anybody have a clue why this is needed when compiling with
--disable-mencoder? I get a linking failure even then..
libavformat/libavformat.a(allformats.o): In function `av_register_all':/home/diego/src/mplayer/vanilla/libavformat/allformats.c:62: undefined reference to `movenc_init'
:/home/diego/src/mplayer/vanilla/libavformat/allformats.c:68: undefined reference to `flvenc_init'
libavformat/libavformat.a(asf.o): In function `asf_init':/home/diego/src/mplayer/vanilla/libavformat/asf.c:865: undefined reference to `asf_oformat'
:/home/diego/src/mplayer/vanilla/libavformat/asf.c:865: undefined reference to `asf_oformat'
:/home/diego/src/mplayer/vanilla/libavformat/asf.c:866: undefined reference to `asf_stream_oformat'
:/home/diego/src/mplayer/vanilla/libavformat/asf.c:866: undefined reference to `asf_stream_oformat'
These function calls are inside #ifdef CONFIG_MUXERS and should not be
compiled into an MPlayer-only build...
Diego
More information about the MPlayer-cvslog
mailing list