Skip to content

Commit

Permalink
squash! obs-studio-plugins.distroav: init at 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
globule655 committed Dec 29, 2024
1 parent 3890b81 commit 0e4b58e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ stdenv.mkDerivation rec {

postPatch = ''
# Add path (variable added in hardcode-ndi-path.patch
substituteInPlace src/plugin-main.cpp --subst-var-by @NDI@ ${ndi-6}
substituteInPlace src/plugin-main.cpp --replace-fail "@NDI@" "${ndi-6}"
# Replace bundled NDI SDK with the upstream version
# (This fixes soname issues)
Expand Down

0 comments on commit 0e4b58e

Please sign in to comment.