On Wed, Feb 21, 2024 at 05:09:21PM -0800, Connor Worley wrote: > Signed-off-by: Connor Worley <connorbwor...@gmail.com> > --- > libavutil/Makefile | 2 + > libavutil/hashtable.c | 192 ++++++++++++++++++++++++++++++++++++ > libavutil/hashtable.h | 40 ++++++++ > libavutil/tests/hashtable.c | 108 ++++++++++++++++++++ > 4 files changed, 342 insertions(+) > create mode 100644 libavutil/hashtable.c > create mode 100644 libavutil/hashtable.h > create mode 100644 libavutil/tests/hashtable.c
breaks make testprogs CC libavutil/tests/hashtable.o libavutil/tests/hashtable.c: In function ‘main’: libavutil/tests/hashtable.c:28:5: error: unknown type name ‘uint8_t’; did you mean ‘u_int8_t’? uint8_t k; ^~~~~~~ u_int8_t libavutil/tests/hashtable.c:29:5: error: unknown type name ‘uint64_t’; did you mean ‘u_int64_t’? uint64_t v; ^~~~~~~~ u_int64_t ffbuild/common.mak:81: recipe for target 'libavutil/tests/hashtable.o' failed make: *** [libavutil/tests/hashtable.o] Error 1 [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If you drop bombs on a foreign country and kill a hundred thousand innocent people, expect your government to call the consequence "unprovoked inhuman terrorist attacks" and use it to justify dropping more bombs and killing more people. The technology changed, the idea is old.
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".