summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMats Peterson <matsp888@yahoo.com>2015-12-27 21:28:09 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2015-12-28 02:47:26 +0100
commit57631f1851ef71918b68b9a9bdfbeb2974ec1458 (patch)
tree30a709180f45ee8546bcf7b0f4466a9b7c26b19e /libavformat/Makefile
parentc48122d731be09db054befac8ab0ef47fd7d4dc2 (diff)
avformat: factor ff_get_qtpalette() out of mov.c
This consists mainly of moving the palette handling from the mov_parse_stsd_video() function to a new ff_get_qtpalette() function in the new file qtpalette.c, which will be shared by both matroskadec.c and mov.c. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 110e9e3f85..e03c73ef9e 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -18,6 +18,7 @@ OBJS = allformats.o \
mux.o \
options.o \
os_support.o \
+ qtpalette.o \
riff.o \
sdp.o \
url.o \