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.

514 lines
12KB

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