Skip to content

Commit 5fa25be

Browse files
Commit f5dd4e7
1 parent c44b312 commit 5fa25be

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+30
-12
lines changed

dist/Darwin-arm64/include/config.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#define FFMPEG_CONFIG_H
44
#define FFMPEG_CONFIGURATION "--prefix=/Users/runner/work/build-deps/build-deps/build/FFmpeg --pkg-config=/opt/homebrew/bin/pkg-config --extra-cflags= --extra-cxxflags= --cc=/usr/bin/clang --cxx=/usr/bin/clang++ --ar=/usr/bin/ar --ranlib=/usr/bin/ranlib --pkg-config-flags=--static --extra-cflags=-I/Users/runner/work/build-deps/build-deps/build/usr/local/include --extra-cflags=-I/Users/runner/work/build-deps/build-deps/build/x264/include --extra-ldflags=-L/Users/runner/work/build-deps/build-deps/build/usr/local/lib --extra-ldflags=-L/Users/runner/work/build-deps/build-deps/build/x264/lib --extra-libs='-lpthread -lm' --disable-all --disable-autodetect --disable-iconv --enable-gpl --enable-static --enable-avcodec --enable-avutil --enable-bsfs --enable-encoder=libsvtav1 --enable-encoder='libx264,libx265' --enable-libsvtav1 --enable-libx264 --enable-libx265 --enable-swscale --enable-encoder='h264_videotoolbox,hevc_videotoolbox' --enable-videotoolbox --arch=arm64 --enable-cross-compile --target-os=darwin"
55
#define FFMPEG_LICENSE "GPL version 2 or later"
6-
#define CONFIG_THIS_YEAR 2024
6+
#define CONFIG_THIS_YEAR 2025
77
#define FFMPEG_DATADIR "/Users/runner/work/build-deps/build-deps/build/FFmpeg/share/ffmpeg"
88
#define AVCONV_DATADIR "/Users/runner/work/build-deps/build-deps/build/FFmpeg/share/ffmpeg"
99
#define CC_IDENT "Apple clang version 15.0.0 (clang-1500.3.9.4)"
@@ -50,6 +50,7 @@
5050
#define HAVE_LDBRX 0
5151
#define HAVE_POWER8 0
5252
#define HAVE_PPC4XX 0
53+
#define HAVE_VEC_XL 0
5354
#define HAVE_VSX 0
5455
#define HAVE_RV 0
5556
#define HAVE_RVV 0
@@ -103,6 +104,7 @@
103104
#define HAVE_LDBRX_EXTERNAL 0
104105
#define HAVE_POWER8_EXTERNAL 0
105106
#define HAVE_PPC4XX_EXTERNAL 0
107+
#define HAVE_VEC_XL_EXTERNAL 0
106108
#define HAVE_VSX_EXTERNAL 0
107109
#define HAVE_RV_EXTERNAL 0
108110
#define HAVE_RVV_EXTERNAL 0
@@ -156,6 +158,7 @@
156158
#define HAVE_LDBRX_INLINE 0
157159
#define HAVE_POWER8_INLINE 0
158160
#define HAVE_PPC4XX_INLINE 0
161+
#define HAVE_VEC_XL_INLINE 0
159162
#define HAVE_VSX_INLINE 0
160163
#define HAVE_RV_INLINE 0
161164
#define HAVE_RVV_INLINE 0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Automatically generated by version.sh, do not manually edit! */
22
#ifndef AVUTIL_FFVERSION_H
33
#define AVUTIL_FFVERSION_H
4-
#define FFMPEG_VERSION "n7.1-62-gb168ed9b14"
4+
#define FFMPEG_VERSION "n7.1.1-5-g276bd388f3"
55
#endif /* AVUTIL_FFVERSION_H */
0 Bytes
Binary file not shown.

dist/Darwin-arm64/lib/libavcodec.a

-6.95 KB
Binary file not shown.

dist/Darwin-arm64/lib/libavutil.a

664 Bytes
Binary file not shown.

dist/Darwin-arm64/lib/libcbs.a

88 Bytes
Binary file not shown.

dist/Darwin-arm64/lib/libswscale.a

352 Bytes
Binary file not shown.

dist/Darwin-arm64/lib/libx264.a

0 Bytes
Binary file not shown.

dist/Darwin-arm64/lib/libx265.a

0 Bytes
Binary file not shown.

dist/Darwin-x86_64/include/config.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#define FFMPEG_CONFIG_H
44
#define FFMPEG_CONFIGURATION "--prefix=/Users/runner/work/build-deps/build-deps/build/FFmpeg --pkg-config=/usr/local/bin/pkg-config --extra-cflags= --extra-cxxflags= --cc=/usr/bin/clang --cxx=/usr/bin/clang++ --ar=/usr/bin/ar --ranlib=/usr/bin/ranlib --pkg-config-flags=--static --extra-cflags=-I/Users/runner/work/build-deps/build-deps/build/usr/local/include --extra-cflags=-I/Users/runner/work/build-deps/build-deps/build/x264/include --extra-ldflags=-L/Users/runner/work/build-deps/build-deps/build/usr/local/lib --extra-ldflags=-L/Users/runner/work/build-deps/build-deps/build/x264/lib --extra-libs='-lpthread -lm' --disable-all --disable-autodetect --disable-iconv --enable-gpl --enable-static --enable-avcodec --enable-avutil --enable-bsfs --enable-encoder=libsvtav1 --enable-encoder='libx264,libx265' --enable-libsvtav1 --enable-libx264 --enable-libx265 --enable-swscale --enable-encoder='h264_videotoolbox,hevc_videotoolbox' --enable-videotoolbox --arch=x86_64 --enable-cross-compile --target-os=darwin"
55
#define FFMPEG_LICENSE "GPL version 2 or later"
6-
#define CONFIG_THIS_YEAR 2024
6+
#define CONFIG_THIS_YEAR 2025
77
#define FFMPEG_DATADIR "/Users/runner/work/build-deps/build-deps/build/FFmpeg/share/ffmpeg"
88
#define AVCONV_DATADIR "/Users/runner/work/build-deps/build-deps/build/FFmpeg/share/ffmpeg"
99
#define CC_IDENT "Apple clang version 15.0.0 (clang-1500.1.0.2.5)"
@@ -49,6 +49,7 @@
4949
#define HAVE_LDBRX 0
5050
#define HAVE_POWER8 0
5151
#define HAVE_PPC4XX 0
52+
#define HAVE_VEC_XL 0
5253
#define HAVE_VSX 0
5354
#define HAVE_RV 0
5455
#define HAVE_RVV 0
@@ -102,6 +103,7 @@
102103
#define HAVE_LDBRX_EXTERNAL 0
103104
#define HAVE_POWER8_EXTERNAL 0
104105
#define HAVE_PPC4XX_EXTERNAL 0
106+
#define HAVE_VEC_XL_EXTERNAL 0
105107
#define HAVE_VSX_EXTERNAL 0
106108
#define HAVE_RV_EXTERNAL 0
107109
#define HAVE_RVV_EXTERNAL 0
@@ -155,6 +157,7 @@
155157
#define HAVE_LDBRX_INLINE 0
156158
#define HAVE_POWER8_INLINE 0
157159
#define HAVE_PPC4XX_INLINE 0
160+
#define HAVE_VEC_XL_INLINE 0
158161
#define HAVE_VSX_INLINE 0
159162
#define HAVE_RV_INLINE 0
160163
#define HAVE_RVV_INLINE 0

0 commit comments

Comments
 (0)