Skip to content
Snippets Groups Projects
Commit daa49fe6 authored by d.kilic's avatar d.kilic
Browse files

Install ffmpeg plugin on mac

We want to use ffmpeg as VideoCapture backend. To do this, we need to install the .so-file manually, since it is not discovered by otools, which is used by fixup_bundle. This ensures reproducibility (of regression test results).
parent 366336a7
No related branches found
No related tags found
1 merge request!312Install ffmpeg-plugin on mac
......@@ -44,6 +44,8 @@ elseif(APPLE)
INSTALL_RPATH @executable_path/../Frameworks
)
install(FILES "${OpenCV_DIR}/../../libopencv_videoio_ffmpeg.so" DESTINATION "petrack.app/Contents/Frameworks")
install(CODE [[
include(BundleUtilities)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment