diff options
author | Pedro Arthur <bygrandao@gmail.com> | 2015-09-04 18:11:21 -0300 |
---|---|---|
committer | Pedro Arthur <bygrandao@gmail.com> | 2015-09-04 19:00:20 -0300 |
commit | 3059562aa19a576bdf900a4875c1aa69ef69c86e (patch) | |
tree | 93638cfb4d090e600626060865a89b2e25b75ddb /libswscale/Makefile | |
parent | f67aff3ad7168b0721e7e5ba05858d885966534a (diff) | |
download | ffmpeg-3059562aa19a576bdf900a4875c1aa69ef69c86e.tar.gz |
swscale: re-enable gamma
+added gamma conversion to refactored code
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 e70e358637..a9f9e03b25 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -18,6 +18,7 @@ OBJS = alphablend.o \ slice.o \ hscale.o \ vscale.o \ + gamma.o \ OBJS-$(CONFIG_SHARED) += log2_tab.o |