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/Makefile | |
parent | 4332d6c4d57f2a60dc90543ca37ceb77381e13bc (diff) | |
download | ffmpeg-6cd2ac388d391dd36380b89a6544e6d85d85ff84.tar.gz |
libswscale: Split version.h
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r-- | libswscale/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile index a0ec71e06f..1f02b56421 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -3,6 +3,7 @@ DESC = FFmpeg image rescaling library HEADERS = swscale.h \ version.h \ + version_major.h \ OBJS = alphablend.o \ hscale.o \ |