From: Ridley Combs <rcombs@rcombs.me>
To: ffmpeg-devel <ffmpeg-devel@ffmpeg.org>,
"Helmut K. C. Tessarek" <tessarek@evermeet.cx>
Cc: Aman Karmani <ffmpeg@tmm1.net>, Christopher Degawa <ccom@randomderp.com>
Subject: Re: [FFmpeg-devel] commits ecee6af8bd and 4ac869ca2a break build for macOS
Date: Mon, 20 Dec 2021 19:39:56 -0600
Message-ID: <1C09BE8C-0B13-4830-9FF3-6DBF8AB2D36F@rcombs.me> (raw)
In-Reply-To: <787c3394-d68e-24ac-1d1c-9d22954c5a3b@evermeet.cx>
Try this (replacing all previous patches): https://gist.github.com/2b1ea91330a748740d608680b0f8abd2 <https://gist.github.com/2b1ea91330a748740d608680b0f8abd2>
> On Dec 20, 2021, at 19:35, Helmut K. C. Tessarek <tessarek@evermeet.cx> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
>
>
>
> On 2021-12-20 20:20, Aman Karmani wrote:
>> Once we figure out why some computers are using the wrong metal binary,
>> then we can fix it and commit the fix to master as well.
>
> With the 2 patches from Ridley and your configure patch I run into the
> following error now:
>
> OBJCC libavfilter/metal/utils.o
> HOSTLD ffbuild/bin2c
> xcrun --sdk macosx metal libavfilter/metal/vf_yadif_videotoolbox.metal -o
> libavfilter/metal/vf_yadif_videotoolbox.metal.air
> CC libavfilter/motion_estimation.o
> CC libavfilter/pthread.o
> CC libavfilter/qp_table.o
> CC libavfilter/scale_eval.o
> CC libavfilter/scene_sad.o
> CC libavfilter/setpts.o
> CC libavfilter/settb.o
> CC libavfilter/split.o
> CC libavfilter/src_movie.o
> CC libavfilter/transform.o
> CC libavfilter/trim.o
> CC libavfilter/vaf_spectrumsynth.o
> libavfilter/metal/utils.m:33:21: warning: instance method '-supportsFamily:'
> not found (return type defaults to 'id') [-Wobjc-method-access]
> if ([device supportsFamily:MTLGPUFamilyCommon3]) {
> ^~~~~~~~~~~~~~
> libavfilter/metal/utils.m:33:36: error: use of undeclared identifier
> 'MTLGPUFamilyCommon3'
> if ([device supportsFamily:MTLGPUFamilyCommon3]) {
> ^
> 1 warning and 1 error generated.
> CC libavfilter/vf_addroi.o
> make: *** [libavfilter/metal/utils.o] Error 1
> make: *** Waiting for unfinished jobs....
> rm libavfilter/metal/vf_yadif_videotoolbox.metal.air
>
>
> - --
> regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944
> Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF 4944
>
> /*
> Thou shalt not follow the NULL pointer for chaos and madness
> await thee at its end.
> */
> -----BEGIN PGP SIGNATURE-----
>
> iQIzBAEBCgAdFiEE191csiqpm8f5Ln9WvgmFNJ1E3QAFAmHBL3wACgkQvgmFNJ1E
> 3QBZ5BAApVGHkKD8ZtnnvqOFY9vPAHUdTtSOPPRu/U7bb/16k+rhz9gW7gPyzVbw
> eObR2D5z66I7h2ePmNWbHP+i4cIqRfFlcOS+9eWHy0E5G8y0Lx55xncGFZV5wkhI
> 7OEe0EOo4GE6D6Ro/XwtOnnsy7cuHIt4oX0xT7rlTiITYYdoe+M2zF9nAVJtjUit
> hKX3YHBBfryLRjUvQGQAwWR+EjKRT/LPNwhwf2WgxtSP1BGFH5+oROkq2CAdLUO1
> 7zFb2GkyS7atVYjysQ8QT0aW7ohTlxBpEaak69GhSEkvarZGWplsC8Z3BVZ58qXP
> K0VH/fIF7lDMQqTmHkPw0lEz1bMBoqzEUevKVC7h3nFl+GhXPhM9lS3sR/SeBj0U
> YBmeHTdcYJPoh9bD4PiU4X4AmMUaAn4+J2nUn6TmmqI952yZVWv9ZKWVPLhyjiTH
> qHqtvc3gK4hYo7JhhIP8sJpNiW2OPSUBLEboXQ67YTI6cp30uJI0c0KdRCvkBhNS
> zs19mdfaSOseG4vFSgsD0rOGUWprgU8SRf/9EM88WLF8cBEs/bUxRBcalq41RrwB
> bB1D2orQoLLYlcdc1B40Wl+X38GcU4Jv3mFbpF5XhnjrwCg6QMx5BS8p8Zt77jov
> IzZHnlqaqLrB66iN17UK5nGiBb1st19xyGEwSXctkzOIcOFOjhc=
> =4Pni
> -----END 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-request@ffmpeg.org with subject "unsubscribe".
_______________________________________________
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".
next prev parent reply other threads:[~2021-12-21 1:40 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-20 21:30 Helmut K. C. Tessarek
2021-12-20 23:25 ` Ridley Combs
2021-12-20 23:49 ` Helmut K. C. Tessarek
2021-12-21 0:06 ` Ridley Combs
2021-12-21 0:13 ` Helmut K. C. Tessarek
2021-12-21 0:11 ` Christopher Degawa
2021-12-21 0:38 ` Aman Karmani
2021-12-21 0:43 ` Christopher Degawa
2021-12-21 0:50 ` Aman Karmani
2021-12-21 0:54 ` Helmut K. C. Tessarek
2021-12-21 0:52 ` Helmut K. C. Tessarek
2021-12-21 0:54 ` Aman Karmani
2021-12-21 1:18 ` Christopher Degawa
2021-12-21 1:24 ` Aman Karmani
2021-12-21 1:31 ` Christopher Degawa
2021-12-21 1:28 ` Ridley Combs
2021-12-21 1:35 ` Christopher Degawa
2021-12-21 1:03 ` Helmut K. C. Tessarek
2021-12-21 1:20 ` Aman Karmani
2021-12-21 1:35 ` Helmut K. C. Tessarek
2021-12-21 1:39 ` Ridley Combs [this message]
2021-12-21 2:31 ` Helmut K. C. Tessarek
2021-12-21 1:48 ` Christopher Degawa
2021-12-21 1:52 ` Aman Karmani
2021-12-21 6:04 ` Christopher Degawa
2021-12-21 7:39 ` Ridley Combs
2021-12-21 18:04 ` Christopher Degawa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1C09BE8C-0B13-4830-9FF3-6DBF8AB2D36F@rcombs.me \
--to=rcombs@rcombs.me \
--cc=ccom@randomderp.com \
--cc=ffmpeg-devel@ffmpeg.org \
--cc=ffmpeg@tmm1.net \
--cc=tessarek@evermeet.cx \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
ffmpegdev@gitmailbox.com
public-inbox-index ffmpegdev
Example config snippet for mirrors.
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git