Re: [FFmpeg-user] comfigure error on bananapi: cannot find vdpau

2018-05-17 Thread Reindl Harald
Am 17.05.2018 um 12:30 schrieb cedric.dew...@telfort.nl: > Installing libvdpau-dev was the solution. Is it an idea to change configure, > so it can suggest to install libvdpau-dev, or that it meantions what .h file > it's missing? if you compile something from source you are supposed to know

Re: [FFmpeg-user] comfigure error on bananapi: cannot find vdpau

2018-05-17 Thread Carl Eugen Hoyos
2018-05-17 12:30 GMT+02:00, cedric.dew...@telfort.nl : > Installing libvdpau-dev was the solution. Is it an idea to > change configure, so it can suggest to install libvdpau-dev, Debian is not the only Linux distribution. > or that it meantions what .h file it's

Re: [FFmpeg-user] comfigure error on bananapi: cannot find vdpau

2018-05-17 Thread cedric.dew...@telfort.nl
> >> ERROR: vdpau requested but not found >[...] >> What is missing in my Armbian instalation? How can I debug this further? > >You can either drop "--enable-vdpau", if you don't need it, or install >the package libvdpau-dev. (Similar for other external dependencies: You >need the "-dev"

Re: [FFmpeg-user] comfigure error on bananapi: cannot find vdpau

2018-05-17 Thread Moritz Barsnick
On Thu, May 17, 2018 at 09:30:09 +0200, cedric.dew...@telfort.nl wrote: > $ git clone https://github.com/danielkucera/FFmpeg.git Not supported here. > ERROR: vdpau requested but not found [...] > What is missing in my Armbian instalation? How can I debug this further? You can either drop

[FFmpeg-user] comfigure error on bananapi: cannot find vdpau

2018-05-17 Thread cedric.dew...@telfort.nl
Hi All, I'm trying to compile ffmpeg on my bananapi running Armbian 5.38. I've used the following commands: $ git clone https://github.com/danielkucera/FFmpeg.git $ cd FFmpeg $ git checkout cedrus264 $ ./configure --prefix=/usr --enable-nonfree --enable-gpl --enable-version3 --enable-vdpau