Skip to content

Commit

Permalink
fix Ambisonic Decoder missing on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Feb 21, 2024
1 parent cdb77e8 commit db22d2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build-shotcut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1553,6 +1553,8 @@ function configure_compile_install_subproject {
replace_rpath opencv_plot
replace_rpath opencv_tracking
replace_rpath opencv_video
elif [ "libspatialaudio" = "$1" ]; then
replace_rpath spatialaudio
elif [ "vid.stab" = "$1" ]; then
cmd sed -e 's/-fopenmp//' -i .bak "$FINAL_INSTALL_DIR/lib/pkgconfig/vidstab.pc"
fi
Expand Down

0 comments on commit db22d2c

Please sign in to comment.