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.

209 lines
13KB

  1. include $(SUBDIR)../config.mak
  2. NAME = avutil
  3. HEADERS = adler32.h \
  4. aes.h \
  5. aes_ctr.h \
  6. attributes.h \
  7. audio_fifo.h \
  8. avassert.h \
  9. avstring.h \
  10. avutil.h \
  11. base64.h \
  12. blowfish.h \
  13. bprint.h \
  14. bswap.h \
  15. buffer.h \
  16. cast5.h \
  17. camellia.h \
  18. channel_layout.h \
  19. common.h \
  20. cpu.h \
  21. crc.h \
  22. des.h \
  23. display.h \
  24. downmix_info.h \
  25. error.h \
  26. eval.h \
  27. fifo.h \
  28. file.h \
  29. frame.h \
  30. hash.h \
  31. hmac.h \
  32. imgutils.h \
  33. intfloat.h \
  34. intreadwrite.h \
  35. lfg.h \
  36. log.h \
  37. macros.h \
  38. mathematics.h \
  39. md5.h \
  40. mem.h \
  41. motion_vector.h \
  42. murmur3.h \
  43. dict.h \
  44. opt.h \
  45. parseutils.h \
  46. pixdesc.h \
  47. pixelutils.h \
  48. pixfmt.h \
  49. random_seed.h \
  50. rc4.h \
  51. replaygain.h \
  52. rational.h \
  53. ripemd.h \
  54. samplefmt.h \
  55. sha.h \
  56. sha512.h \
  57. stereo3d.h \
  58. threadmessage.h \
  59. time.h \
  60. timecode.h \
  61. timestamp.h \
  62. tree.h \
  63. twofish.h \
  64. version.h \
  65. xtea.h \
  66. tea.h \
  67. HEADERS-$(CONFIG_LZO) += lzo.h
  68. HEADERS-$(CONFIG_OPENCL) += opencl.h
  69. ARCH_HEADERS = bswap.h \
  70. intmath.h \
  71. intreadwrite.h \
  72. timer.h \
  73. BUILT_HEADERS = avconfig.h \
  74. ffversion.h
  75. OBJS = adler32.o \
  76. aes.o \
  77. aes_ctr.o \
  78. audio_fifo.o \
  79. avstring.o \
  80. base64.o \
  81. blowfish.o \
  82. bprint.o \
  83. buffer.o \
  84. cast5.o \
  85. camellia.o \
  86. channel_layout.o \
  87. color_utils.o \
  88. cpu.o \
  89. crc.o \
  90. des.o \
  91. display.o \
  92. downmix_info.o \
  93. error.o \
  94. eval.o \
  95. fifo.o \
  96. file.o \
  97. file_open.o \
  98. float_dsp.o \
  99. fixed_dsp.o \
  100. frame.o \
  101. hash.o \
  102. hmac.o \
  103. imgutils.o \
  104. integer.o \
  105. intmath.o \
  106. lfg.o \
  107. lls.o \
  108. log.o \
  109. log2_tab.o \
  110. mathematics.o \
  111. md5.o \
  112. mem.o \
  113. murmur3.o \
  114. dict.o \
  115. opt.o \
  116. parseutils.o \
  117. pixdesc.o \
  118. pixelutils.o \
  119. random_seed.o \
  120. rational.o \
  121. reverse.o \
  122. rc4.o \
  123. ripemd.o \
  124. samplefmt.o \
  125. sha.o \
  126. sha512.o \
  127. stereo3d.o \
  128. threadmessage.o \
  129. time.o \
  130. timecode.o \
  131. tree.o \
  132. twofish.o \
  133. utils.o \
  134. xga_font_data.o \
  135. xtea.o \
  136. tea.o \
  137. OBJS-$(!HAVE_ATOMICS_NATIVE) += atomic.o \
  138. OBJS-$(CONFIG_LZO) += lzo.o
  139. OBJS-$(CONFIG_OPENCL) += opencl.o opencl_internal.o
  140. OBJS += $(COMPAT_OBJS:%=../compat/%)
  141. # Windows resource file
  142. SLIBOBJS-$(HAVE_GNU_WINDRES) += avutilres.o
  143. SKIPHEADERS-$(HAVE_ATOMICS_GCC) += atomic_gcc.h
  144. SKIPHEADERS-$(HAVE_ATOMICS_SUNCC) += atomic_suncc.h
  145. SKIPHEADERS-$(HAVE_ATOMICS_WIN32) += atomic_win32.h
  146. SKIPHEADERS-$(CONFIG_OPENCL) += opencl.h
  147. TESTPROGS = adler32 \
  148. aes \
  149. atomic \
  150. avstring \
  151. base64 \
  152. blowfish \
  153. bprint \
  154. cast5 \
  155. camellia \
  156. cpu \
  157. crc \
  158. des \
  159. dict \
  160. error \
  161. eval \
  162. file \
  163. fifo \
  164. float_dsp \
  165. hmac \
  166. lfg \
  167. lls \
  168. log \
  169. md5 \
  170. murmur3 \
  171. opt \
  172. pca \
  173. parseutils \
  174. pixdesc \
  175. pixelutils \
  176. random_seed \
  177. rational \
  178. ripemd \
  179. sha \
  180. sha512 \
  181. softfloat \
  182. tree \
  183. twofish \
  184. utf8 \
  185. xtea \
  186. tea \
  187. TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
  188. TOOLS = crypto_bench ffhash ffeval ffescape
  189. tools/crypto_bench$(EXESUF): ELIBS += $(if $(VERSUS),$(subst +, -l,+$(VERSUS)),)
  190. tools/crypto_bench$(EXESUF): CFLAGS += -DUSE_EXT_LIBS=0$(if $(VERSUS),$(subst +,+USE_,+$(VERSUS)),)
  191. $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2