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.

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