mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-02-20 04:41:37 +00:00
add avconfig.h and ffversion.h
Signed-off-by: gg0907 <guohui_1701@163.com>
This commit is contained in:
parent
28f9b7daac
commit
a2da95c415
6
libavutil/avconfig.h
Normal file
6
libavutil/avconfig.h
Normal 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
5
libavutil/ffversion.h
Normal 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 */
|
Loading…
x
Reference in New Issue
Block a user