From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 763D34ACF0 for ; Fri, 24 May 2024 19:19:04 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 55E7468D57B; Fri, 24 May 2024 22:19:02 +0300 (EEST) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0C78A68D4C3 for ; Fri, 24 May 2024 22:18:54 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 5AEA5C0002 for ; Fri, 24 May 2024 19:18:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1716578334; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=qjwZM2VoqYuJnb2wHD4OEVAiWpksUTjNk0q0hdvaRJw=; b=hAKPboG75zxiePLVDMVZFkUcmtpXYiU5IiiUbVBhfqMPKDxImaXhBD0GH21vlwO0EGKAi0 myk5U0TCR5z5sp3faMbzNOnMLuA3/3E9h0aCff2xNy22bDizZmz11LthhvTDuFMt3pjps0 JiJFK1Y8EsAUqD2xqnAVpBcoy7tfUlK/HIbZQ8ErZwpCQXg94f33uNl0AoHTgQ3M1QxR4R XShUnF6m4aI/hpo1iMaWLpk/DxEUUFHgUNhsvvI2XnyrM9Ln29SjhFrEW5NMO4dIhmSbSg AbNyMc5OOKqOM2hD81VMhBnd1Szto4qaKDYnFugqoB+p80ml/Y+Mqfdaw2Cohw== Date: Fri, 24 May 2024 21:18:53 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240524191853.GY2821752@pb2> References: <20240523221005.20659-1-connorbworley@gmail.com> MIME-Version: 1.0 In-Reply-To: <20240523221005.20659-1-connorbworley@gmail.com> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v5 1/2] lavu/hashtable: create generic robin hood hash table X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: multipart/mixed; boundary="===============8735407154540760369==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8735407154540760369== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Ca0/yK2c6QcOc1Rp" Content-Disposition: inline --Ca0/yK2c6QcOc1Rp Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 23, 2024 at 03:10:04PM -0700, Connor Worley wrote: > Signed-off-by: Connor Worley > --- > libavutil/Makefile | 2 + > libavutil/hashtable.c | 192 ++++++++++++++++++++++++++++++++++++ > libavutil/hashtable.h | 91 +++++++++++++++++ > libavutil/tests/hashtable.c | 108 ++++++++++++++++++++ > 4 files changed, 393 insertions(+) > create mode 100644 libavutil/hashtable.c > create mode 100644 libavutil/hashtable.h > create mode 100644 libavutil/tests/hashtable.c breaks build make testprogs -j32 -k CC libavutil/tests/hashtable.o libavutil/tests/hashtable.c: In function =E2=80=98main=E2=80=99: libavutil/tests/hashtable.c:28:5: error: unknown type name =E2=80=98uint8_t= =E2=80=99; did you mean =E2=80=98u_int8_t=E2=80=99? 28 | uint8_t k; | ^~~~~~~ | u_int8_t libavutil/tests/hashtable.c:29:5: error: unknown type name =E2=80=98uint64_= t=E2=80=99; did you mean =E2=80=98u_int64_t=E2=80=99? 29 | uint64_t v; | ^~~~~~~~ | u_int64_t make: *** [ffbuild/common.mak:81: libavutil/tests/hashtable.o] Error 1 make: Target 'testprogs' not remade because of errors. [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The worst form of inequality is to try to make unequal things equal. -- Aristotle --Ca0/yK2c6QcOc1Rp Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZlDoFAAKCRBhHseHBAsP qzDIAKCTk8XEZCWkCoJFzg3ogjyxgXNIngCffbGv2kXhJCbKU2VR3Dtcly57Rp4= =VgPh -----END PGP SIGNATURE----- --Ca0/yK2c6QcOc1Rp-- --===============8735407154540760369== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". --===============8735407154540760369==--