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.

126 lines
8.1KB

  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. xtea.h \
  45. ARCH_HEADERS = bswap.h \
  46. intmath.h \
  47. intreadwrite.h \
  48. timer.h \
  49. BUILT_HEADERS = avconfig.h
  50. OBJS = adler32.o \
  51. aes.o \
  52. audio_fifo.o \
  53. audioconvert.o \
  54. avstring.o \
  55. base64.o \
  56. blowfish.o \
  57. bprint.o \
  58. cpu.o \
  59. crc.o \
  60. des.o \
  61. error.o \
  62. eval.o \
  63. fifo.o \
  64. file.o \
  65. float_dsp.o \
  66. imgutils.o \
  67. intfloat_readwrite.o \
  68. inverse.o \
  69. lfg.o \
  70. lls.o \
  71. log.o \
  72. lzo.o \
  73. mathematics.o \
  74. md5.o \
  75. mem.o \
  76. dict.o \
  77. opt.o \
  78. parseutils.o \
  79. pixdesc.o \
  80. random_seed.o \
  81. rational.o \
  82. rc4.o \
  83. samplefmt.o \
  84. sha.o \
  85. time.o \
  86. timecode.o \
  87. tree.o \
  88. utils.o \
  89. xtea.o \
  90. TESTPROGS = adler32 \
  91. aes \
  92. avstring \
  93. base64 \
  94. blowfish \
  95. bprint \
  96. cpu \
  97. crc \
  98. des \
  99. error \
  100. eval \
  101. file \
  102. fifo \
  103. lfg \
  104. lls \
  105. md5 \
  106. opt \
  107. pca \
  108. parseutils \
  109. random_seed \
  110. rational \
  111. sha \
  112. tree \
  113. xtea \
  114. TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
  115. TOOLS = ffeval
  116. $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2