Hi,
it seems the directfb librairies use deprectad APIs of ffmpeg. But latest versions of ffmpeg dropped support for those deprected API (ie. avcodec_decode_video2 which seems to be replaced by calls to avcodec_send_packet/avcodec_receive_frame).
As a result, lots of code aren't compiling anymore :/
Is a fix for this planned?
Regards.
PS: I spend some time on it and was able to make the directfb2-media library compile. The thing is that I haven't tested it yet, so I have no idea if this is working or not. I can share it if you want.