FIX: install libwinpthread-1.dll
Change-Id: I1f392e6da3825440428ad8dcb2c760dc90d6f1c4 Jira: none
This commit is contained in:
parent
94d91be60b
commit
fd4f28c6c0
|
@ -624,6 +624,7 @@ function(bambustudio_copy_dlls target config postfix output_dlls)
|
|||
${CMAKE_PREFIX_PATH}/bin/swresample-4.dll
|
||||
${CMAKE_PREFIX_PATH}/bin/swscale-6.dll
|
||||
${CMAKE_PREFIX_PATH}/bin/avutil-57.dll
|
||||
${CMAKE_PREFIX_PATH}/bin/libwinpthread-1.dll
|
||||
DESTINATION ${_out_dir})
|
||||
|
||||
set(${output_dlls}
|
||||
|
@ -663,6 +664,7 @@ function(bambustudio_copy_dlls target config postfix output_dlls)
|
|||
${_out_dir}/swresample-4.dll
|
||||
${_out_dir}/swscale-6.dll
|
||||
${_out_dir}/avutil-57.dll
|
||||
${_out_dir}/libwinpthread-1.dll
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue