diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2025-07-21 14:55:53 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2025-07-21 14:59:27 +0300 |
commit | 3b84553e70c09adf08cd16ac0ad5b8897a5189df (patch) | |
tree | 9f4127e803eae0850803adb8f026cb36681e48fd /graphics/osg/files/patch-CMakeModules_FindFFmpeg.cmake | |
parent | devel/p5-EV: Unbreak build on current (diff) |
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)
Diffstat (limited to 'graphics/osg/files/patch-CMakeModules_FindFFmpeg.cmake')
-rw-r--r-- | graphics/osg/files/patch-CMakeModules_FindFFmpeg.cmake | 10 |
1 files changed, 0 insertions, 10 deletions
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) |