Guest User

Untitled

a guest
Sep 21st, 2018
146
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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$
RAW Paste Data

Adblocker detected! Please consider disabling it...

We've detected AdBlock Plus or some other adblocking software preventing Pastebin.com from fully loading.

We don't have any obnoxious sound, or popup ads, we actively block these annoying types of ads!

Please add Pastebin.com to your ad blocker whitelist or disable your adblocking software.

×