Hello!
I've recently found ffmpeg at openSUSE:Factory and tried to move simplescreenrecorder package from packman, however `configure` complains: [ 189s] checking libavformat/avformat.h usability... no [ 189s] checking libavformat/avformat.h presence... no [ 189s] checking for libavformat/avformat.h... no [ 189s] configure: error: required header missing https://build.opensuse.org/package/show/home:DarkSS/simplescreenrecorder
Of course it is built at packman just fine. Any tips please?
On Thursday 2015-04-23 21:25, Dmitriy Perlow wrote:
I've recently found ffmpeg at openSUSE:Factory and tried to move simplescreenrecorder package from packman, however `configure` complains: [ 189s] checking libavformat/avformat.h usability... no [ 189s] checking libavformat/avformat.h presence... no [ 189s] checking for libavformat/avformat.h... no [ 189s] configure: error: required header missing https://build.opensuse.org/package/show/home:DarkSS/simplescreenrecorder
Of course it is built at packman just fine. Any tips please?
ssr ought to use pkgconfig to detect its location and not just AC_CHECK_HEADERS.