]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/Makefile
Merge commit '72d658766e6ccf198317dffd6499c5e288847a1c'
[ffmpeg] / libavutil / Makefile
index b43cede0c2e3ecc54ed9782642c1cd336e05f81c..bf8c713e9f4a023f6e6700d8c1568930f159fea8 100644 (file)
@@ -4,6 +4,7 @@ NAME = avutil
 
 HEADERS = adler32.h                                                     \
           aes.h                                                         \
+          aes_ctr.h                                                     \
           attributes.h                                                  \
           audio_fifo.h                                                  \
           avassert.h                                                    \
@@ -80,6 +81,7 @@ BUILT_HEADERS = avconfig.h                                              \
 
 OBJS = adler32.o                                                        \
        aes.o                                                            \
+       aes_ctr.o                                                        \
        audio_fifo.o                                                     \
        avstring.o                                                       \
        base64.o                                                         \