[BUG] Windows Compile Error for FFmpeg Integration #485

Closed
opened 2026-01-29 16:45:10 +00:00 by claunia · 5 comments
Owner

Originally created by @ggnull35 on GitHub (Feb 22, 2019).

I use latest git version.

If I enable FFmpeg integration as mentioned in FFmpeg integration document for Windows compile, Windows 2017 gives error ar:

ffmpeg_intgr.c
Line 5: #include <libavfilter/avfiltergraph.h>

as file not found.

Afaik, there is no avfiltergraph.h in current FFmpeg git master. I removed the line and compile is completed.

Originally created by @ggnull35 on GitHub (Feb 22, 2019). I use latest git version. If I enable FFmpeg integration as mentioned in FFmpeg integration document for Windows compile, Windows 2017 gives error ar: ffmpeg_intgr.c Line 5: #include <libavfilter/avfiltergraph.h> as file not found. Afaik, there is no avfiltergraph.h in current FFmpeg git master. I removed the line and compile is completed.
claunia added the needs-confirmation-of-being-brokendifficulty: medium labels 2026-01-29 16:45:10 +00:00
Author
Owner

@Adityak9 commented on GitHub (Feb 22, 2019):

I read in ffmpeg's github repo that avfiltergraph.h is integrated with avfilter.h, so change avfiltergraph.h with avfilter.h. I don't if it is a correct solution but that is one which i figured out.

@Adityak9 commented on GitHub (Feb 22, 2019): I read in ffmpeg's github repo that avfiltergraph.h is integrated with avfilter.h, so change avfiltergraph.h with avfilter.h. I don't if it is a correct solution but that is one which i figured out.
Author
Owner

@ggnull35 commented on GitHub (Feb 22, 2019):

I will give a try.

@ggnull35 commented on GitHub (Feb 22, 2019): I will give a try.
Author
Owner

@ggnull35 commented on GitHub (Feb 22, 2019):

It compiles, but in both methods FFmpeg integrated version always fails to probe input.
So, I disabled FFmpeg. There can be need to do more updates.

@ggnull35 commented on GitHub (Feb 22, 2019): It compiles, but in both methods FFmpeg integrated version always fails to probe input. So, I disabled FFmpeg. There can be need to do more updates.
Author
Owner

@cfsmp3 commented on GitHub (Jan 25, 2020):

@ggnull35 Is this still happening?

@cfsmp3 commented on GitHub (Jan 25, 2020): @ggnull35 Is this still happening?
Author
Owner

@cfsmp3 commented on GitHub (Mar 22, 2023):

Closing - we know it's fixed (plus no reply from user)

@cfsmp3 commented on GitHub (Mar 22, 2023): Closing - we know it's fixed (plus no reply from user)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#485