diff options
author | Pedro Arthur <bygrandao@gmail.com> | 2015-08-18 11:47:55 -0300 |
---|---|---|
committer | Pedro Arthur <bygrandao@gmail.com> | 2015-08-19 10:43:52 -0300 |
commit | 62d176de1224f6b9921a53171e5daa7460d5a772 (patch) | |
tree | d5586b93eaf7f2071b0f4018eb06b64ec48c545c /libswscale/Makefile | |
parent | fffae8e605c8a665eac0ae63c3c84f60efbec73e (diff) | |
download | ffmpeg-streaming-62d176de1224f6b9921a53171e5daa7460d5a772.zip ffmpeg-streaming-62d176de1224f6b9921a53171e5daa7460d5a772.tar.gz |
swscale: refactor vertical scaler
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 b2b6381..e70e358 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -17,6 +17,7 @@ OBJS = alphablend.o \ yuv2rgb.o \ slice.o \ hscale.o \ + vscale.o \ OBJS-$(CONFIG_SHARED) += log2_tab.o |