From 55a62eb86424d54f95fce1c3806f97ae1a037a18 Mon Sep 17 00:00:00 2001 From: Scott M Anderson Date: Mon, 19 Jan 2026 22:30:41 -0700 Subject: [PATCH] cmake: xpExternPackage() missing line/metadata --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b1c8966582573..0ebb00012b8c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,6 +22,7 @@ set(targetsFile ${PROJECT_NAME}-targets) xpExternPackage(NAMESPACE ffmpeg TARGETS_FILE ${targetsFile} LIBRARIES ${libs} BASE n4.3.1 XPDIFF "native(unix)" DEPS openh264 PVT_DEPS yasm + WEB "https://www.ffmpeg.org/" UPSTREAM "github.com/FFmpeg/FFmpeg" DESC "complete, cross-platform solution to record, convert and stream audio and video (pre-release: no windows package)" LICENSE "[LGPL-2.1](https://www.ffmpeg.org/legal.html 'LGPL version 2.1 or later')" )