summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-06-11 16:12:24 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-06-11 16:12:24 +0200
commit54f685a0ee5e0953d6e4792205d0634a5a74ad54 (patch)
tree3e5b96567054611f8af6570c2ab5aacc8d6d0601 /libavutil/Makefile
parent4e640f05605f19a377c2ae9cc27effb53f83cf4f (diff)
avutil/softfloat: properly separate testcode
This matches how other self tests are implemented Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index df85cd1a79..abfd10f8bd 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -126,6 +126,7 @@ OBJS = adler32.o \
samplefmt.o \
sha.o \
sha512.o \
+ softfloat.o \
stereo3d.o \
threadmessage.o \
time.o \