-
Notifications
You must be signed in to change notification settings - Fork 36
Compile error #76
Comments
I'm seeing the same issue on my end. |
What FFmpeg versions are you compiling against?
…On Mon, 10 Oct 2022 at 17:03, Ben Johnson ***@***.***> wrote:
I'm seeing the same issue on my end.
—
Reply to this email directly, view it on GitHub
<#76 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB347MHYZFLD27GRFGNHV5TWCQO2PANCNFSM6AAAAAARACRZ3U>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
|
i also hit this... |
me too |
Reproduced Archlinux ffmpeg 6.0 |
Fixed by this PR, and merged on the Puter fork For a quick fix until this is merged, assuming you're using modules:
This will temporarily use the patch commit on the Puter fork. When this is merged upstream, remove the |
Thanks for the fix! Btw, just to be pedantic, it should be While it doesn't break anything, I see a few compile warnings coming from ffmpeg.c:
I'm not familiar with C, but is it possible to resolve these warnings? |
If you try to use this library with clean ffmpeg (libraries) build, you would get this error (
ffmpeg.h
):I assume it's most likely because
ffmpeg.h
is not includinglibavcodec/avcodec.h
, which declaresAVCodecContext
.The text was updated successfully, but these errors were encountered: