From 55cc60cd6d9429270f5b3479c45a1abada72c05f Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Thu, 20 Feb 2014 14:14:34 +0100 Subject: lavu: add thread message API. --- libavutil/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavutil/Makefile') diff --git a/libavutil/Makefile b/libavutil/Makefile index 8832715909..5cc978b021 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -52,6 +52,7 @@ HEADERS = adler32.h \ sha.h \ sha512.h \ stereo3d.h \ + threadmessage.h \ time.h \ timecode.h \ timestamp.h \ @@ -119,6 +120,7 @@ OBJS = adler32.o \ sha.o \ sha512.o \ stereo3d.o \ + threadmessage.o \ time.o \ timecode.o \ tree.o \ -- cgit v1.2.3