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