[MPlayer-users] Compile Error w/ FFmpeg 204c4e9

Josh joshf87 at live.com
Thu Jul 19 23:18:33 CEST 2012


On 7/19/2012 09:51, Nobu wrote:
> I get similar error trying to compile on linux.
>
> ./configure --extra-cflags="-O3" --enable-mencoder
>
> make result:
>
> ffmpeg/libavcodec/libavcodec.a(vp3.o): In function `vp3_decode_init':
> vp3.c:(.text.unlikely+0x420): undefined reference to `ff_vp3dsp_init'
> ffmpeg/libavcodec/libavcodec.a(vp56.o): In function `ff_vp56_init':
> vp56.c:(.text.unlikely+0x3f): undefined reference to `ff_vp3dsp_init'
> collect2: error: ld returned 1 exit status
> make: *** [mplayer] Error 1
>
>
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
>
>
Mencoder is enabled by default, and will use -O3 by default. They 
actually set it to '-O4' but that doesn't exist, so GCC
should be actually using -O3.


More information about the MPlayer-users mailing list