[MPlayer-users] Build error with current svn

Josh joshf87 at live.com
Thu Oct 25 18:17:30 CEST 2012


On 10/25/2012 11:11, Andy Furniss wrote:
> libmpcodecs/vd_lzo.o: In function `decode':
> /home/andy/Src/Mplayer-svn/mplayer/libmpcodecs/vd_lzo.c:109: undefined 
> reference to `av_lzo1x_decode'
> libmpdemux/demux_mkv.o: In function `demux_mkv_decode':
> /home/andy/Src/Mplayer-svn/mplayer/libmpdemux/demux_mkv.c:364: 
> undefined reference to `av_lzo1x_decode'
> ffmpeg/libavcodec/libavcodec.a(cscd.o): In function `decode_frame':
> /home/andy/Src/Mplayer-svn/mplayer/ffmpeg/libavcodec/cscd.c:88: 
> undefined reference to `av_lzo1x_decode'
> ffmpeg/libavcodec/libavcodec.a(nuv.o): In function `decode_frame':
> /home/andy/Src/Mplayer-svn/mplayer/ffmpeg/libavcodec/nuv.c:208: 
> undefined reference to `av_lzo1x_decode'
> collect2: ld returned 1 exit status
> make: *** [mplayer] Error 1
>
> Was OK on Sunday with the same configure, one change apart from update 
> svn/ffmpeg is that I installed faad2.
>
> ./configure --enable-debug --enable-xvmc 
> --extra-cflags="-I/home/andy/Src/Xorg-git/modular/include" 
> --extra-libs="-L/home/andy/Src/Xorg-git/modular/lib" 
> --extra-libs-mplayer="-L/home/andy/Src/Xorg-git/modular/lib"
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
>
>

The MPlayer configure script needs to be updated. If you don't want to 
wait you can fix it yourself:

Run 'make distclean', open mplayer's configure script, search for 
CONFIG_LSP and insert below that:  CONFIG_LZO     = yes


More information about the MPlayer-users mailing list