diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-10-09 16:02:14 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-10-09 16:02:14 +0200 |
commit | f3b54ee989933256daa1abc6bd1fa9381b1669f6 (patch) | |
tree | d00c7db28a41ec37bd710d475998ca4af6428dd0 /libavutil/Makefile | |
parent | 7cda31cb924c740981de84ce37c4c0a055635bad (diff) | |
download | ffmpeg-f3b54ee989933256daa1abc6bd1fa9381b1669f6.tar.gz |
avutil/Makefile: add softfloat to TESTPROGS
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |