[MPlayer-users] svn update, then compilation fails
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Tue Feb 23 23:34:45 EET 2021
> On 23 Feb 2021, at 20:21, Antonio Olivares <olivares14031-at-yahoo.com at ffmpeg.org> wrote:
>
> Dear mplayer users/developers,
>
> running fedora 33, I use mplayer compiled from source.
> I have run svn update and ran ./configure
> when running make, I get error message:
> /usr/bin/ld: warning: creating DT_TEXTREL in a PIE
> /usr/bin/ld: warning: creating DT_TEXTREL in a PIE
Is this 32-bit x86?
If so, it sounds like your compiler has security features (PIC/PIE) enabled by default
that we do not support for 32-bit x86 because the speed impact is too big.
Though those might only be warnings.
> /usr/bin/ld: ffmpeg/libavformat/mov.o: in function `mov_codec_id':
> mov.c:(.text+0x54d): undefined reference to `ff_codec_movsubtitle_tags'
No idea, but maybe do a “make distclean” first?
More information about the MPlayer-users
mailing list