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.

107 lines
7.2KB

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