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.

94 lines
5.7KB

  1. include $(SUBDIR)../config.mak
  2. NAME = avutil
  3. HEADERS = adler32.h \
  4. aes.h \
  5. attributes.h \
  6. audioconvert.h \
  7. avassert.h \
  8. avstring.h \
  9. avutil.h \
  10. base64.h \
  11. bprint.h \
  12. bswap.h \
  13. common.h \
  14. cpu.h \
  15. crc.h \
  16. error.h \
  17. eval.h \
  18. fifo.h \
  19. file.h \
  20. imgutils.h \
  21. intfloat.h \
  22. intfloat_readwrite.h \
  23. intreadwrite.h \
  24. lfg.h \
  25. log.h \
  26. lzo.h \
  27. mathematics.h \
  28. md5.h \
  29. mem.h \
  30. dict.h \
  31. opt.h \
  32. parseutils.h \
  33. pixdesc.h \
  34. pixfmt.h \
  35. random_seed.h \
  36. rational.h \
  37. samplefmt.h \
  38. sha.h \
  39. timecode.h \
  40. timestamp.h \
  41. BUILT_HEADERS = avconfig.h
  42. OBJS = adler32.o \
  43. aes.o \
  44. audioconvert.o \
  45. avstring.o \
  46. base64.o \
  47. bprint.o \
  48. cpu.o \
  49. crc.o \
  50. des.o \
  51. error.o \
  52. eval.o \
  53. fifo.o \
  54. file.o \
  55. imgutils.o \
  56. intfloat_readwrite.o \
  57. inverse.o \
  58. lfg.o \
  59. lls.o \
  60. log.o \
  61. lzo.o \
  62. mathematics.o \
  63. md5.o \
  64. mem.o \
  65. dict.o \
  66. opt.o \
  67. parseutils.o \
  68. pixdesc.o \
  69. random_seed.o \
  70. rational.o \
  71. rc4.o \
  72. samplefmt.o \
  73. sha.o \
  74. timecode.o \
  75. tree.o \
  76. utils.o \
  77. OBJS-$(ARCH_PPC) += ppc/cpu.o
  78. OBJS-$(ARCH_X86) += x86/cpu.o
  79. TESTPROGS = adler32 aes avstring base64 bprint cpu crc des eval file fifo \
  80. lfg lls md5 opt pca parseutils random_seed rational sha tree
  81. TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
  82. TOOLS = ffeval
  83. ARCH_HEADERS = bswap.h intmath.h intreadwrite.h timer.h
  84. $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2