diff options
author | Mans Rullgard <mans@mansr.com> | 2011-06-29 23:38:05 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-06-29 23:49:03 +0100 |
commit | cfa68a3381a7f67eed75bc503e75aab076fad3c6 (patch) | |
tree | 6dbc96deea61c7475e2873e9cb0c9854b31df437 /libavutil/Makefile | |
parent | 5dd514af937ff4d74c3c263e4ca428b14b62d5f1 (diff) | |
download | ffmpeg-cfa68a3381a7f67eed75bc503e75aab076fad3c6.tar.gz |
Remove unused, never built libavutil/pca.[ch]
Signed-off-by: Mans Rullgard <mans@mansr.com>
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 01344df2a3..c07217b803 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 eval lls md5 pca sha tree +TESTPROGS = adler32 aes base64 cpu crc des eval lls md5 sha tree TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo DIRS = arm bfin sh4 x86 |