summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorKevin Wheatley <kevin.j.wheatley@gmail.com>2015-03-05 10:37:51 +0000
committerMichael Niedermayer <michaelni@gmx.at>2015-03-05 12:26:22 +0100
commit86b59e6a50c8498efd2ccbd541ac46dac16e958c (patch)
tree0ede04bd9773229821f3df72df1190c9bccde313 /libavutil/Makefile
parent6db20926c32ea297418f1f819585007c6b7b6160 (diff)
avutil: Extract gamma determination from PNG encoder for future use. Adds private avpriv_get_gamma_from_trc() function to libavutil.
Signed-off-by: Kevin Wheatley <kevin.j.wheatley@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 6caf896e2d..df85cd1a79 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -88,6 +88,7 @@ OBJS = adler32.o \
cast5.o \
camellia.o \
channel_layout.o \
+ color_utils.o \
cpu.o \
crc.o \
des.o \