diff options
author | Pedro Arthur <bygrandao@gmail.com> | 2015-08-17 17:03:20 -0300 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-18 01:33:32 +0200 |
commit | e0a3173a94f2029de467f7a60f44e8caa7adb450 (patch) | |
tree | 2b5fe3540557ebfc2b77756c7240bb9aefd7efd6 /libswscale/Makefile | |
parent | a27c9f61bf69c97eb2fd3107f9c839db6ce2f511 (diff) | |
download | ffmpeg-streaming-e0a3173a94f2029de467f7a60f44e8caa7adb450.zip ffmpeg-streaming-e0a3173a94f2029de467f7a60f44e8caa7adb450.tar.gz |
swscale: refactor horizontal scaling
+ split color conversion from scaling
- disabled gamma correction, until it's refactored too
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r-- | libswscale/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile index b11e789..b2b6381 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -15,6 +15,8 @@ OBJS = alphablend.o \ swscale_unscaled.o \ utils.o \ yuv2rgb.o \ + slice.o \ + hscale.o \ OBJS-$(CONFIG_SHARED) += log2_tab.o |