]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/Makefile
lavu: add thread message API.
[ffmpeg] / libavutil / Makefile
index 8832715909662e9c65b611a1187e009b04cf490d..5cc978b021205575babb77e0906698ffa2c73b14 100644 (file)
@@ -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                                                           \