Discussion:
[MPlayer-users] Build error with MPlayer SVN-r37902.
batguano999
2016-10-21 16:05:07 UTC
Permalink
Hi
I have a build error when compiling MPlayer SVN-r37902 with FFmpeg from git.
Last week, approx October 13 2016, MPlayer SVN-r37901 compiled OK with FFmpeg from git.

This is the error...
ffmpeg/libavcodec/libavcodec.a(mediacodecdec.o): In function `mediacodec_decode_flush':
mediacodecdec.c:(.text+0x69): undefined reference to `ff_mediacodec_dec_flush'
ffmpeg/libavcodec/libavcodec.a(mediacodecdec.o): In function `mediacodec_decode_frame':
mediacodecdec.c:(.text+0x108): undefined reference to `ff_mediacodec_dec_is_flushing'
mediacodecdec.c:(.text+0x14e): undefined reference to `ff_mediacodec_dec_decode'
mediacodecdec.c:(.text+0x25c): undefined reference to `ff_mediacodec_dec_flush'
mediacodecdec.c:(.text+0x2ad): undefined reference to `ff_mediacodec_dec_decode'
ffmpeg/libavcodec/libavcodec.a(mediacodecdec.o): In function `mediacodec_decode_close':
mediacodecdec.c:(.text.unlikely+0x15): undefined reference to `ff_mediacodec_dec_close'
ffmpeg/libavcodec/libavcodec.a(mediacodecdec.o): In function `mediacodec_decode_init':
mediacodecdec.c:(.text.unlikely+0x56): undefined reference to `ff_AMediaFormat_new'
mediacodecdec.c:(.text.unlikely+0xbe): undefined reference to `ff_AMediaFormat_setBuffer'
mediacodecdec.c:(.text.unlikely+0xee): undefined reference to `ff_AMediaFormat_setBuffer'
mediacodecdec.c:(.text.unlikely+0x117): undefined reference to `ff_AMediaFormat_setBuffer'
mediacodecdec.c:(.text.unlikely+0x17e): undefined reference to `ff_AMediaFormat_setString'
mediacodecdec.c:(.text.unlikely+0x195): undefined reference to `ff_AMediaFormat_setInt32'
mediacodecdec.c:(.text.unlikely+0x1af): undefined reference to `ff_AMediaFormat_setInt32'
mediacodecdec.c:(.text.unlikely+0x1f5): undefined reference to `ff_mediacodec_dec_init'
mediacodecdec.c:(.text.unlikely+0x24d): undefined reference to `ff_AMediaFormat_delete'
collect2: error: ld returned 1 exit status

$ cat /etc/issue
Linux Mint 17.1 Rebecca
andrew
2016-10-21 20:03:37 UTC
Permalink
Post by batguano999
I have a build error when compiling MPlayer SVN-r37902 with FFmpeg from git.
Last week, approx October 13 2016, MPlayer SVN-r37901 compiled OK with FFmpeg from git.
This is the error...
mediacodecdec.c:(.text+0x69): undefined reference to `ff_mediacodec_dec_flush'
[...]

Confirmed here with same build error...

Andrew
--
You think that's air you're breathing now?
Roberto Togni
2016-10-21 23:11:16 UTC
Permalink
On Sat, 22 Oct 2016 07:03:37 +1100
Post by andrew
Post by batguano999
I have a build error when compiling MPlayer SVN-r37902 with FFmpeg from git.
Last week, approx October 13 2016, MPlayer SVN-r37901 compiled OK with FFmpeg from git.
This is the error...
mediacodecdec.c:(.text+0x69): undefined reference to `ff_mediacodec_dec_flush'
[...]
Confirmed here with same build error...
Fixed in r37903

Ciao,
Roberto
batguano999
2016-10-22 09:45:18 UTC
Permalink
Post by Roberto Togni
Fixed in r37903
Thanks :-)
$ mplayer
MPlayer SVN-r37903-4.8 (C) 2000-2016 MPlayer Team

Loading...