Pārlūkot izejas kodu

cmake: Copy ogg and vorbis libs with avcodec

jp9000 10 gadi atpakaļ
vecāks
revīzija
b9d6c649f5
1 mainītis faili ar 5 papildinājumiem un 1 dzēšanām
  1. 5 1
      cmake/Modules/CopyMSVCBins.cmake

+ 5 - 1
cmake/Modules/CopyMSVCBins.cmake

@@ -62,11 +62,15 @@ file(GLOB FFMPEG_BIN_FILES
 	"${FFMPEG_avcodec_INCLUDE_DIR}/bin/libopus*.dll"
 	"${FFMPEG_avcodec_INCLUDE_DIR}/bin/opus*.dll"
 
+	"${FFMPEG_avcodec_INCLUDE_DIR}/../bin/libogg*.dll"
+	"${FFMPEG_avcodec_INCLUDE_DIR}/../bin/libvorbis*.dll"
+	"${FFMPEG_avcodec_INCLUDE_DIR}/bin/libogg*.dll"
+	"${FFMPEG_avcodec_INCLUDE_DIR}/bin/libvorbis*.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"
 	"${FFMPEG_avcodec_INCLUDE_DIR}/bin${_bin_suffix}/opus*.dll"
-
 	"${FFMPEG_avcodec_INCLUDE_DIR}/../bin/libbz2*.dll"
 	"${FFMPEG_avcodec_INCLUDE_DIR}/../bin/zlib*.dll"
 	"${FFMPEG_avcodec_INCLUDE_DIR}/bin/libbz2*.dll"