From 8f58ecc344a92e63193c38e28c173be987954bbb Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Fri, 11 Nov 2016 17:25:43 -0500 Subject: lavu: Add AVSphericalMapping type and frame side data While no decoder currently exports spherical information, this type represents a frame property that has to be passed through from container to frames. Signed-off-by: Vittorio Giovara --- libavutil/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavutil/Makefile') diff --git a/libavutil/Makefile b/libavutil/Makefile index c61ca9c7c0..6474a30c84 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -63,6 +63,7 @@ HEADERS = adler32.h \ samplefmt.h \ sha.h \ sha512.h \ + spherical.h \ stereo3d.h \ threadmessage.h \ time.h \ @@ -140,6 +141,7 @@ OBJS = adler32.o \ samplefmt.o \ sha.o \ sha512.o \ + spherical.o \ stereo3d.o \ threadmessage.o \ time.o \ -- cgit v1.2.3