[FFmpeg-user] error compiling ffmpeg ERROR: cuda requested, but not all dependencies are satisfied: ffnvcodec
pasha-19
d.shuman at att.net
Tue Oct 22 00:42:16 EEST 2019
Tried the pkg-config before and after the configure. The pkg-config found
ffnvcodec both before and after however it still is reported as not found in
the configure process.
$ cd /d/dev/cpp
$ PREFIX="ffmpeg"
$ PKG_CONFIG_PATH="/usr/local/lib/pkgconfig"
$ pkg-config --list-all
...
ffnvcodec ffnvcodec - FFmpeg version of Nvidia Codec SDK headers
...
$ $PREFIX/src/configure --arch=native --cpu=native
--target-path=$PREFIX/bld/ --logfile=$PREFIX/bld/log/config.log
--bindir=$PREFIX/bin/ --docdir=$PREFIX/doc/ --enable-nonfree --enable-cuda
--enable-cuvid --enable-nvdec --enable-nvenc --enable-libnpp
--extra-cflags=-I/usr/local/CUDA/include
--extra-ldflags=-L/usr/local/CUDA/lib/x64
ERROR: cuda requested, but not all dependencies are satisfied: ffnvcodec
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 "ffmpeg/bld/log/config.log" produced by configure as
this will help
solve the problem.
$ pkg-config --list-all
...
ffnvcodec ffnvcodec - FFmpeg version of Nvidia Codec SDK headers
...
--
Sent from: http://www.ffmpeg-archive.org/
More information about the ffmpeg-user
mailing list