diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-01-26 18:45:11 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-03-26 13:00:09 +0200 |
commit | 80391552c9a308222dd3c75ec4174f962b1bf627 (patch) | |
tree | 8632ab421620c18f1b4adf9d5f06dc443267664a /libavutil/Makefile | |
parent | 193d7eea954950e42e75b397b99be71a09c4a2e0 (diff) | |
download | ffmpeg-80391552c9a308222dd3c75ec4174f962b1bf627.tar.gz |
libavutil: Remove pointless rational test program.
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 03a4625e7e..009094da87 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -76,7 +76,7 @@ OBJS-$(ARCH_PPC) += ppc/cpu.o OBJS-$(ARCH_X86) += x86/cpu.o TESTPROGS = adler32 aes avstring base64 cpu crc des eval fifo lfg lls \ - md5 opt parseutils rational sha tree + md5 opt parseutils sha tree DIRS = arm avr32 bfin mips ppc sh4 tomi x86 |