ccextractor icon indicating copy to clipboard operation
ccextractor copied to clipboard

[BUG] Windows Compile Error for FFmpeg Integration

Open ggnull35 opened this issue 5 years ago • 4 comments

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.

ggnull35 avatar Feb 22 '19 11:02 ggnull35

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 avatar Feb 22 '19 12:02 Adityak9

I will give a try.

ggnull35 avatar Feb 22 '19 15:02 ggnull35

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 avatar Feb 22 '19 15:02 ggnull35

@ggnull35 Is this still happening?

cfsmp3 avatar Jan 25 '20 23:01 cfsmp3

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

cfsmp3 avatar Mar 22 '23 05:03 cfsmp3