mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 12:44:07 +00:00
823baf135f
* ffmpeg 5.0.1 build with: ./configure --disable-programs --disable-swscale --disable-avdevice --disable-avfilter --enable-shared --disable-xlib * arm64 libraries build on my M1 Macbook Pro, and x86_64 build on github action * Qt6.2 produce an uniserval binary, so delete macos-m1.yml. * add Ad-Hoc code sign
6 lines
184 B
C
6 lines
184 B
C
/* Automatically generated by version.sh, do not manually edit! */
|
|
#ifndef AVUTIL_FFVERSION_H
|
|
#define AVUTIL_FFVERSION_H
|
|
#define FFMPEG_VERSION "5.0.1"
|
|
#endif /* AVUTIL_FFVERSION_H */
|