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.

211 lines
14KB

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