Discussion:
[MPlayer-users] new build error using latest upstream ffmpeg
Arthur Marsh
2017-04-03 08:06:00 UTC
Permalink
libavcodec/qsvdec_other.c:27:26: fatal error: mfx/mfxvideo.h: No such
file or directory
#include <mfx/mfxvideo.h>
^
compilation terminated.


Is it possible for the ./configure script to mplayer to simply disable
qsv and mfx related code so that mplayer can be built against latest
upstream ffmpeg?

Regards,

Arthur.
Mikus Grinbergs
2017-04-03 09:59:31 UTC
Permalink
Post by Arthur Marsh
libavcodec/qsvdec_other.c:27:26: fatal error: mfx/mfxvideo.h: No such
file or directory
#include <mfx/mfxvideo.h>
I believe in "brute force" corrections to unforeseen errors. I noticed
that in the 'mplayer/configure' script (around lines 1603-1604) there
were filter-out tokens for all the format_QSV varieties *except* for
VP8. So I tried adding a VP8_QSV token into each of those two lines --
and that allowed my mplayer compile to complete.
Roberto Togni
2017-04-03 20:27:20 UTC
Permalink
On Mon, 3 Apr 2017 04:59:31 -0500
Post by Mikus Grinbergs
Post by Arthur Marsh
libavcodec/qsvdec_other.c:27:26: fatal error: mfx/mfxvideo.h: No such
file or directory
#include <mfx/mfxvideo.h>
I believe in "brute force" corrections to unforeseen errors. I noticed
that in the 'mplayer/configure' script (around lines 1603-1604) there
were filter-out tokens for all the format_QSV varieties *except* for
VP8. So I tried adding a VP8_QSV token into each of those two lines --
and that allowed my mplayer compile to complete.
Fixed, thanks.

Ciao,
Roberto

Loading...