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