]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/Makefile
Merge commit '72d658766e6ccf198317dffd6499c5e288847a1c'
[ffmpeg] / libavutil / Makefile
index 1bac2b978e76bc2affad2406f79337387f90f612..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                                                         \
@@ -106,6 +108,7 @@ OBJS = adler32.o                                                        \
        hash.o                                                           \
        hmac.o                                                           \
        imgutils.o                                                       \
+       integer.o                                                        \
        intmath.o                                                        \
        lfg.o                                                            \
        lls.o                                                            \