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.

127 lines
8.2KB

  1. include $(SUBDIR)../config.mak
  2. NAME = avutil
  3. HEADERS = adler32.h \
  4. aes.h \
  5. attributes.h \
  6. audio_fifo.h \
  7. audioconvert.h \
  8. avassert.h \
  9. avstring.h \
  10. avutil.h \
  11. base64.h \
  12. blowfish.h \
  13. bprint.h \
  14. bswap.h \
  15. common.h \
  16. cpu.h \
  17. crc.h \
  18. error.h \
  19. eval.h \
  20. fifo.h \
  21. file.h \
  22. imgutils.h \
  23. intfloat.h \
  24. intfloat_readwrite.h \
  25. intreadwrite.h \
  26. lfg.h \
  27. log.h \
  28. lzo.h \
  29. mathematics.h \
  30. md5.h \
  31. mem.h \
  32. dict.h \
  33. opt.h \
  34. parseutils.h \
  35. pixdesc.h \
  36. pixfmt.h \
  37. random_seed.h \
  38. rational.h \
  39. samplefmt.h \
  40. sha.h \
  41. time.h \
  42. timecode.h \
  43. timestamp.h \
  44. version.h \
  45. xtea.h \
  46. ARCH_HEADERS = bswap.h \
  47. intmath.h \
  48. intreadwrite.h \
  49. timer.h \
  50. BUILT_HEADERS = avconfig.h
  51. OBJS = adler32.o \
  52. aes.o \
  53. audio_fifo.o \
  54. audioconvert.o \
  55. avstring.o \
  56. base64.o \
  57. blowfish.o \
  58. bprint.o \
  59. cpu.o \
  60. crc.o \
  61. des.o \
  62. error.o \
  63. eval.o \
  64. fifo.o \
  65. file.o \
  66. float_dsp.o \
  67. imgutils.o \
  68. intfloat_readwrite.o \
  69. inverse.o \
  70. lfg.o \
  71. lls.o \
  72. log.o \
  73. lzo.o \
  74. mathematics.o \
  75. md5.o \
  76. mem.o \
  77. dict.o \
  78. opt.o \
  79. parseutils.o \
  80. pixdesc.o \
  81. random_seed.o \
  82. rational.o \
  83. rc4.o \
  84. samplefmt.o \
  85. sha.o \
  86. time.o \
  87. timecode.o \
  88. tree.o \
  89. utils.o \
  90. xtea.o \
  91. TESTPROGS = adler32 \
  92. aes \
  93. avstring \
  94. base64 \
  95. blowfish \
  96. bprint \
  97. cpu \
  98. crc \
  99. des \
  100. error \
  101. eval \
  102. file \
  103. fifo \
  104. lfg \
  105. lls \
  106. md5 \
  107. opt \
  108. pca \
  109. parseutils \
  110. random_seed \
  111. rational \
  112. sha \
  113. tree \
  114. xtea \
  115. TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
  116. TOOLS = ffeval
  117. $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2