Skip to content

Commit

Permalink
Update the min version for AMF SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
nyanmisaka committed Feb 21, 2022
1 parent cc3f59b commit 70a17f1
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2511,3 +2511,16 @@ Index: jellyfin-ffmpeg/libavcodec/amfenc_hevc.c
.wrapper_name = "amf",
.hw_configs = ff_amfenc_hw_configs,
};
Index: jellyfin-ffmpeg/configure
===================================================================
--- jellyfin-ffmpeg.orig/configure
+++ jellyfin-ffmpeg/configure
@@ -6787,7 +6787,7 @@ fi

enabled amf &&
check_cpp_condition amf "AMF/core/Version.h" \
- "(AMF_VERSION_MAJOR << 48 | AMF_VERSION_MINOR << 32 | AMF_VERSION_RELEASE << 16 | AMF_VERSION_BUILD_NUM) >= 0x0001000400090000"
+ "(AMF_VERSION_MAJOR << 48 | AMF_VERSION_MINOR << 32 | AMF_VERSION_RELEASE << 16 | AMF_VERSION_BUILD_NUM) >= 0x0001000400230000"

# Funny iconv installations are not unusual, so check it after all flags have been set
if enabled libc_iconv; then

0 comments on commit 70a17f1

Please sign in to comment.