add avconfig.h and ffversion.h

Signed-off-by: gg0907 <guohui_1701@163.com>
This commit is contained in:
gg0907 2022-04-01 14:40:18 +08:00
parent 28f9b7daac
commit a2da95c415
2 changed files with 11 additions and 0 deletions

6
libavutil/avconfig.h Normal file
View File

@ -0,0 +1,6 @@
/* Generated by ffmpeg configure */
#ifndef AVUTIL_AVCONFIG_H
#define AVUTIL_AVCONFIG_H
#define AV_HAVE_BIGENDIAN 0
#define AV_HAVE_FAST_UNALIGNED 1
#endif /* AVUTIL_AVCONFIG_H */

5
libavutil/ffversion.h Normal file
View File

@ -0,0 +1,5 @@
/* Automatically generated by version.sh, do not manually edit! */
#ifndef AVUTIL_FFVERSION_H
#define AVUTIL_FFVERSION_H
#define FFMPEG_VERSION "4.3.2"
#endif /* AVUTIL_FFVERSION_H */