[MPlayer-users] svn install compilation problem undefined reference to `ff_rtp_chain_mux_open'
Josh
joshf87 at live.com
Sun Dec 30 08:24:08 CET 2012
On 12/29/2012 23:50, Raena Lea-Shannon wrote:
> Without the attachment
>
> Hi I am compiling mplayer form latest svn on Ubuntu 12.04 3.2.0-35-generic
> AMD 64 AMD Phenom(tm) II X4 810 Processor
>
> make error is as follows:
>
> [snip] -lasound -ldl -lpthread -lbluray -lcdda_interface -lcdda_paranoia
> -L/usr/lib/x86_64-linux-gnu -lfreetype -lz -lfontconfig -lfribidi -lz
> -lvorbisenc -lvorbis -logg -lspeex -ltheoradec -logg -lmpg123 -ldca
> -lxvidcore -lpthread -ldl -rdynamic -lm -lXext -lX11 -lpthread -lXv -lGL
> -ldl
> ffmpeg/libavformat/
> libavformat.a(movenchint.o): In function `ff_mov_init_hinting':
> movenchint.c:(.text+0x11f): undefined reference to `ff_rtp_chain_mux_open'
> collect2: ld returned 1 exit status
> make: *** [mplayer] Error 1
>
> configure log available on request
>
> Any guidance would be greatly appreciated.
>
> Thanks
> luh341
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
>
>
Patch file if that's easier. :)
-------------- next part --------------
Index: configure
===================================================================
--- configure (revision 35710)
+++ configure (working copy)
@@ -8465,6 +8465,7 @@
CONFIG_MPEGVIDEOENC = yes
CONFIG_RANGECODER = yes
CONFIG_RDFT = yes
+CONFIG_RTPENC_CHAIN = yes
CONFIG_SINEWIN = yes
CONFIG_VIDEODSP = yes
CONFIG_VP3DSP = yes
@@ -8978,6 +8979,7 @@
#define CONFIG_OPENSSL 0
#define CONFIG_POWERPC_PERF 0
/* For now prefer speed over avoiding potential invalid reads */
+#define CONFIG_RTPENC_CHAIN 1
#define CONFIG_SAFE_BITSTREAM_READER 0
#define CONFIG_SHARED 0
#define CONFIG_SMALL 0
More information about the MPlayer-users
mailing list