]> git.pld-linux.org Git - packages/vtk.git/blame - ffmpeg6.patch
- enable ffmpeg explicitely
[packages/vtk.git] / ffmpeg6.patch
CommitLineData
186c7b08
JR
1--- VTK-9.2.6/IO/FFMPEG/CMakeLists.txt~ 2023-02-15 05:03:53.000000000 +0100
2+++ VTK-9.2.6/IO/FFMPEG/CMakeLists.txt 2023-10-15 13:24:47.450115460 +0200
3@@ -24,7 +24,7 @@
4 endif ()
5
6 set(ffmpeg_libraries)
7-if (NOT FFMPEG_VERSION VERSION_LESS "5.0")
8+if (NOT FFMPEG_VERSION VERSION_LESS "6.0")
9 if (NOT FFMPEG_swresample_FOUND)
10 message(FATAL_ERROR
11 "FFMPEG 5.0 requires the `swresample` library.")
This page took 0.152784 seconds and 4 git commands to generate.