mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
[BUG] Windows Compile Error for FFmpeg Integration #485
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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.
@ggnull35 commented on GitHub (Feb 22, 2019):
I will give a try.
@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.
@cfsmp3 commented on GitHub (Jan 25, 2020):
@ggnull35 Is this still happening?
@cfsmp3 commented on GitHub (Mar 22, 2023):
Closing - we know it's fixed (plus no reply from user)