Skip to content

Commit

Permalink
[nvenc] Re-enable nvenc. You *need* SDK v6.0 for it to work, not 5 nor 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mean committed Sep 19, 2016
1 parent 2f9286f commit 69b5efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmake/admFFmpegBuild.cmake
Expand Up @@ -47,6 +47,7 @@ IF(USE_NVENC)
SET(FFMPEG_ENCODERS ${FFMPEG_ENCODERS} nvenc)
xadd("--enable-nonfree")
xadd("--enable-nvenc")
set(FFMPEG_ENCODERS ${FFMPEG_ENCODERS} nvenc_h264)
ENDIF(USE_NVENC)

if (NOT CROSS)
Expand Down
2 changes: 1 addition & 1 deletion cmake/admMainChecks.cmake
Expand Up @@ -152,7 +152,7 @@ INCLUDE(admCheckLibVA)
checkVDPAU()
#checkXvba()
checkLibVA()
#checkNvEnc()
checkNvEnc()
ENDIF(NOT PLUGINS)

########################################
Expand Down

0 comments on commit 69b5efc

Please sign in to comment.