[FFmpeg-user] Problem with configuring with yasm

Mahmood Naderan mahmood.nt at gmail.com
Fri Dec 20 12:40:16 EET 2019


> Remove yasm/include from extra-cflags, remove yasm/lib from extra-ldflags
>and use --x86asmexe=/home/mahmood/yasm-1.3.0/bin/yasm

Thank you. I got it.  also fixed nv-coded-headers. However, libnpp is not
found although I have manually downloaded the deb package and extracted it
to get libnpps.so.10

$ ./configure --x86asmexe=/home/mahmood/yasm-1.3.0/bin/yasm --enable-cuda
--enable-cuvid --enable-nvenc --enable-nonfree --enable-libnpp
--extra-cflags=-I/home/mahmood/cuda-10.1.168/include,/home/mahmood/nv_codec_headers/include/ffnvcodec/
--extra-ldflags=-L/home/mahmood/cuda-10.1.168/lib64,/home/mahmood/nv_codec_headers/lib/pkgconfig/,/home/mahmood/ff/libnpps.so.10
ERROR: libnpp not found

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-user at ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "ffbuild/config.log" produced by configure as this
will help
solve the problem.


I don't see any configure option other than setting library path.


Regards,
Mahmood


More information about the ffmpeg-user mailing list