Skip to content

Commit

Permalink
Update FFmpeg version
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjohnston committed May 26, 2024
1 parent e81b909 commit d849086
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions cmake/Modules/Package.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ if(WIN32)

if(TLRENDER_FFMPEG)
set(FFMPEG_DLLS
${CMAKE_INSTALL_PREFIX}/bin/avcodec-60.dll
${CMAKE_INSTALL_PREFIX}/bin/avdevice-60.dll
${CMAKE_INSTALL_PREFIX}/bin/avformat-60.dll
${CMAKE_INSTALL_PREFIX}/bin/avutil-58.dll
${CMAKE_INSTALL_PREFIX}/bin/swresample-4.dll
${CMAKE_INSTALL_PREFIX}/bin/swscale-7.dll)
${CMAKE_INSTALL_PREFIX}/bin/avcodec-61.dll
${CMAKE_INSTALL_PREFIX}/bin/avdevice-61.dll
${CMAKE_INSTALL_PREFIX}/bin/avformat-61.dll
${CMAKE_INSTALL_PREFIX}/bin/avutil-59.dll
${CMAKE_INSTALL_PREFIX}/bin/swresample-5.dll
${CMAKE_INSTALL_PREFIX}/bin/swscale-8.dll)
list(APPEND INSTALL_DLLS ${FFMPEG_DLLS})
endif()

Expand Down
2 changes: 1 addition & 1 deletion etc/SuperBuild/cmake/Modules/BuildFFmpeg.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ ExternalProject_Add(
FFmpeg
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/FFmpeg
DEPENDS ${FFmpeg_DEPS}
URL https://ffmpeg.org/releases/ffmpeg-6.0.tar.bz2
URL https://ffmpeg.org/releases/ffmpeg-7.0.1.tar.bz2
CONFIGURE_COMMAND ${FFmpeg_CONFIGURE}
BUILD_COMMAND ${FFmpeg_BUILD}
INSTALL_COMMAND ${FFmpeg_INSTALL}
Expand Down

0 comments on commit d849086

Please sign in to comment.