diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-05-11 12:22:28 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-05-11 13:43:30 +0200 |
commit | bea705752d6448578482cfa022944a9795388f14 (patch) | |
tree | 2bd679493360fef25313ca2c1a7cd3dec593bcb5 /libavutil/Makefile | |
parent | 2caf19e90f270abe1e80a3e85acaf0eb5c9d0aac (diff) | |
download | ffmpeg-bea705752d6448578482cfa022944a9795388f14.tar.gz |
Remove unused softfloat implementation.
The softfloat functionality is unused, not installed and incomplete.
On platforms without floating point units, the compiler provides a softfloat
implementation so there is no point in carrying this code around locally.
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 8c3cc60dab..1386ebb190 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -75,7 +75,7 @@ OBJS-$(ARCH_ARM) += arm/cpu.o OBJS-$(ARCH_PPC) += ppc/cpu.o OBJS-$(ARCH_X86) += x86/cpu.o -TESTPROGS = adler32 aes base64 cpu crc des lls md5 pca sha softfloat tree +TESTPROGS = adler32 aes base64 cpu crc des lls md5 pca sha tree TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo DIRS = arm bfin sh4 x86 |