diff options
author | Nicolas George <george@nsup.org> | 2014-02-20 14:14:34 +0100 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2014-05-26 11:40:15 +0200 |
commit | 55cc60cd6d9429270f5b3479c45a1abada72c05f (patch) | |
tree | 5573b0e2115878f2b1483cb60ed66b38e0677120 /libavutil/Makefile | |
parent | 58a10e0e2ce185874e69d54294d192e4e4662a50 (diff) | |
download | ffmpeg-55cc60cd6d9429270f5b3479c45a1abada72c05f.tar.gz |
lavu: add thread message API.
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 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 \ |