mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-18 15:24:16 +02:00
1. version changes: * vcpkg: 2024.07.12 -> 2024.11.16 * aom (except linux sciter): 3.9.1 -> 3.11.0 * libvpx: 1.14.1 -> 1.15.0 * libyuv: not update because compiled failed on arm64, and didn't apply different version on different archs * opus: already the latest version * ffmpeg: 7.0.2 -> 7.1 2. other changes: * android 5.0 required, otherwise crash when start, because FFmpeg 7.1 link to mediandk directly 3. Tests: * Except arm, arm64, linux amf, ios, all the other codecs are tested * Compile on arm32 linux is not tested, ci is failed before vcpkg install * Tested windows FFmpeg qsv, still no memory leak Signed-off-by: 21pages <sunboeasy@gmail.com>
15 lines
564 B
Diff
15 lines
564 B
Diff
diff --git a/configure b/configure
|
|
index 4f5353f84b..dd9147c677 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -5607,8 +5607,8 @@ check_cppflags -D_FILE_OFFSET_BITS=64
|
|
check_cppflags -D_LARGEFILE_SOURCE
|
|
|
|
add_host_cppflags -D_ISOC11_SOURCE
|
|
check_host_cflags_cc -std=$stdc ctype.h "__STDC_VERSION__ >= 201112L" ||
|
|
- check_host_cflags_cc -std=c11 ctype.h "__STDC_VERSION__ >= 201112L" || die "Host compiler lacks C11 support"
|
|
+ check_host_cflags_cc -std=c11 ctype.h "__STDC_VERSION__ >= 201112L"
|
|
|
|
check_host_cflags -Wall
|
|
check_host_cflags $host_cflags_speed
|
|
|