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 EF16443AAD for ; Mon, 5 Dec 2022 20:33:16 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7035868BC8D; Mon, 5 Dec 2022 22:33:13 +0200 (EET) 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 6D64F68B14C for ; Mon, 5 Dec 2022 22:33:07 +0200 (EET) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 853F0C0004 for ; Mon, 5 Dec 2022 20:33:06 +0000 (UTC) Date: Mon, 5 Dec 2022 21:33:04 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20221205203304.GY3806951@pb2> References: <20221205053620.1263-1-mindmark@gmail.com> MIME-Version: 1.0 In-Reply-To: <20221205053620.1263-1-mindmark@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH 1/2] avutil: move bswapdsp from avcodec to avutil 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="===============1503936951439849968==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1503936951439849968== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="KLINyTCByxgMLuN/" Content-Disposition: inline --KLINyTCByxgMLuN/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Dec 04, 2022 at 09:36:19PM -0800, mindmark@gmail.com wrote: > From: Mark Reid >=20 > Also renamed bswap_buf to bswap32_buf > --- > configure | 56 ++++++++----------- > libavcodec/4xm.c | 14 ++--- > libavcodec/Makefile | 1 - > libavcodec/ac3dec.c | 4 +- > libavcodec/ac3dec.h | 4 +- > libavcodec/alsdec.c | 12 ++-- > libavcodec/apedec.c | 10 ++-- > libavcodec/asv.c | 4 +- > libavcodec/asv.h | 4 +- > libavcodec/asvdec.c | 4 +- > libavcodec/asvenc.c | 4 +- > libavcodec/cllc.c | 6 +- > libavcodec/eamad.c | 6 +- > libavcodec/eatqi.c | 10 ++-- > libavcodec/exr.c | 6 +- > libavcodec/flacenc.c | 6 +- > libavcodec/fraps.c | 10 ++-- > libavcodec/hevcdec.c | 4 +- > libavcodec/hevcdec.h | 4 +- > libavcodec/huffyuvdec.c | 14 ++--- > libavcodec/huffyuvenc.c | 8 +-- > libavcodec/imc.c | 6 +- > libavcodec/imm4.c | 12 ++-- > libavcodec/mdec.c | 6 +- > libavcodec/mimic.c | 12 ++-- > libavcodec/mobiclip.c | 6 +- > libavcodec/motionpixels.c | 10 ++-- > libavcodec/mpc.h | 4 +- > libavcodec/mpc7.c | 8 +-- > libavcodec/rawdec.c | 8 +-- > libavcodec/riscv/Makefile | 3 - > libavcodec/shorten.c | 7 ++- > libavcodec/truemotion2.c | 11 ++-- > libavcodec/truespeech.c | 8 +-- > libavcodec/utvideo.h | 4 +- > libavcodec/utvideodec.c | 16 +++--- > libavcodec/utvideoenc.c | 10 ++-- > libavcodec/x86/Makefile | 2 - > libavcodec/ylc.c | 18 +++--- > libavutil/Makefile | 2 + > {libavcodec =3D> libavutil}/bswapdsp.c | 17 +++--- > {libavcodec =3D> libavutil}/bswapdsp.h | 16 +++--- > libavutil/riscv/Makefile | 7 ++- > .../riscv/bswapdsp_init.c | 9 +-- > .../riscv/bswapdsp_rvb.S | 0 > .../riscv/bswapdsp_rvv.S | 0 > libavutil/version.h | 2 +- > libavutil/x86/Makefile | 8 ++- > {libavcodec =3D> libavutil}/x86/bswapdsp.asm | 2 +- > {libavcodec =3D> libavutil}/x86/bswapdsp_init.c | 17 +++--- > tests/checkasm/Makefile | 2 +- > tests/checkasm/bswapdsp.c | 8 +-- > tests/checkasm/checkasm.c | 4 +- > 53 files changed, 216 insertions(+), 220 deletions(-) > rename {libavcodec =3D> libavutil}/bswapdsp.c (80%) > rename {libavcodec =3D> libavutil}/bswapdsp.h (71%) > rename {libavcodec =3D> libavutil}/riscv/bswapdsp_init.c (85%) > rename {libavcodec =3D> libavutil}/riscv/bswapdsp_rvb.S (100%) > rename {libavcodec =3D> libavutil}/riscv/bswapdsp_rvv.S (100%) > rename {libavcodec =3D> libavutil}/x86/bswapdsp.asm (98%) > rename {libavcodec =3D> libavutil}/x86/bswapdsp_init.c (80%) Fails to build with shared libs LD ffmpeg_g libavutil/libavutil.so: undefined reference to `ff_pb_80' clang: error: linker command failed with exit code 1 (use -v to see invocat= ion) Makefile:131: recipe for target 'ffmpeg_g' failed make: *** [ffmpeg_g] Error 1 [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Let us carefully observe those good qualities wherein our enemies excel us and endeavor to excel them, by avoiding what is faulty, and imitating what is excellent in them. -- Plutarch --KLINyTCByxgMLuN/ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCY45VdQAKCRBhHseHBAsP q7F1AKCHqyIX0+WmJ5wJ8p0nmAxUBUvHVwCfSKxtacNDvGhof61i2K/M5wWphxs= =N2jZ -----END PGP SIGNATURE----- --KLINyTCByxgMLuN/-- --===============1503936951439849968== 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". --===============1503936951439849968==--