]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/Makefile
Estimate frame size during encoding.
[ffmpeg] / libavutil / Makefile
index 5b6cd0e836a34bcb407705ae1ab2ca288afd37ed..0c25ce16bb065f6f33af7f4335a96aeda0e71492 100644 (file)
@@ -7,11 +7,15 @@ HEADERS = adler32.h                                                     \
           avstring.h                                                    \
           avutil.h                                                      \
           base64.h                                                      \
+          bswap.h                                                       \
           common.h                                                      \
           crc.h                                                         \
           error.h                                                       \
+          eval.h                                                        \
           fifo.h                                                        \
           intfloat_readwrite.h                                          \
+          intreadwrite.h                                                \
+          lfg.h                                                         \
           log.h                                                         \
           lzo.h                                                         \
           mathematics.h                                                 \
@@ -19,6 +23,7 @@ HEADERS = adler32.h                                                     \
           mem.h                                                         \
           pixdesc.h                                                     \
           pixfmt.h                                                      \
+          random_seed.h                                                 \
           rational.h                                                    \
           sha1.h                                                        \
 
@@ -30,8 +35,11 @@ OBJS = adler32.o                                                        \
        base64.o                                                         \
        crc.o                                                            \
        des.o                                                            \
+       error.o                                                          \
+       eval.o                                                           \
        fifo.o                                                           \
        intfloat_readwrite.o                                             \
+       inverse.o                                                        \
        lfg.o                                                            \
        lls.o                                                            \
        log.o                                                            \