summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2023-01-10 20:47:53 +0200
committerJan Ekström <jeebjp@gmail.com>2023-01-13 21:26:13 +0200
commit002d0ec7405b6edd015f5af53bd8576ed6caf16a (patch)
tree27c25bd3122687028f8f786adc3457ebb97e2910 /libavutil/Makefile
parentf4bebc0c34b6aeac011adfdc6fdbbfc939ac5a64 (diff)
downloadffmpeg-002d0ec7405b6edd015f5af53bd8576ed6caf16a.tar.gz
avutil: introduce AVAmbientViewingEnvironment side data
This enables exposing H.274 Ambient Viewing Environment metadata in the framework.
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 3d9c07aea8..29b06665f5 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -4,6 +4,7 @@ DESC = FFmpeg utility library
HEADERS = adler32.h \
aes.h \
aes_ctr.h \
+ ambient_viewing_environment.h \
attributes.h \
audio_fifo.h \
avassert.h \
@@ -102,6 +103,7 @@ BUILT_HEADERS = avconfig.h \
OBJS = adler32.o \
aes.o \
aes_ctr.o \
+ ambient_viewing_environment.o \
audio_fifo.o \
avstring.o \
avsscanf.o \