diff options
author | Martin Storsjö <martin@martin.st> | 2022-02-23 14:32:31 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2022-03-16 14:05:26 +0200 |
commit | 6cd2ac388d391dd36380b89a6544e6d85d85ff84 (patch) | |
tree | b91c33621523ba5fcec6803a279feebead4f127c /fftools/ffprobe.c | |
parent | 4332d6c4d57f2a60dc90543ca37ceb77381e13bc (diff) | |
download | ffmpeg-6cd2ac388d391dd36380b89a6544e6d85d85ff84.tar.gz |
libswscale: Split version.h
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'fftools/ffprobe.c')
-rw-r--r-- | fftools/ffprobe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c index 5e9d35c9c4..a031b55f86 100644 --- a/fftools/ffprobe.c +++ b/fftools/ffprobe.c @@ -55,6 +55,7 @@ #include "libavdevice/avdevice.h" #include "libavdevice/version.h" #include "libswscale/swscale.h" +#include "libswscale/version.h" #include "libswresample/swresample.h" #include "libswresample/version.h" #include "libpostproc/postprocess.h" |