On Fri, Mar 08, 2024 at 09:27:47AM +0100, Anton Khirnov wrote: > thread.h currently contains both API for decoder use and functions > internal to lavc generic layer. Move the latter to avcodec_internal.h, > which is a more appropriate place for them. > --- > libavcodec/avcodec_internal.h | 24 ++++++++++++++++++++++++ > libavcodec/pthread.c | 1 + > libavcodec/thread.h | 25 +------------------------ > 3 files changed, 26 insertions(+), 24 deletions(-)
breaks ppc build make -j32 -k CC libavcodec/utils.o src/libavcodec/utils.c:810:5: error: no previous prototype for ‘ff_thread_init’ [-Werror=missing-prototypes] int ff_thread_init(AVCodecContext *s) ^~~~~~~~~~~~~~ cc1: some warnings being treated as errors src/ffbuild/common.mak:81: recipe for target 'libavcodec/utils.o' failed make: *** [libavcodec/utils.o] Error 1 make: Target 'all' not remade because of errors. [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I have never wished to cater to the crowd; for what I know they do not approve, and what they approve I do not know. -- Epicurus
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".