From 3b84553e70c09adf08cd16ac0ad5b8897a5189df Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Mon, 21 Jul 2025 14:55:53 +0300 Subject: graphics/osg: move to recent FFMpeg, enable COLLADA by default (+) Backport OSG/PR1281 for recent FFMpeg support instead of stuck with old FFMpeg4 port COLLADA is required plugin for games/openmw While here, adopt the port and pet portlint Approved by: amdmi3 (former maintainer, via PM) --- graphics/osg/files/patch-CMakeModules_FindFFmpeg.cmake | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 graphics/osg/files/patch-CMakeModules_FindFFmpeg.cmake (limited to 'graphics/osg/files/patch-CMakeModules_FindFFmpeg.cmake') diff --git a/graphics/osg/files/patch-CMakeModules_FindFFmpeg.cmake b/graphics/osg/files/patch-CMakeModules_FindFFmpeg.cmake deleted file mode 100644 index 21ea506f30a7..000000000000 --- a/graphics/osg/files/patch-CMakeModules_FindFFmpeg.cmake +++ /dev/null @@ -1,10 +0,0 @@ ---- CMakeModules/FindFFmpeg.cmake.orig 2023-04-24 09:16:25 UTC -+++ CMakeModules/FindFFmpeg.cmake -@@ -21,6 +21,7 @@ - # (in new version case, use by ffmpeg header) - #and ${FFMPEG_libname_INCLUDE_DIRS/libname} (in new version case, use by osg plugin code) - -+set(CMAKE_PREFIX_PATH "%%LOCALBASE%%/ffmpeg4;%%LOCALBASE%%/ffmpeg4/libexec") - - # Macro to find header and lib directories - # example: FFMPEG_FIND(AVFORMAT avformat avformat.h) -- cgit v1.2.3