> 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 [email protected] 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 _______________________________________________ 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".
