| Summary: | after update libav, fails to compile | ||
|---|---|---|---|
| Product: | [Unmaintained] kdemultimedia | Reporter: | David Heidelberg <david> |
| Component: | ffmpegthumbs | Assignee: | Multimedia Bugs <multimedia-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | normal | CC: | adaptee, cfeck, martin.sandsmark, stupor_scurvy343 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
David Heidelberg
2012-06-09 15:01:21 UTC
Does your checkout include the patch from bug 300732 ? haven't oportunity yet, but I guess it's same bug. I'd like to request to backport it to 4.8.5 at least. Thank you. A simple grep shows that "av_find_stream_info" and "avcodec_open" (both deprecated) have been removed in libav but still available in ffmpeg. I have ported it away from the deprecated APIs in 42c7bacb5b98336de07882e0b04b44ea38d081db, but ffmpeg is an explicit dependency of ffmpegthumbnailer, so I don't know if it will help with libav. |