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