Skip to content

Commit

Permalink
fixup! feat(win/nvenc): dynamic sdk version selection at runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
ns6089 committed Aug 19, 2024
1 parent 49fa7f5 commit e6f32a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nvenc/win/impl/nvenc_d3d11_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifdef NVENC_NAMESPACE
namespace NVENC_NAMESPACE {
#else
#include <ffnvcodec/dynlink_cuda.h>
#include <ffnvcodec/nvEncodeAPI.h>
namespace nvenc {
#endif

Expand Down

0 comments on commit e6f32a6

Please sign in to comment.