diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2013-11-28 14:47:13 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2013-12-09 16:02:43 +0100 |
commit | 7e244c68600f479270e979258e389ed5240885fb (patch) | |
tree | 393eeb1382eb7d62a34ad7184ebbec7733d5c606 /libavutil/Makefile | |
parent | d64341e498fa46c6cf4c23d408177d7489559654 (diff) | |
download | ffmpeg-7e244c68600f479270e979258e389ed5240885fb.tar.gz |
avframe: add codec-independent stereoscopic metadata
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |