Advertisement
Guest User

Untitled

a guest
Sep 21st, 2018
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. Daniels-iMac:ffmpeg daniel$ ./configure --enable-cuda --enable-cuvid --enable-nvenc --enable-nonfree --enable-libnpp --extra-cflags=-I/usr/local/cuda/include --extra-ldflags=-L/usr/local/cuda/lib
  2. ERROR: cuda requested, but not all dependencies are satisfied: ffnvcodec
  3.  
  4. If you think configure made a mistake, make sure you are using the latest
  5. version from Git. If the latest version fails, report the problem to the
  6. ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
  7. Include the log file "ffbuild/config.log" produced by configure as this will help
  8. solve the problem.
  9. Daniels-iMac:ffmpeg daniel$ pkg-config --cflags ffnvcodec
  10. -I/usr/local/include
  11. Daniels-iMac:ffmpeg daniel$ pkg-config ffnvcodec
  12. Daniels-iMac:ffmpeg daniel$ echo $?
  13. 0
  14. Daniels-iMac:ffmpeg daniel$ ls /usr/local/include/ffnvcodec/
  15. dynlink_cuda.h dynlink_cuviddec.h dynlink_loader.h dynlink_nvcuvid.h nvEncodeAPI.h
  16. Daniels-iMac:ffmpeg daniel$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement