New upstream version 25.0.3+dfsg1
This commit is contained in:
parent
04fe0efc67
commit
8b2e5f2130
569 changed files with 62491 additions and 5875 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Doesn't realy make sense anywhere else
|
||||
# Doesn't really make sense anywhere else
|
||||
if(NOT MSVC)
|
||||
return()
|
||||
endif()
|
||||
|
|
@ -8,7 +8,7 @@ if(COPIED_DEPENDENCIES)
|
|||
return()
|
||||
endif()
|
||||
|
||||
option(COPY_DEPENDENCIES "Automaticaly try copying all dependencies" ON)
|
||||
option(COPY_DEPENDENCIES "Automatically try copying all dependencies" ON)
|
||||
if(NOT COPY_DEPENDENCIES)
|
||||
return()
|
||||
endif()
|
||||
|
|
@ -65,6 +65,12 @@ file(GLOB FFMPEG_BIN_FILES
|
|||
"${FFMPEG_avcodec_INCLUDE_DIR}/../bin/libvpx*.dll"
|
||||
"${FFMPEG_avcodec_INCLUDE_DIR}/bin/libvpx*.dll"
|
||||
|
||||
"${FFMPEG_avcodec_INCLUDE_DIR}/../bin/libsrt*.dll"
|
||||
"${FFMPEG_avcodec_INCLUDE_DIR}/bin/libsrt*.dll"
|
||||
|
||||
"${FFMPEG_avcodec_INCLUDE_DIR}/../bin/libmbedcrypto*.dll"
|
||||
"${FFMPEG_avcodec_INCLUDE_DIR}/bin/libmbedcrypto*.dll"
|
||||
|
||||
"${FFMPEG_avcodec_INCLUDE_DIR}/../bin${_bin_suffix}/libopus*.dll"
|
||||
"${FFMPEG_avcodec_INCLUDE_DIR}/../bin${_bin_suffix}/opus*.dll"
|
||||
"${FFMPEG_avcodec_INCLUDE_DIR}/bin${_bin_suffix}/libopus*.dll"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue