On Fri, 20 Dec 2019, 15:23 Mahmood Naderan, <[email protected]> wrote:
> I have attached config.log.zip. > At the end, it is looking for npp.h and some other things. I can not find > in which package npp.h exists. All I see are library files. > > gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE > -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC > -I/home/mahmood/cuda-10.1.168/include,/home/mahmood/nv_codec_headers/include/ffnvcodec/ > -std=c11 -fomit-frame-pointer -fPIC -pthread -c -o > /tmp/ffconf.iIi59fP2/test.o /tmp/ffconf.iIi59fP2/test.c > /tmp/ffconf.iIi59fP2/test.c:1:10: fatal error: npp.h: No such file or > directory > #include <npp.h> > > > Regards, > Mahmood > > > > > On Fri, Dec 20, 2019 at 3:18 PM Dennis Mungai <[email protected]> wrote: > >> >> >> Show us the content of config.log please. >> >> > > > You're going to have to install the full CUDA SDK. The headers I see missing in your config are indeed present in the CUDA SDK. _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
