Skip to content

Commit

Permalink
nv-filters: Update SDK version targeted
Browse files Browse the repository at this point in the history
This updates checks against current SDK redist versions:
- 0.7.6 (Video Effects);
- 1.6.1.2 (Audio Effects).
Users will receive a warning if their redist versions is smaller than
these.

Signed-off-by: pkv <[email protected]>
  • Loading branch information
pkviet committed Feb 1, 2025
1 parent 31b2812 commit edbdb05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/nv-filters/nv_sdk_versions.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define MIN_VFX_SDK_VERSION (0 << 24 | 7 << 16 | 2 << 8 | 0 << 0)
#define MIN_AFX_SDK_VERSION (1 << 24 | 3 << 16 | 0 << 0)
#define MIN_VFX_SDK_VERSION (0 << 24 | 7 << 16 | 6 << 8 | 0 << 0)
#define MIN_AFX_SDK_VERSION (1 << 24 | 6 << 16 | 1 << 8 | 2 << 0)

0 comments on commit edbdb05

Please sign in to comment.