]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/Makefile
lavu: add a framework for handling hwaccel frames
[ffmpeg] / libavutil / Makefile
index 17bd57e8b7c94c3aa1c1400d49152e49e3b98065..2c0b7b54aade83a43b6596db6d8c1181cc3f1853 100644 (file)
@@ -23,6 +23,7 @@ HEADERS = adler32.h                                                     \
           file.h                                                        \
           frame.h                                                       \
           hmac.h                                                        \
+          hwcontext.h                                                   \
           imgutils.h                                                    \
           intfloat.h                                                    \
           intreadwrite.h                                                \
@@ -78,6 +79,7 @@ OBJS = adler32.o                                                        \
        float_dsp.o                                                      \
        frame.o                                                          \
        hmac.o                                                           \
+       hwcontext.o                                                      \
        imgutils.o                                                       \
        intmath.o                                                        \
        lfg.o                                                            \