[FFmpeg-trac] #11304(undetermined:new): Cannot build on OpenBSD/riscv64
FFmpeg
trac at avcodec.org
Sun Nov 17 07:48:56 EET 2024
#11304: Cannot build on OpenBSD/riscv64
-------------------------------------+-------------------------------------
Reporter: Brad Smith | Type: defect
Status: new | Priority: normal
Component: | Version: git-
undetermined | master
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Trying to build on OpenBSD/riscv64 7.6, Clang 16..
openbsd-riscv64$ gmake
GEN libavdevice/libavdevice.version
GEN libavfilter/libavfilter.version
GEN libavformat/libavformat.version
GEN libavcodec/libavcodec.version
GEN libswresample/libswresample.version
GEN libswscale/libswscale.version
GEN libavutil/libavutil.version
CC libavdevice/alldevices.o
In file included from libavdevice/alldevices.c:23:
In file included from ./libavformat/avformat_internal.h:30:
In file included from ./libavformat/avformat.h:312:
In file included from ./libavcodec/codec_par.h:26:
In file included from ./libavutil/avutil.h:301:
In file included from ./libavutil/common.h:49:
In file included from ./libavutil/intmath.h:32:
In file included from ./libavutil/riscv/intmath.h:29:
./libavutil/riscv/cpu.h:78:25: error: call to undeclared function
'ff_get_rv_vlenb'; ISO C99 and later do not support implicit function
declarations [-Werror,-Wimplicit-function-declaration]
return bits <= (8 * ff_get_rv_vlenb());
^
1 error generated.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11304>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list