]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/Makefile
Merge commit '71ec3d36fa6122b3b6c5c68a21b9c70cb2e668e8'
[ffmpeg] / libavutil / Makefile
index c1aa8aa3128042e22b5d132532667c493b37c168..4db89b8258b3468241b23fd43f512a2292e78de3 100644 (file)
@@ -16,6 +16,7 @@ HEADERS = adler32.h                                                     \
           bswap.h                                                       \
           buffer.h                                                      \
           cast5.h                                                       \
+          camellia.h                                                    \
           channel_layout.h                                              \
           common.h                                                      \
           cpu.h                                                         \
@@ -84,6 +85,7 @@ OBJS = adler32.o                                                        \
        bprint.o                                                         \
        buffer.o                                                         \
        cast5.o                                                          \
+       camellia.o                                                       \
        channel_layout.o                                                 \
        cpu.o                                                            \
        crc.o                                                            \
@@ -154,6 +156,7 @@ TESTPROGS = adler32                                                     \
             blowfish                                                    \
             bprint                                                      \
             cast5                                                       \
+            camellia                                                    \
             cpu                                                         \
             crc                                                         \
             des                                                         \