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 /libswscale/utils.c | |
parent | 4332d6c4d57f2a60dc90543ca37ceb77381e13bc (diff) | |
download | ffmpeg-6cd2ac388d391dd36380b89a6544e6d85d85ff84.tar.gz |
libswscale: Split version.h
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libswscale/utils.c')
-rw-r--r-- | libswscale/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/utils.c b/libswscale/utils.c index 34f7f0b869..e86c151f67 100644 --- a/libswscale/utils.c +++ b/libswscale/utils.c @@ -59,6 +59,7 @@ #include "rgb2rgb.h" #include "swscale.h" #include "swscale_internal.h" +#include "version.h" static SwsVector *sws_getIdentityVec(void); static void sws_addVec(SwsVector *a, SwsVector *b); |