[FFmpeg-user] Problem with configuring with yasm

Dennis Mungai dmngaie at gmail.com
Fri Dec 20 15:20:53 EET 2019


On Fri, 20 Dec 2019, 15:23 Mahmood Naderan, <mahmood.nt at gmail.com> 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 <dmngaie at gmail.com> 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.


More information about the ffmpeg-user mailing list