From 7e244c68600f479270e979258e389ed5240885fb Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Thu, 28 Nov 2013 14:47:13 +0100 Subject: avframe: add codec-independent stereoscopic metadata --- libavutil/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavutil/Makefile') diff --git a/libavutil/Makefile b/libavutil/Makefile index 9381c77dce..a635725f70 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -41,6 +41,7 @@ HEADERS = adler32.h \ rational.h \ samplefmt.h \ sha.h \ + stereo3d.h \ time.h \ version.h \ xtea.h \ @@ -93,6 +94,7 @@ OBJS = adler32.o \ rc4.o \ samplefmt.o \ sha.o \ + stereo3d.o \ time.o \ tree.o \ utils.o \ -- cgit v1.2.1