Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvacingfang <vacingfang@tencent.com>2020-04-11 15:54:11 +0300
committerJun Zhao <barryjzhao@tencent.com>2020-04-23 03:05:15 +0300
commit103885d9557fdddbae6392fba9a84a268224caae (patch)
treead387707bbfb8ff56f244ff6d5fb4fd8d9f300fa /libavutil/Makefile
parent0e1db79e37bb9d5ad1f647bd38f7381e2c5865fb (diff)
lavutil: add DOVI related header
add DOVI related struct Signed-off-by: vacingfang <vacingfang@tencent.com>
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 8feb029a3a..966eec41aa 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -23,6 +23,7 @@ HEADERS = adler32.h \
des.h \
dict.h \
display.h \
+ dovi_meta.h \
downmix_info.h \
encryption_info.h \
error.h \
@@ -112,6 +113,7 @@ OBJS = adler32.o \
des.o \
dict.o \
display.o \
+ dovi_meta.o \
downmix_info.o \
encryption_info.o \
error.o \