Skip to content

Commit

Permalink
Fix logic for SR_WITH_DRMHOOK.
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioginer committed Oct 2, 2023
1 parent 99a5fd3 commit 8da37b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_video_drmkms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# define MAX_DRM_DEVICES 16

// To enable libdrmhook: make SR_WITH_DRMHOOK=1
#if SR_WITH_DRMHOOK
#ifdef SR_WITH_DRMHOOK
#define hook_handle RTLD_DEFAULT
#define hook_log " (will attempt hook)"
#else
Expand Down

0 comments on commit 8da37b4

Please sign in to comment.