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.

462 lines
10KB

  1. #
  2. # libavcodec Makefile
  3. # (c) 2000-2005 Fabrice Bellard
  4. #
  5. include ../config.mak
  6. # NOTE: -I.. is needed to include config.h
  7. CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH)/libavutil -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE $(AMR_CFLAGS)
  8. OBJS= bitstream.o utils.o mem.o allcodecs.o \
  9. mpegvideo.o jrevdct.o jfdctfst.o jfdctint.o\
  10. mpegaudio.o ac3enc.o mjpeg.o resample.o resample2.o dsputil.o \
  11. motion_est.o imgconvert.o imgresample.o \
  12. mpeg12.o mpegaudiodec.o pcm.o simple_idct.o \
  13. ratecontrol.o adpcm.o eval.o error_resilience.o \
  14. fft.o mdct.o raw.o golomb.o cabac.o\
  15. dpcm.o adx.o faandct.o parser.o g726.o \
  16. vp3dsp.o h264idct.o rangecoder.o pnm.o h263.o msmpeg4.o h263dec.o \
  17. opt.o
  18. HEADERS = avcodec.h dsputil.h
  19. ifeq ($(CONFIG_AASC_DECODER),yes)
  20. OBJS+= aasc.o
  21. endif
  22. ifeq ($(CONFIG_ALAC_DECODER),yes)
  23. OBJS+= alac.o
  24. endif
  25. ifneq ($(CONFIG_ASV1_DECODER)$(CONFIG_ASV1_ENCODER)$(CONFIG_ASV2_DECODER)$(CONFIG_ASV2_ENCODER),)
  26. OBJS+= asv1.o
  27. endif
  28. ifeq ($(CONFIG_AVS_DECODER),yes)
  29. OBJS+= avs.o
  30. endif
  31. ifeq ($(CONFIG_CINEPAK_DECODER),yes)
  32. OBJS+= cinepak.o
  33. endif
  34. ifeq ($(CONFIG_COOK_DECODER),yes)
  35. OBJS+= cook.o
  36. endif
  37. ifneq ($(CONFIG_CLJR_DECODER)$(CONFIG_CLJR_ENCODER),)
  38. OBJS+= cljr.o
  39. endif
  40. ifeq ($(CONFIG_CYUV_DECODER),yes)
  41. OBJS+= cyuv.o
  42. endif
  43. ifeq ($(CONFIG_DVBSUB_DECODER),yes)
  44. OBJS+= dvbsubdec.o
  45. endif
  46. ifeq ($(CONFIG_DVBSUB_ENCODER),yes)
  47. OBJS+= dvbsub.o
  48. endif
  49. ifeq ($(CONFIG_DVDSUB_DECODER),yes)
  50. OBJS+= dvdsub.o
  51. endif
  52. ifeq ($(CONFIG_DVDSUB_ENCODER),yes)
  53. OBJS+= dvdsubenc.o
  54. endif
  55. ifneq ($(CONFIG_DVVIDEO_DECODER)$(CONFIG_DVVIDEO_ENCODER),)
  56. OBJS+= dv.o
  57. endif
  58. ifeq ($(CONFIG_EIGHTBPS_DECODER),yes)
  59. OBJS+= 8bps.o
  60. endif
  61. ifneq ($(CONFIG_FFV1_DECODER)$(CONFIG_FFV1_ENCODER),)
  62. OBJS+= ffv1.o
  63. endif
  64. ifeq ($(CONFIG_FLAC_DECODER),yes)
  65. OBJS+= flac.o
  66. endif
  67. ifeq ($(CONFIG_FLIC_DECODER),yes)
  68. OBJS+= flicvideo.o
  69. endif
  70. ifeq ($(CONFIG_FOURXM_DECODER),yes)
  71. OBJS+= 4xm.o
  72. endif
  73. ifeq ($(CONFIG_FRAPS_DECODER),yes)
  74. OBJS+= fraps.o
  75. endif
  76. ifneq ($(CONFIG_H261_DECODER)$(CONFIG_H261_ENCODER),)
  77. OBJS+= h261.o
  78. endif
  79. ifneq ($(CONFIG_H264_DECODER)$(CONFIG_SVQ3_DECODER),)
  80. OBJS+= h264.o
  81. endif
  82. ifneq ($(CONFIG_HUFFYUV_DECODER)$(CONFIG_HUFFYUV_ENCODER)$(CONFIG_FFVHUFF_DECODER)$(CONFIG_FFVHUFF_ENCODER),)
  83. OBJS+= huffyuv.o
  84. endif
  85. ifeq ($(CONFIG_IDCIN_DECODER),yes)
  86. OBJS+= idcinvideo.o
  87. endif
  88. ifeq ($(CONFIG_INDEO2_DECODER),yes)
  89. OBJS+= indeo2.o
  90. endif
  91. ifeq ($(CONFIG_INDEO3_DECODER),yes)
  92. OBJS+= indeo3.o
  93. endif
  94. ifeq ($(CONFIG_INTERPLAY_VIDEO_DECODER),yes)
  95. OBJS+= interplayvideo.o
  96. endif
  97. ifneq ($(CONFIG_MSZH_DECODER)$(CONFIG_ZLIB_DECODER)$(CONFIG_ZLIB_ENCODER),)
  98. OBJS+= lcl.o
  99. endif
  100. ifeq ($(CONFIG_LOCO_DECODER),yes)
  101. OBJS+= loco.o
  102. endif
  103. ifneq ($(CONFIG_MACE3_DECODER)$(CONFIG_MACE6_DECODER),)
  104. OBJS+= mace.o
  105. endif
  106. ifeq ($(CONFIG_MSRLE_DECODER),yes)
  107. OBJS+= msrle.o
  108. endif
  109. ifeq ($(CONFIG_MSVIDEO1_DECODER),yes)
  110. OBJS+= msvideo1.o
  111. endif
  112. ifneq ($(CONFIG_PNG_DECODER)$(CONFIG_PNG_ENCODER),)
  113. OBJS+= png.o
  114. endif
  115. ifeq ($(CONFIG_QDM2_DECODER),yes)
  116. OBJS+= qdm2.o
  117. endif
  118. ifeq ($(CONFIG_QDRAW_DECODER),yes)
  119. OBJS+= qdrw.o
  120. endif
  121. ifeq ($(CONFIG_QPEG_DECODER),yes)
  122. OBJS+= qpeg.o
  123. endif
  124. ifeq ($(CONFIG_QTRLE_DECODER),yes)
  125. OBJS+= qtrle.o
  126. endif
  127. ifeq ($(CONFIG_RA_144_DECODER),yes)
  128. OBJS+= ra144.o
  129. endif
  130. ifeq ($(CONFIG_RA_288_DECODER),yes)
  131. OBJS+= ra288.o
  132. endif
  133. ifeq ($(CONFIG_ROQ_DECODER),yes)
  134. OBJS+= roqvideo.o
  135. endif
  136. ifeq ($(CONFIG_RPZA_DECODER),yes)
  137. OBJS+= rpza.o
  138. endif
  139. ifneq ($(CONFIG_RV10_DECODER)$(CONFIG_RV20_DECODER)$(CONFIG_RV10_ENCODER)$(CONFIG_RV20_ENCODER),)
  140. OBJS+= rv10.o
  141. endif
  142. ifeq ($(CONFIG_SHORTEN_DECODER),yes)
  143. OBJS+= shorten.o
  144. endif
  145. ifeq ($(CONFIG_SMC_DECODER),yes)
  146. OBJS+= smc.o
  147. endif
  148. ifneq ($(CONFIG_SNOW_DECODER)$(CONFIG_SNOW_ENCODER),)
  149. OBJS+= snow.o
  150. endif
  151. ifneq ($(CONFIG_SONIC_DECODER)$(CONFIG_SONIC_ENCODER)$(CONFIG_SONIC_LS_ENCODER),)
  152. OBJS+= sonic.o
  153. endif
  154. ifneq ($(CONFIG_SVQ1_DECODER)$(CONFIG_SVQ1_ENCODER),)
  155. OBJS+= svq1.o
  156. endif
  157. ifeq ($(CONFIG_TRUEMOTION1_DECODER),yes)
  158. OBJS+= truemotion1.o
  159. endif
  160. ifeq ($(CONFIG_TRUEMOTION2_DECODER),yes)
  161. OBJS+= truemotion2.o
  162. endif
  163. ifeq ($(CONFIG_TRUESPEECH_DECODER),yes)
  164. OBJS+= truespeech.o
  165. endif
  166. ifeq ($(CONFIG_TTA_DECODER),yes)
  167. OBJS+= tta.o
  168. endif
  169. ifeq ($(CONFIG_TSCC_DECODER),yes)
  170. OBJS+= tscc.o
  171. endif
  172. ifeq ($(CONFIG_CSCD_DECODER),yes)
  173. OBJS+= cscd.o
  174. OBJS+= lzo.o
  175. endif
  176. ifeq ($(CONFIG_ULTI_DECODER),yes)
  177. OBJS+= ulti.o
  178. endif
  179. ifneq ($(CONFIG_VC9_DECODER)$(CONFIG_WMV3_DECODER),)
  180. OBJS+= vc9.o
  181. endif
  182. ifneq ($(CONFIG_VCR1_DECODER)$(CONFIG_VCR1_ENCODER),)
  183. OBJS+= vcr1.o
  184. endif
  185. ifneq ($(CONFIG_VMDVIDEO_DECODER)$(CONFIG_VMDAUDIO_DECODER),)
  186. OBJS+= vmdav.o
  187. endif
  188. ifeq ($(CONFIG_VORBIS_DECODER),yes)
  189. OBJS+= vorbis.o
  190. endif
  191. ifneq ($(CONFIG_VP3_DECODER)$(CONFIG_THEORA_DECODER),)
  192. OBJS+= vp3.o
  193. endif
  194. ifeq ($(CONFIG_VQA_DECODER),yes)
  195. OBJS+= vqavideo.o
  196. endif
  197. ifneq ($(CONFIG_WMAV1_DECODER)$(CONFIG_WMAV2_DECODER),)
  198. OBJS+= wmadec.o
  199. endif
  200. ifeq ($(CONFIG_WNV1_DECODER),yes)
  201. OBJS+= wnv1.o
  202. endif
  203. ifeq ($(CONFIG_WS_SND1_DECODER),yes)
  204. OBJS+= ws-snd1.o
  205. endif
  206. ifneq ($(CONFIG_XAN_WC3_DECODER)$(CONFIG_XAN_WC4_DECODER),)
  207. OBJS+= xan.o
  208. endif
  209. ifeq ($(CONFIG_XL_DECODER),yes)
  210. OBJS+= xl.o
  211. endif
  212. ifeq ($(CONFIG_BMP_DECODER),yes)
  213. OBJS+= bmp.o
  214. endif
  215. ifeq ($(CONFIG_MMVIDEO_DECODER),yes)
  216. OBJS+= mmvideo.o
  217. endif
  218. ifeq ($(CONFIG_ZMBV_DECODER),yes)
  219. OBJS+= zmbv.o
  220. endif
  221. AMROBJS=
  222. ifeq ($(AMR_NB),yes)
  223. ifeq ($(AMR_NB_FIXED),yes)
  224. AMROBJS= amr.o
  225. AMREXTRALIBS+= amr/*.o
  226. AMRLIBS=amrlibs
  227. CLEANAMR=cleanamr
  228. else
  229. AMROBJS= amr.o
  230. OBJS+= amr_float/sp_dec.o amr_float/sp_enc.o amr_float/interf_dec.o amr_float/interf_enc.o
  231. CLEANAMR=cleanamrfloat
  232. endif
  233. endif
  234. ifeq ($(HAVE_PTHREADS),yes)
  235. OBJS+= pthread.o
  236. endif
  237. ifeq ($(HAVE_W32THREADS),yes)
  238. OBJS+= w32thread.o
  239. endif
  240. ifeq ($(HAVE_OS2THREADS),yes)
  241. OBJS+= os2thread.o
  242. endif
  243. ifeq ($(HAVE_BEOSTHREADS),yes)
  244. OBJS+= beosthread.o
  245. endif
  246. ifeq ($(AMR_WB),yes)
  247. AMROBJS= amr.o
  248. OBJS+= amrwb_float/dec_acelp.o amrwb_float/dec_dtx.o amrwb_float/dec_gain.o \
  249. amrwb_float/dec_if.o amrwb_float/dec_lpc.o amrwb_float/dec_main.o \
  250. amrwb_float/dec_rom.o amrwb_float/dec_util.o amrwb_float/enc_acelp.o \
  251. amrwb_float/enc_dtx.o amrwb_float/enc_gain.o amrwb_float/enc_if.o \
  252. amrwb_float/enc_lpc.o amrwb_float/enc_main.o amrwb_float/enc_rom.o \
  253. amrwb_float/enc_util.o amrwb_float/if_rom.o
  254. endif
  255. OBJS+= $(AMROBJS)
  256. CLEANAMRWB=cleanamrwbfloat
  257. ASM_OBJS=
  258. ifeq ($(HAVE_XVMC_ACCEL),yes)
  259. OBJS+= xvmcvideo.o
  260. endif
  261. # currently using liba52 for ac3 decoding
  262. ifeq ($(CONFIG_AC3),yes)
  263. OBJS+= a52dec.o
  264. # using builtin liba52 or runtime linked liba52.so.0
  265. ifneq ($(CONFIG_A52BIN),yes)
  266. OBJS+= liba52/bit_allocate.o liba52/bitstream.o liba52/downmix.o \
  267. liba52/imdct.o liba52/parse.o liba52/crc.o liba52/resample.o
  268. endif
  269. endif
  270. EXTRALIBS += -L../libavutil -lavutil$(BUILDSUF)
  271. # currently using libdts for dts decoding
  272. ifeq ($(CONFIG_DTS),yes)
  273. OBJS+= dtsdec.o
  274. CFLAGS += $(DTS_INC)
  275. endif
  276. ifeq ($(CONFIG_FAAD),yes)
  277. OBJS+= faad.o
  278. endif
  279. ifeq ($(CONFIG_FAAC),yes)
  280. OBJS+= faac.o
  281. endif
  282. ifeq ($(CONFIG_XVID),yes)
  283. OBJS+= xvidff.o
  284. OBJS+= xvid_rc.o
  285. endif
  286. ifeq ($(CONFIG_X264),yes)
  287. OBJS+= x264.o
  288. endif
  289. ifeq ($(CONFIG_MP3LAME),yes)
  290. OBJS += mp3lameaudio.o
  291. endif
  292. ifeq ($(CONFIG_LIBOGG),yes)
  293. ifeq ($(CONFIG_LIBVORBIS),yes)
  294. OBJS += oggvorbis.o
  295. endif
  296. ifeq ($(CONFIG_LIBTHEORA), yes)
  297. OBJS += oggtheora.o
  298. endif
  299. endif
  300. ifeq ($(CONFIG_LIBGSM),yes)
  301. OBJS += libgsm.o
  302. endif
  303. # i386 mmx specific stuff
  304. ifeq ($(TARGET_MMX),yes)
  305. OBJS += i386/fdct_mmx.o i386/cputest.o \
  306. i386/dsputil_mmx.o i386/mpegvideo_mmx.o \
  307. i386/idct_mmx.o i386/motion_est_mmx.o \
  308. i386/simple_idct_mmx.o i386/fft_sse.o i386/vp3dsp_mmx.o \
  309. i386/vp3dsp_sse2.o
  310. ifeq ($(CONFIG_GPL),yes)
  311. OBJS += i386/idct_mmx_xvid.o
  312. endif
  313. ifdef TARGET_BUILTIN_VECTOR
  314. i386/fft_sse.o: CFLAGS+= -msse
  315. depend: CFLAGS+= -msse
  316. endif
  317. endif
  318. # armv4l specific stuff
  319. ifeq ($(TARGET_ARCH_ARMV4L),yes)
  320. ASM_OBJS += armv4l/jrevdct_arm.o armv4l/simple_idct_arm.o armv4l/dsputil_arm_s.o
  321. OBJS += armv4l/dsputil_arm.o armv4l/mpegvideo_arm.o
  322. ifeq ($(TARGET_IWMMXT),yes)
  323. OBJS += armv4l/dsputil_iwmmxt.o armv4l/mpegvideo_iwmmxt.o
  324. endif
  325. endif
  326. # sun mediaLib specific stuff
  327. # currently only works when libavcodec is used in mplayer
  328. ifeq ($(HAVE_MLIB),yes)
  329. OBJS += mlib/dsputil_mlib.o
  330. CFLAGS += $(MLIB_INC)
  331. endif
  332. # Intel IPP specific stuff
  333. # currently only works when libavcodec is used in mplayer
  334. ifeq ($(HAVE_IPP),yes)
  335. CFLAGS += $(IPP_INC)
  336. endif
  337. # alpha specific stuff
  338. ifeq ($(TARGET_ARCH_ALPHA),yes)
  339. OBJS += alpha/dsputil_alpha.o alpha/mpegvideo_alpha.o \
  340. alpha/simple_idct_alpha.o alpha/motion_est_alpha.o
  341. ASM_OBJS += alpha/dsputil_alpha_asm.o alpha/motion_est_mvi_asm.o
  342. CFLAGS += -fforce-addr
  343. endif
  344. ifeq ($(TARGET_ARCH_POWERPC),yes)
  345. OBJS += ppc/dsputil_ppc.o ppc/mpegvideo_ppc.o
  346. endif
  347. ifeq ($(TARGET_MMI),yes)
  348. OBJS += ps2/dsputil_mmi.o ps2/idct_mmi.o ps2/mpegvideo_mmi.o
  349. endif
  350. ifeq ($(TARGET_ALTIVEC),yes)
  351. OBJS += ppc/dsputil_altivec.o ppc/mpegvideo_altivec.o ppc/idct_altivec.o \
  352. ppc/fft_altivec.o ppc/gmc_altivec.o ppc/fdct_altivec.o \
  353. ppc/dsputil_h264_altivec.o
  354. endif
  355. ifeq ($(TARGET_ARCH_SH4),yes)
  356. OBJS+= sh4/idct_sh4.o sh4/dsputil_sh4.o sh4/dsputil_align.o
  357. endif
  358. ifeq ($(TARGET_ARCH_SPARC),yes)
  359. OBJS+=sparc/dsputil_vis.o
  360. sparc/%.o: sparc/%.c
  361. $(CC) -mcpu=ultrasparc -mtune=ultrasparc $(CFLAGS) -c -o $@ $<
  362. endif
  363. NAME=avcodec
  364. SUBDIR=libavcodec
  365. LIBAVUTIL= $(SRC_PATH)/libavutil/$(LIBPREF)avutil$(LIBSUF)
  366. ifeq ($(BUILD_SHARED),yes)
  367. LIBVERSION=$(LAVCVERSION)
  368. LIBMAJOR=$(LAVCMAJOR)
  369. endif
  370. TESTS= imgresample-test dct-test motion-test fft-test
  371. EXTRAOBJS = $(AMREXTRALIBS)
  372. include $(SRC_PATH)/common.mak
  373. $(LIB): $(AMRLIBS)
  374. amrlibs:
  375. $(MAKE) -C amr spclib fipoplib
  376. tests: apiexample cpuid_test $(TESTS)
  377. dsputil.o: dsputil.c dsputil.h
  378. clean:: $(CLEANAMR)
  379. rm -f \
  380. i386/*.o i386/*~ \
  381. armv4l/*.o armv4l/*~ \
  382. mlib/*.o mlib/*~ \
  383. alpha/*.o alpha/*~ \
  384. ppc/*.o ppc/*~ \
  385. ps2/*.o ps2/*~ \
  386. sh4/*.o sh4/*~ \
  387. sparc/*.o sparc/*~ \
  388. liba52/*.o liba52/*~ \
  389. apiexample $(TESTS)
  390. cleanamr:
  391. $(MAKE) -C amr clean
  392. cleanamrfloat:
  393. rm -f amr_float/*.o
  394. cleanamrwbfloat:
  395. $(MAKE) -C amrwb_float -f makefile.gcc clean
  396. # api example program
  397. apiexample: apiexample.c $(LIB)
  398. $(CC) $(CFLAGS) -o $@ $< $(LIB) $(LIBAVUTIL) $(EXTRALIBS) -lm
  399. # cpuid test
  400. cpuid_test: i386/cputest.c
  401. $(CC) $(CFLAGS) -D__TEST__ -o $@ $<
  402. # testing progs
  403. imgresample-test: imgresample.c
  404. $(CC) $(CFLAGS) -DTEST -o $@ $^ -lm
  405. dct-test: dct-test.o fdctref.o $(LIB)
  406. $(CC) -o $@ $^ -lm $(LIBAVUTIL)
  407. motion-test: motion_test.o $(LIB)
  408. $(CC) -o $@ $^ -lm
  409. fft-test: fft-test.o $(LIB)
  410. $(CC) -o $@ $^ $(LIBAVUTIL) -lm