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.

108 lines
7.3KB

  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. 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. time.h \
  40. version.h \
  41. xtea.h \
  42. ARCH_HEADERS = bswap.h \
  43. intmath.h \
  44. intreadwrite.h \
  45. timer.h \
  46. BUILT_HEADERS = avconfig.h
  47. OBJS = adler32.o \
  48. aes.o \
  49. audio_fifo.o \
  50. audioconvert.o \
  51. avstring.o \
  52. base64.o \
  53. blowfish.o \
  54. cpu.o \
  55. crc.o \
  56. des.o \
  57. error.o \
  58. eval.o \
  59. fifo.o \
  60. file.o \
  61. float_dsp.o \
  62. imgutils.o \
  63. intfloat_readwrite.o \
  64. inverse.o \
  65. lfg.o \
  66. lls.o \
  67. log.o \
  68. lzo.o \
  69. mathematics.o \
  70. md5.o \
  71. mem.o \
  72. dict.o \
  73. opt.o \
  74. parseutils.o \
  75. pixdesc.o \
  76. random_seed.o \
  77. rational.o \
  78. rc4.o \
  79. samplefmt.o \
  80. sha.o \
  81. time.o \
  82. tree.o \
  83. utils.o \
  84. xtea.o \
  85. TESTPROGS = adler32 \
  86. aes \
  87. avstring \
  88. base64 \
  89. blowfish \
  90. cpu \
  91. crc \
  92. des \
  93. eval \
  94. fifo \
  95. lfg \
  96. lls \
  97. md5 \
  98. opt \
  99. parseutils \
  100. sha \
  101. tree \
  102. xtea \