summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2015-07-22 22:10:50 -0300
committerJames Almer <jamrial@gmail.com>2015-07-22 23:12:21 -0300
commita176bbc873b13430c683625744cb15bd659fcd58 (patch)
treead49529d802998d94dbf4389495644ce143276e6 /libavutil/Makefile
parent1acb19d12bcd259c3b2be39fb3149ced5916b56e (diff)
avutil/softfloat: move av_sincos_sf() back to header
Fixes compilation of host tool aacps_fixed_tablegen Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 70f8bae0a6..1fc876acce 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -126,7 +126,6 @@ OBJS = adler32.o \
samplefmt.o \
sha.o \
sha512.o \
- softfloat.o \
stereo3d.o \
threadmessage.o \
time.o \