From 925dc776a169f211258c2f4ce33ea95a9d6f80f5 Mon Sep 17 00:00:00 2001 From: Scott M Anderson Date: Fri, 3 Apr 2026 19:14:44 -0600 Subject: [PATCH] cmake: correction to SPDX license expression --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a196729c46eba..0649fcfe7d7d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ xpExternPackage(NAMESPACE ffmpeg 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')" + LICENSE "[LGPL-2.1-or-later](https://www.ffmpeg.org/legal.html 'LGPL version 2.1 or later')" ) install(FILES cmake/${targetsFile}.cmake DESTINATION ${CMAKE_INSTALL_CMAKEDIR}) string(TOLOWER ${PROJECT_NAME} prj)