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 A78DA407A8 for ; Tue, 1 Mar 2022 21:51:08 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5B6BE68B21C; Tue, 1 Mar 2022 23:51:05 +0200 (EET) Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [217.70.178.231]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 87B9268B09C for ; Tue, 1 Mar 2022 23:50:59 +0200 (EET) Received: from localhost (213-47-68-29.cable.dynamic.surfer.at [213.47.68.29]) (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 39CEE100002 for ; Tue, 1 Mar 2022 21:50:57 +0000 (UTC) Date: Tue, 1 Mar 2022 22:50:57 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20220301215057.GW2829255@pb2> References: <752868c0-25e3-8801-67fa-0a4ec1adb0c4@pocock.pro> MIME-Version: 1.0 In-Reply-To: <752868c0-25e3-8801-67fa-0a4ec1adb0c4@pocock.pro> Subject: Re: [FFmpeg-devel] [PATCH] fix build, avcodec: update OpenH264 header path 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="===============8711241649769356117==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8711241649769356117== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="NgnSZjw+cV645N5m" Content-Disposition: inline --NgnSZjw+cV645N5m Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 01, 2022 at 09:16:17AM +0100, Daniel Pocock wrote: >=20 > This updates the locations searched for the OpenH264 headers to be > consistent with upstream >=20 > Discussed here: > https://github.com/cisco/openh264/pull/3415 >=20 > Due to the change in the pkgconfig file, it is possible to compile with > either: >=20 > #include >=20 > OR >=20 > #include >=20 > but in this patch, I used the former. >=20 > Regards, >=20 > Daniel >=20 > --=20 > Debian Developer > https://danielpocock.com > configure | 2 +- > libavcodec/libopenh264.c | 4 ++-- > libavcodec/libopenh264dec.c | 4 ++-- > libavcodec/libopenh264enc.c | 4 ++-- > 4 files changed, 7 insertions(+), 7 deletions(-) > 281ee5285fd9f4b7f9ae94f3786e0006de037b6a 0001-avcodec-update-OpenH264-he= ader-path.patch > From 6736ae3d20db9cb79b328c6e3e9080c42c6216d4 Mon Sep 17 00:00:00 2001 > From: Daniel Pocock > Date: Tue, 1 Mar 2022 09:09:00 +0100 > Subject: [PATCH] avcodec: update OpenH264 header path breaks build here on ubuntu x86_64 ERROR: openh264 not found using pkg-config If you think configure made a mistake, make sure you are using the latest version from Git. If the latest version fails, report the problem to the ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat. Include the log file "ffbuild/config.log" produced by configure as this wil= l help solve the problem. [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Homeopathy is like voting while filling the ballot out with transparent ink. Sometimes the outcome one wanted occurs. Rarely its worse than filling out a ballot properly. --NgnSZjw+cV645N5m Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYh6VOQAKCRBhHseHBAsP q5WqAJ48zihZ6zSeQbOs63NFVudwZt6DVgCfQRC9bJvVT6qIrBUA+O/AZUgaUN8= =bc9q -----END PGP SIGNATURE----- --NgnSZjw+cV645N5m-- --===============8711241649769356117== 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". --===============8711241649769356117==--