]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/Makefile
compat/w32pthreads: use the condition variable API directly when targeting newer...
[ffmpeg] / libavutil / Makefile
index 48ae0efa4335a82cf6d386319de3b1219c45a95c..80c5d0015cd44edba2d8386638536d76be1d94ce 100644 (file)
@@ -30,7 +30,6 @@ HEADERS = adler32.h                                                     \
           hmac.h                                                        \
           imgutils.h                                                    \
           intfloat.h                                                    \
-          intfloat_readwrite.h                                          \
           intreadwrite.h                                                \
           lfg.h                                                         \
           log.h                                                         \
@@ -100,7 +99,6 @@ OBJS = adler32.o                                                        \
        hash.o                                                           \
        hmac.o                                                           \
        imgutils.o                                                       \
-       intfloat_readwrite.o                                             \
        intmath.o                                                        \
        lfg.o                                                            \
        lls.o                                                            \
@@ -177,6 +175,7 @@ TESTPROGS = adler32                                                     \
             ripemd                                                      \
             sha                                                         \
             sha512                                                      \
+            softfloat                                                   \
             tree                                                        \
             utf8                                                        \
             xtea                                                        \