Browse Source

avutil: Add missing test programs to Makefile.

tags/n0.9
Diego Biurrun 14 years ago
parent
commit
4904995652
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      libavutil/Makefile

+ 2
- 1
libavutil/Makefile View File

@@ -75,7 +75,8 @@ 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 sha tree
TESTPROGS = adler32 aes avstring base64 cpu crc des eval file lfg lls \
md5 opt parseutils rational sha tree
TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo

DIRS = arm bfin sh4 x86


Loading…
Cancel
Save