[FFmpeg-trac] #6587(ffmpeg:new): Failed to compile FFmpeg with "--enable-libnpp" after install CUDA 9.0 RC.

FFmpeg trac at avcodec.org
Mon Aug 14 11:58:56 EEST 2017


#6587: Failed to compile FFmpeg with "--enable-libnpp" after install CUDA 9.0 RC.
--------------------------------+--------------------------------------
             Reporter:  ryan    |                     Type:  defect
               Status:  new     |                 Priority:  normal
            Component:  ffmpeg  |                  Version:  git-master
             Keywords:          |               Blocked By:
             Blocking:          |  Reproduced by developer:  0
Analyzed by developer:  0       |
--------------------------------+--------------------------------------
 Summary of the bug:
 How to reproduce:
 {{{
 % git clone https://github.com/FFmpeg/FFmpeg.git
 % cd FFmpeg
 % ./configure --enable-nonfree --disable-shared --enable-nvenc --enable-
 cuda --enable-cuvid  --enable-libnpp --extra-
 ldflags="-L/usr/local/cuda-9.0/lib64" --extra-
 cflags="-I/usr/local/cuda-9.0/include/"
 }}}

 Fix:
 Line 5869: enabled libnpp            && require libnpp npp.h
 nppGetLibVersion -lnppi -lnppc

 Changed to
 enabled libnpp            && require libnpp npp.h nppGetLibVersion
 -lnppicc -lnppig -lnppc

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


More information about the FFmpeg-trac mailing list