Opened 7 years ago
Closed 7 years ago
#6834 closed defect (fixed)
Build error with latest rockchip-mpp version 20171107
Reported by: | bermond | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
ffmpeg git master cannot recognize rockchip-mpp 20171107 (latest version at the time of writing) at build time. It gives the following error:
ERROR: Rockchip MPP is outdated, please get a more recent one.
How to reproduce:
$ git clone git://source.ffmpeg.org/ffmpeg.git $ cd ffmpeg $ ./configure --enable-version3 --enable-libdrm --enable-rkmpp
It compiles fine with the previous rockchip-mpp version 20170811.
System information:
OS: Arch Linux x86_64
FFmpeg: git master
rockchip-mpp: 20171107
libdrm: 2.4.88
Change History (4)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
MPP_DEC_GET_FREE_PACKET_SLOT_COUNT
is not defined anymore at rk_mpi_cmd.h
in rockchip-mpp versions later than 20170811.
And this error occurs because configure
checks for MPP_DEC_GET_FREE_PACKET_SLOT_COUNT
:
{ check_func_headers rockchip/rk_mpi_cmd.h "MPP_DEC_GET_FREE_PACKET_SLOT_COUNT" || die "ERROR: Rockchip MPP is outdated, please get a more recent one."; } &&
ffmpeg git master still not build with the current rockchip-mpp version 20171218.
comment:3 by , 7 years ago
This is now fixed by commit c6f84106366c6f243a8b07dbffcc7880009aa904.
I can confirm that ffmpeg git master is building fine with latest rockchip-mpp version 20171218.
I would like to thank ffmpeg developers for fixing this.
This ticket can be now closed.
comment:4 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Relevant
config.log
section: