]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/Makefile
Merge commit 'a8765852158ecb2ae34895fa35ff51dc95c186f9'
[ffmpeg] / libavutil / Makefile
index 4db89b8258b3468241b23fd43f512a2292e78de3..6caf896e2d37d591302df37dd3de47b7ef5b840d 100644 (file)
@@ -60,6 +60,7 @@ HEADERS = adler32.h                                                     \
           time.h                                                        \
           timecode.h                                                    \
           timestamp.h                                                   \
+          twofish.h                                                     \
           version.h                                                     \
           xtea.h                                                        \
 
@@ -129,6 +130,7 @@ OBJS = adler32.o                                                        \
        time.o                                                           \
        timecode.o                                                       \
        tree.o                                                           \
+       twofish.o                                                        \
        utils.o                                                          \
        xga_font_data.o                                                  \
        xtea.o                                                           \
@@ -184,6 +186,7 @@ TESTPROGS = adler32                                                     \
             sha512                                                      \
             softfloat                                                   \
             tree                                                        \
+            twofish                                                     \
             utf8                                                        \
             xtea                                                        \