[FFmpeg-trac] #4742(avcodec:closed): MFX library causes build error release 2.7.2

FFmpeg trac at avcodec.org
Sun Aug 30 14:48:01 CEST 2015


#4742: MFX library causes build error release 2.7.2
------------------------------------+-----------------------------------
             Reporter:  Mista_D     |                    Owner:
                 Type:  defect      |                   Status:  closed
             Priority:  normal      |                Component:  avcodec
              Version:  git-master  |               Resolution:  wontfix
             Keywords:  libmfx qsv  |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  1           |
------------------------------------+-----------------------------------
Changes (by IvUs):

 * analyzed:  0 => 1
 * status:  new => closed
 * resolution:   => wontfix


Comment:

 I can not reproduce this issue on clean linux system using latest versions
 of ffmpeg and mfx_dispatch.
 The following command sequence does work correct:
 =======
 git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg
 git clone git://github.com/lu-zero/mfx_dispatch.git mfx_dispatch
 cd mfx_dispatch
 autoreconf -i
 ./configure
 make -j
 sudo make install
 cd ..
 cd ffmpeg
 ./configure --enable-libmfx
 make
 ./ffmpeg -codecs | grep 'qsv'
 =======

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4742#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list