[FFmpeg-trac] #3906(build system:new): --disable-hwaccels does not imply --disable-vdpau

FFmpeg trac at avcodec.org
Sat Aug 30 02:10:12 CEST 2014


#3906: --disable-hwaccels does not imply --disable-vdpau
-------------------------------------+-------------------------------------
             Reporter:               |                     Type:  defect
  ahthovaikied                       |                 Priority:  normal
               Status:  new          |                  Version:  git-
            Component:  build        |  master
  system                             |               Blocked By:
             Keywords:               |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 From {{{./configure --help}}}:
 {{{
 ...
 Hardware accelerators:
   --disable-dxva2          disable DXVA2 code [autodetect]
   --disable-vaapi          disable VAAPI code [autodetect]
   --disable-vda            disable VDA code [autodetect]
   --disable-vdpau          disable VDPAU code [autodetect]
 ...
   --disable-hwaccels       disable all hwaccels
 ...
 }}}

 However:
 {{{
 $ ./configure --disable-hwaccels &> /dev/null
 $ make -j 8 &> /dev/null
 $ ldd ffmpeg | grep libvdpau
   libvdpau.so.1 => /usr/lib/x86_64-linux-gnu/libvdpau.so.1
 (0x00007fb8f1be3000)
 $ ./configure --disable-hwaccels --disable-vdpau
 $ make -j 8 &> /dev/null
 $ ldd ffmpeg | grep libvdpau
 $
 }}}

 I'm on Ubuntu 14.04 x64.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3906>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list