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.

93 lines
5.8KB

  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. bprint.h \
  13. bswap.h \
  14. common.h \
  15. cpu.h \
  16. crc.h \
  17. error.h \
  18. eval.h \
  19. fifo.h \
  20. file.h \
  21. imgutils.h \
  22. intfloat.h \
  23. intfloat_readwrite.h \
  24. intreadwrite.h \
  25. lfg.h \
  26. log.h \
  27. lzo.h \
  28. mathematics.h \
  29. md5.h \
  30. mem.h \
  31. dict.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. timecode.h \
  41. timestamp.h \
  42. BUILT_HEADERS = avconfig.h
  43. OBJS = adler32.o \
  44. aes.o \
  45. audio_fifo.o \
  46. audioconvert.o \
  47. avstring.o \
  48. base64.o \
  49. bprint.o \
  50. cpu.o \
  51. crc.o \
  52. des.o \
  53. error.o \
  54. eval.o \
  55. fifo.o \
  56. file.o \
  57. imgutils.o \
  58. intfloat_readwrite.o \
  59. inverse.o \
  60. lfg.o \
  61. lls.o \
  62. log.o \
  63. lzo.o \
  64. mathematics.o \
  65. md5.o \
  66. mem.o \
  67. dict.o \
  68. opt.o \
  69. parseutils.o \
  70. pixdesc.o \
  71. random_seed.o \
  72. rational.o \
  73. rc4.o \
  74. samplefmt.o \
  75. sha.o \
  76. timecode.o \
  77. tree.o \
  78. utils.o \
  79. TESTPROGS = adler32 aes avstring base64 bprint cpu crc des eval file fifo \
  80. lfg lls md5 opt pca parseutils random_seed rational sha tree
  81. TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
  82. TOOLS = ffeval
  83. ARCH_HEADERS = bswap.h intmath.h intreadwrite.h timer.h
  84. $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2