Opened 7 years ago

Closed 4 years ago

Last modified 4 years ago

#6587 closed defect (fixed)

Failed to compile FFmpeg with "--enable-libnpp" after install CUDA 9.0 RC.

Reported by: ryan Owned by:
Priority: normal Component: undetermined
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

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

Change History (3)

comment:1 by Hendrik, 7 years ago

I would generally recommend to use the CUDA scaling filter instead of libnpp in the future.

comment:2 by Balling, 4 years ago

Resolution: fixed
Status: newclosed

comment:3 by Carl Eugen Hoyos, 4 years ago

Component: ffmpegundetermined
Note: See TracTickets for help on using tickets.