aboutsummaryrefslogtreecommitdiff
path: root/ports/ffmpeg
diff options
context:
space:
mode:
Diffstat (limited to 'ports/ffmpeg')
-rw-r--r--ports/ffmpeg/portfile.cmake4
-rw-r--r--ports/ffmpeg/vcpkg.json18
2 files changed, 11 insertions, 11 deletions
diff --git a/ports/ffmpeg/portfile.cmake b/ports/ffmpeg/portfile.cmake
index 541f1da0c..654370f45 100644
--- a/ports/ffmpeg/portfile.cmake
+++ b/ports/ffmpeg/portfile.cmake
@@ -50,8 +50,8 @@ if("ilbc" IN_LIST FEATURES)
endif()
if("modplug" IN_LIST FEATURES)
- if (VCPKG_TARGET_IS_UWP OR (VCPKG_TARGET_IS_WINDOWS AND VCPKG_LIBRARY_LINKAGE STREQUAL "static"))
- message(FATAL_ERROR "Feature 'modplug' does not support 'uwp | (windows & static)'")
+ if (VCPKG_TARGET_IS_UWP)
+ message(FATAL_ERROR "Feature 'modplug' does not support 'uwp'")
endif()
endif()
diff --git a/ports/ffmpeg/vcpkg.json b/ports/ffmpeg/vcpkg.json
index 958d56964..3dccdeb5d 100644
--- a/ports/ffmpeg/vcpkg.json
+++ b/ports/ffmpeg/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "ffmpeg",
"version": "4.4",
- "port-version": 9,
+ "port-version": 10,
"description": [
"a library to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created.",
"FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations."
@@ -66,6 +66,14 @@
"name": "ffmpeg",
"default-features": false,
"features": [
+ "modplug"
+ ],
+ "platform": "!uwp"
+ },
+ {
+ "name": "ffmpeg",
+ "default-features": false,
+ "features": [
"opencl"
],
"platform": "!uwp"
@@ -138,14 +146,6 @@
"name": "ffmpeg",
"default-features": false,
"features": [
- "modplug"
- ],
- "platform": "!(windows & static) & !uwp"
- },
- {
- "name": "ffmpeg",
- "default-features": false,
- "features": [
"tensorflow"
],
"platform": "!(x86 | arm | uwp) & !static"