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.

115 lines
7.6KB

  1. NAME = avutil
  2. HEADERS = adler32.h \
  3. aes.h \
  4. attributes.h \
  5. audio_fifo.h \
  6. audioconvert.h \
  7. avassert.h \
  8. avstring.h \
  9. avutil.h \
  10. base64.h \
  11. blowfish.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. old_pix_fmts.h \
  32. opt.h \
  33. parseutils.h \
  34. pixdesc.h \
  35. pixfmt.h \
  36. random_seed.h \
  37. rational.h \
  38. samplefmt.h \
  39. sha.h \
  40. time.h \
  41. version.h \
  42. xtea.h \
  43. ARCH_HEADERS = bswap.h \
  44. intmath.h \
  45. intreadwrite.h \
  46. timer.h \
  47. BUILT_HEADERS = avconfig.h
  48. OBJS = adler32.o \
  49. aes.o \
  50. audio_fifo.o \
  51. audioconvert.o \
  52. avstring.o \
  53. base64.o \
  54. blowfish.o \
  55. cpu.o \
  56. crc.o \
  57. des.o \
  58. error.o \
  59. eval.o \
  60. fifo.o \
  61. file.o \
  62. float_dsp.o \
  63. imgutils.o \
  64. intfloat_readwrite.o \
  65. lfg.o \
  66. lls.o \
  67. log.o \
  68. log2.o \
  69. log2_tab.o \
  70. lzo.o \
  71. mathematics.o \
  72. md5.o \
  73. mem.o \
  74. dict.o \
  75. opt.o \
  76. parseutils.o \
  77. pixdesc.o \
  78. random_seed.o \
  79. rational.o \
  80. rc4.o \
  81. samplefmt.o \
  82. sha.o \
  83. sqrt_tab.o \
  84. time.o \
  85. tree.o \
  86. utils.o \
  87. xtea.o \
  88. OBJS += $(COMPAT_OBJS:%=../compat/%)
  89. SKIPHEADERS = old_pix_fmts.h
  90. TESTPROGS = adler32 \
  91. aes \
  92. avstring \
  93. base64 \
  94. blowfish \
  95. cpu \
  96. crc \
  97. des \
  98. eval \
  99. fifo \
  100. lfg \
  101. lls \
  102. md5 \
  103. opt \
  104. parseutils \
  105. sha \
  106. tree \
  107. xtea \