diff options
author | Martin Storsjö <martin@martin.st> | 2022-02-23 14:18:39 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2022-03-16 14:05:26 +0200 |
commit | 4eb9232c6ebfcee21dea4e9fd6a2deeda5115846 (patch) | |
tree | 4ce33ec79699634ddf1ea437016064326eb80a37 /libavformat/avformat.h | |
parent | f2da2e1458b76a1d6c068673430b46cf2850bc51 (diff) | |
download | ffmpeg-4eb9232c6ebfcee21dea4e9fd6a2deeda5115846.tar.gz |
libavformat: Split version.h
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 0446e1fdfa..03df76af92 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -319,7 +319,7 @@ #include "libavutil/log.h" #include "avio.h" -#include "libavformat/version.h" +#include "libavformat/version_major.h" struct AVFormatContext; struct AVStream; |