From f3b54ee989933256daa1abc6bd1fa9381b1669f6 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 9 Oct 2014 16:02:14 +0200 Subject: [PATCH] avutil/Makefile: add softfloat to TESTPROGS Signed-off-by: Michael Niedermayer --- libavutil/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libavutil/Makefile b/libavutil/Makefile index 65c6b53422..80c5d0015c 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -175,6 +175,7 @@ TESTPROGS = adler32 \ ripemd \ sha \ sha512 \ + softfloat \ tree \ utf8 \ xtea \