[FFmpeg-trac] #7433(avcodec:new): libaomenc.c: undeclared symbol AOM_ERROR_RESILIENT_PARTITIONS
FFmpeg
trac at avcodec.org
Tue Sep 11 11:34:32 EEST 2018
#7433: libaomenc.c: undeclared symbol AOM_ERROR_RESILIENT_PARTITIONS
---------------------------------+--------------------------------------
Reporter: LigH | Type: defect
Status: new | Priority: normal
Component: avcodec | Version: git-master
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
---------------------------------+--------------------------------------
Building ffmpeg with libaom fails in libavcodec/libaomenc.c:744:109:
error: 'AOM_ERROR_RESILIENT_PARTITIONS' undeclared here (not in a
function); did you mean 'AOM_ERROR_RESILIENT_DEFAULT'?
{{{
" is still done over the partition boundary.",
0, AV_OPT_TYPE_CONST, {.i64 = AOM_ERROR_RESILIENT_PARTITIONS}, 0, 0, VE,
"er"},
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AOM_ERROR_RESILIENT_DEFAULT
}}}
Attached archive of logs and other diagnostic files was generated by
media-autobuild_suite (running in MSYS2/MinGW)
--
Ticket URL: <https://trac.ffmpeg.org/ticket/7433>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list