Advertisement
Guest User

Untitled

a guest
Nov 13th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.86 KB | None | 0 0
  1. diff --git a/configure b/configure
  2. index 4418352d30..40c7e25d0a 100755
  3. --- a/configure
  4. +++ b/configure
  5. @@ -2648,10 +2648,10 @@ zmbv_encoder_select="zlib"
  6.  # hardware accelerators
  7.  crystalhd_deps="libcrystalhd_libcrystalhd_if_h"
  8.  cuda_deps_any="libdl LoadLibrary"
  9. -cuvid_deps="cuda"
  10. +cuvid_deps_any="libdl LoadLibrary"
  11.  d3d11va_deps="dxva_h ID3D11VideoDecoder ID3D11VideoContext"
  12.  dxva2_deps="dxva2api_h DXVA2_ConfigPictureDecode ole32 user32"
  13. -nvdec_deps="cuda"
  14. +nvdec_deps_any="libdl LoadLibrary"
  15.  videotoolbox_hwaccel_deps="videotoolbox pthreads"
  16.  videotoolbox_hwaccel_extralibs="-framework QuartzCore"
  17.  xvmc_deps="X11_extensions_XvMClib_h"
  18. @@ -2781,7 +2781,6 @@ scale_npp_filter_deps="cuda libnpp"
  19.  scale_cuda_filter_deps="cuda_sdk"
  20.  thumbnail_cuda_filter_deps="cuda_sdk"
  21.  
  22. -nvenc_deps="cuda"
  23.  nvenc_deps_any="libdl LoadLibrary"
  24.  nvenc_encoder_deps="nvenc"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement