From arthur.marsh at internode.on.net Mon Apr 3 11:06:00 2017 From: arthur.marsh at internode.on.net (Arthur Marsh) Date: Mon, 3 Apr 2017 17:36:00 +0930 Subject: [MPlayer-users] new build error using latest upstream ffmpeg Message-ID: <8cc9rd-om6.ln1@ppp14-2-48-242.lns21.adl2.internode.on.net> libavcodec/qsvdec_other.c:27:26: fatal error: mfx/mfxvideo.h: No such file or directory #include ^ 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. From mikus at mikusj.com Mon Apr 3 12:59:31 2017 From: mikus at mikusj.com (Mikus Grinbergs) Date: Mon, 3 Apr 2017 04:59:31 -0500 Subject: [MPlayer-users] new build error using latest upstream ffmpeg In-Reply-To: <8cc9rd-om6.ln1@ppp14-2-48-242.lns21.adl2.internode.on.net> References: <8cc9rd-om6.ln1@ppp14-2-48-242.lns21.adl2.internode.on.net> Message-ID: <3f1a5f8f-0ad6-57ef-6b11-6e6d27487c34@mikusj.com> On 04/03/2017 03:06 AM, Arthur Marsh wrote: > libavcodec/qsvdec_other.c:27:26: fatal error: mfx/mfxvideo.h: No such > file or directory > #include 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. From rxt at rtogni.it Mon Apr 3 23:27:20 2017 From: rxt at rtogni.it (Roberto Togni) Date: Mon, 3 Apr 2017 22:27:20 +0200 Subject: [MPlayer-users] new build error using latest upstream ffmpeg In-Reply-To: <3f1a5f8f-0ad6-57ef-6b11-6e6d27487c34@mikusj.com> References: <8cc9rd-om6.ln1@ppp14-2-48-242.lns21.adl2.internode.on.net> <3f1a5f8f-0ad6-57ef-6b11-6e6d27487c34@mikusj.com> Message-ID: <20170403222720.139fb9a8@blacktower.myhome.qwe> On Mon, 3 Apr 2017 04:59:31 -0500 Mikus Grinbergs wrote: > On 04/03/2017 03:06 AM, Arthur Marsh wrote: > > libavcodec/qsvdec_other.c:27:26: fatal error: mfx/mfxvideo.h: No such > > file or directory > > #include > > 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