PromyLOPh / pianobar

Console-based pandora.com player
http://6xq.net/pianobar/
Other
1.74k stars 321 forks source link

avfiltergraph.h Depreciated/merged into avfilter.h #660

Closed EndlessEden closed 6 years ago

EndlessEden commented 6 years ago

avfiltergraph.h was merged into avfilter.h, on ffmpeg commit 38f0c07(2013) https://source.ffmpeg.org/?p=ffmpeg.git;a=commit;h=38f0c0781a6e099f11c0acec07f9b8be742190c4 Please remove the include for it. As it causes builds to fail.

EndlessEden commented 6 years ago

player.c.txt player.h.txt

PromyLOPh commented 6 years ago

Which ffmpeg version and OS are you using? As far as I see even version 3.4.2 installs a dummy avfiltergraph.h.

EndlessEden commented 6 years ago

I use git builds - N-90704-g23e994ca49 - avfiltergraph.h is not created anymore. Hasnt for some time, on my platform(Arch Linux).

PromyLOPh commented 6 years ago

Ah yes, now I see. The header was removed from ffmpeg with commit f5950b8fd61ec85e0ad8790bea56b37ceea19436, which did not make it into any release yet. Fixed, thank you!