You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
3.1KB

  1. include $(SUBDIR)../config.mak
  2. NAME = avutil
  3. HEADERS = adler32.h \
  4. avstring.h \
  5. avutil.h \
  6. base64.h \
  7. common.h \
  8. crc.h \
  9. fifo.h \
  10. intfloat_readwrite.h \
  11. log.h \
  12. lzo.h \
  13. mathematics.h \
  14. md5.h \
  15. mem.h \
  16. pixdesc.h \
  17. pixfmt.h \
  18. rational.h \
  19. sha1.h \
  20. OBJS = adler32.o \
  21. aes.o \
  22. avstring.o \
  23. base64.o \
  24. crc.o \
  25. des.o \
  26. fifo.o \
  27. intfloat_readwrite.o \
  28. lfg.o \
  29. lls.o \
  30. log.o \
  31. lzo.o \
  32. mathematics.o \
  33. md5.o \
  34. mem.o \
  35. pixdesc.o \
  36. random_seed.o \
  37. rational.o \
  38. rc4.o \
  39. sha.o \
  40. tree.o \
  41. utils.o \
  42. TESTPROGS = adler32 aes base64 crc des lls md5 pca sha softfloat tree
  43. TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
  44. DIRS = arm bfin sh4 x86
  45. include $(SUBDIR)../subdir.mak
  46. $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2