annotate Makefile @ 4803:35e47a6e01e2 libavcodec

Bethsoft VID demuxer and video decoder patch by Nicholas Tung, ntung ntung com
author diego
date Sat, 07 Apr 2007 20:51:58 +0000
parents d6b2ddac2c5e
children eeac11145c4e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
395
80518daaab05 added VPATH support for multiple dir compilation
glantau
parents: 356
diff changeset
1 #
80518daaab05 added VPATH support for multiple dir compilation
glantau
parents: 356
diff changeset
2 # libavcodec Makefile
2542
a27a580f292e first pass at ALAC decoder from David Hammerton; while David's original
melanson
parents: 2541
diff changeset
3 # (c) 2000-2005 Fabrice Bellard
395
80518daaab05 added VPATH support for multiple dir compilation
glantau
parents: 356
diff changeset
4 #
2
2e2c46c87460 fixed config for direct mplayer build compatibility
glantau
parents: 0
diff changeset
5 include ../config.mak
2e2c46c87460 fixed config for direct mplayer build compatibility
glantau
parents: 0
diff changeset
6
4065
93163e2a2398 Do not use a fake libavcodec/swscale.h, but always use the real one
lucabe
parents: 4054
diff changeset
7 CFLAGS+=-I$(SRC_PATH)/libswscale $(AMR_CFLAGS)
0
986e461dc072 Initial revision
glantau
parents:
diff changeset
8
3931
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
9 OBJS= bitstream.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
10 utils.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
11 allcodecs.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
12 mpegvideo.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
13 jrevdct.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
14 jfdctfst.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
15 jfdctint.o\
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
16 mjpeg.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
17 resample.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
18 resample2.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
19 dsputil.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
20 motion_est.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
21 imgconvert.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
22 mpeg12.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
23 mpegaudiodec.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
24 simple_idct.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
25 ratecontrol.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
26 eval.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
27 error_resilience.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
28 fft.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
29 mdct.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
30 raw.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
31 golomb.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
32 cabac.o\
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
33 faandct.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
34 parser.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
35 vp3dsp.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
36 h264idct.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
37 rangecoder.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
38 pnm.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
39 h263.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
40 msmpeg4.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
41 h263dec.o \
3421
b7826511f7b6 AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...)
michael
parents: 3417
diff changeset
42 opt.o \
b7826511f7b6 AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...)
michael
parents: 3417
diff changeset
43 bitstream_filter.o \
3594
10c577c37617 audio format conversion
michael
parents: 3586
diff changeset
44 audioconvert.o \
3421
b7826511f7b6 AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...)
michael
parents: 3417
diff changeset
45
2756
d8874c8749ec subtitle codec type support
bellard
parents: 2734
diff changeset
46
3652
d170a32e985c install opt.h
nicodvb
parents: 3594
diff changeset
47 HEADERS = avcodec.h opt.h
3124
00b0af60fe53 move common parts of makefiles into common.mak
mru
parents: 3120
diff changeset
48
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
49 OBJS-$(CONFIG_AASC_DECODER) += aasc.o
4643
1e175640dad3 Remove common code from AC-3 encoder and utilize ac3.c.
jbr
parents: 4599
diff changeset
50 OBJS-$(CONFIG_AC3_ENCODER) += ac3enc.o ac3.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
51 OBJS-$(CONFIG_ALAC_DECODER) += alac.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
52 OBJS-$(CONFIG_ASV1_DECODER) += asv1.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
53 OBJS-$(CONFIG_ASV1_ENCODER) += asv1.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
54 OBJS-$(CONFIG_ASV2_DECODER) += asv1.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
55 OBJS-$(CONFIG_ASV2_ENCODER) += asv1.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
56 OBJS-$(CONFIG_AVS_DECODER) += avs.o
4803
35e47a6e01e2 Bethsoft VID demuxer and video decoder
diego
parents: 4800
diff changeset
57 OBJS-$(CONFIG_BETHSOFTVID_DECODER) += bethsoftvideo.o
3443
31b62dbfa32e cosmetic: sort codec list alphabetically
mru
parents: 3441
diff changeset
58 OBJS-$(CONFIG_BMP_DECODER) += bmp.o
4477
87e943798698 BMP encoder by Michel Bardiaux, mbardiaux mediaxim be
diego
parents: 4451
diff changeset
59 OBJS-$(CONFIG_BMP_ENCODER) += bmpenc.o
4797
12279b61177b Interplay C93 demuxer and video decoder
diego
parents: 4790
diff changeset
60 OBJS-$(CONFIG_C93_DECODER) += c93.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
61 OBJS-$(CONFIG_CAVS_DECODER) += cavs.o cavsdsp.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
62 OBJS-$(CONFIG_CINEPAK_DECODER) += cinepak.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
63 OBJS-$(CONFIG_CLJR_DECODER) += cljr.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
64 OBJS-$(CONFIG_CLJR_ENCODER) += cljr.o
3443
31b62dbfa32e cosmetic: sort codec list alphabetically
mru
parents: 3441
diff changeset
65 OBJS-$(CONFIG_COOK_DECODER) += cook.o
4451
9fa2c8a7e4d8 Move lzo decompression to libavutil
reimar
parents: 4427
diff changeset
66 OBJS-$(CONFIG_CSCD_DECODER) += cscd.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
67 OBJS-$(CONFIG_CYUV_DECODER) += cyuv.o
4599
2cd245d65761 DCA decoder
kostya
parents: 4597
diff changeset
68 OBJS-$(CONFIG_DCA_DECODER) += dca.o
4687
5359a5ab01a8 dnxhd decoder
bcoudurier
parents: 4673
diff changeset
69 OBJS-$(CONFIG_DNXHD_DECODER) += dnxhddec.o
3997
8ed26e786210 support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
bcoudurier
parents: 3988
diff changeset
70 OBJS-$(CONFIG_DSICINVIDEO_DECODER) += dsicinav.o
8ed26e786210 support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
bcoudurier
parents: 3988
diff changeset
71 OBJS-$(CONFIG_DSICINAUDIO_DECODER) += dsicinav.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
72 OBJS-$(CONFIG_DVBSUB_DECODER) += dvbsubdec.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
73 OBJS-$(CONFIG_DVBSUB_ENCODER) += dvbsub.o
4091
3c00eb82db0d Rename dvdsub.c to dvdsubdec.c.
diego
parents: 4080
diff changeset
74 OBJS-$(CONFIG_DVDSUB_DECODER) += dvdsubdec.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
75 OBJS-$(CONFIG_DVDSUB_ENCODER) += dvdsubenc.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
76 OBJS-$(CONFIG_DVVIDEO_DECODER) += dv.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
77 OBJS-$(CONFIG_DVVIDEO_ENCODER) += dv.o
4671
97e3364d267a DXA demuxer and decoder
kostya
parents: 4649
diff changeset
78 OBJS-$(CONFIG_DXA_DECODER) += dxa.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
79 OBJS-$(CONFIG_EIGHTBPS_DECODER) += 8bps.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
80 OBJS-$(CONFIG_FFV1_DECODER) += ffv1.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
81 OBJS-$(CONFIG_FFV1_ENCODER) += ffv1.o
3443
31b62dbfa32e cosmetic: sort codec list alphabetically
mru
parents: 3441
diff changeset
82 OBJS-$(CONFIG_FFVHUFF_DECODER) += huffyuv.o
31b62dbfa32e cosmetic: sort codec list alphabetically
mru
parents: 3441
diff changeset
83 OBJS-$(CONFIG_FFVHUFF_ENCODER) += huffyuv.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
84 OBJS-$(CONFIG_FLAC_DECODER) += flac.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
85 OBJS-$(CONFIG_FLAC_ENCODER) += flacenc.o
4376
682b2e1ff76a remove no longer needed ifeq tests
mru
parents: 4374
diff changeset
86 OBJS-$(CONFIG_FLASHSV_DECODER) += flashsv.o
682b2e1ff76a remove no longer needed ifeq tests
mru
parents: 4374
diff changeset
87 OBJS-$(CONFIG_FLASHSV_ENCODER) += flashsvenc.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
88 OBJS-$(CONFIG_FLIC_DECODER) += flicvideo.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
89 OBJS-$(CONFIG_FOURXM_DECODER) += 4xm.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
90 OBJS-$(CONFIG_FRAPS_DECODER) += fraps.o
4080
f426c81afc9e LZW decoder as separate module plus TIFF LZW support
kostya
parents: 4065
diff changeset
91 OBJS-$(CONFIG_GIF_DECODER) += gifdec.o lzw.o
4125
f6f67a8bdd09 change gif muxer to simple gif encoder
bcoudurier
parents: 4117
diff changeset
92 OBJS-$(CONFIG_GIF_ENCODER) += gif.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
93 OBJS-$(CONFIG_H261_DECODER) += h261.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
94 OBJS-$(CONFIG_H261_ENCODER) += h261.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
95 OBJS-$(CONFIG_H264_DECODER) += h264.o
4296
4bfaef73d6ed Adding H.264 DCT.
takis
parents: 4291
diff changeset
96 OBJS-$(CONFIG_H264_ENCODER) += h264enc.o h264dsp.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
97 OBJS-$(CONFIG_HUFFYUV_DECODER) += huffyuv.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
98 OBJS-$(CONFIG_HUFFYUV_ENCODER) += huffyuv.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
99 OBJS-$(CONFIG_IDCIN_DECODER) += idcinvideo.o
4106
21aa7e801c7b IMC decoder
kostya
parents: 4091
diff changeset
100 OBJS-$(CONFIG_IMC_DECODER) += imc.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
101 OBJS-$(CONFIG_INDEO2_DECODER) += indeo2.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
102 OBJS-$(CONFIG_INDEO3_DECODER) += indeo3.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
103 OBJS-$(CONFIG_INTERPLAY_VIDEO_DECODER) += interplayvideo.o
3447
3ca7c519748b only build dpcm.o if its codecs are enabled
mru
parents: 3446
diff changeset
104 OBJS-$(CONFIG_INTERPLAY_DPCM_DECODER) += dpcm.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
105 OBJS-$(CONFIG_KMVC_DECODER) += kmvc.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
106 OBJS-$(CONFIG_LOCO_DECODER) += loco.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
107 OBJS-$(CONFIG_MACE3_DECODER) += mace.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
108 OBJS-$(CONFIG_MACE6_DECODER) += mace.o
3443
31b62dbfa32e cosmetic: sort codec list alphabetically
mru
parents: 3441
diff changeset
109 OBJS-$(CONFIG_MMVIDEO_DECODER) += mmvideo.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
110 OBJS-$(CONFIG_MP2_ENCODER) += mpegaudio.o
4328
a0cfbd6679c0 Musepack SV7 decoding support
kostya
parents: 4296
diff changeset
111 OBJS-$(CONFIG_MPC7_DECODER) += mpc.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
112 OBJS-$(CONFIG_MSRLE_DECODER) += msrle.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
113 OBJS-$(CONFIG_MSVIDEO1_DECODER) += msvideo1.o
3443
31b62dbfa32e cosmetic: sort codec list alphabetically
mru
parents: 3441
diff changeset
114 OBJS-$(CONFIG_MSZH_DECODER) += lcl.o
4451
9fa2c8a7e4d8 Move lzo decompression to libavutil
reimar
parents: 4427
diff changeset
115 OBJS-$(CONFIG_NUV_DECODER) += nuv.o rtjpeg.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
116 OBJS-$(CONFIG_PNG_DECODER) += png.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
117 OBJS-$(CONFIG_PNG_ENCODER) += png.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
118 OBJS-$(CONFIG_QDM2_DECODER) += qdm2.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
119 OBJS-$(CONFIG_QDRAW_DECODER) += qdrw.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
120 OBJS-$(CONFIG_QPEG_DECODER) += qpeg.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
121 OBJS-$(CONFIG_QTRLE_DECODER) += qtrle.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
122 OBJS-$(CONFIG_RA_144_DECODER) += ra144.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
123 OBJS-$(CONFIG_RA_288_DECODER) += ra288.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
124 OBJS-$(CONFIG_ROQ_DECODER) += roqvideo.o
3447
3ca7c519748b only build dpcm.o if its codecs are enabled
mru
parents: 3446
diff changeset
125 OBJS-$(CONFIG_ROQ_DPCM_DECODER) += dpcm.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
126 OBJS-$(CONFIG_RPZA_DECODER) += rpza.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
127 OBJS-$(CONFIG_RV10_DECODER) += rv10.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
128 OBJS-$(CONFIG_RV10_ENCODER) += rv10.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
129 OBJS-$(CONFIG_RV20_DECODER) += rv10.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
130 OBJS-$(CONFIG_RV20_ENCODER) += rv10.o
4790
2b825cb391f2 SGI image decoder ported to the new image API.
diego
parents: 4774
diff changeset
131 OBJS-$(CONFIG_SGI_DECODER) += sgidec.o
2b825cb391f2 SGI image decoder ported to the new image API.
diego
parents: 4774
diff changeset
132 OBJS-$(CONFIG_SGI_ENCODER) += sgienc.o rle.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
133 OBJS-$(CONFIG_SHORTEN_DECODER) += shorten.o
3443
31b62dbfa32e cosmetic: sort codec list alphabetically
mru
parents: 3441
diff changeset
134 OBJS-$(CONFIG_SMACKAUD_DECODER) += smacker.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
135 OBJS-$(CONFIG_SMACKER_DECODER) += smacker.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
136 OBJS-$(CONFIG_SMC_DECODER) += smc.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
137 OBJS-$(CONFIG_SNOW_DECODER) += snow.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
138 OBJS-$(CONFIG_SNOW_ENCODER) += snow.o
3447
3ca7c519748b only build dpcm.o if its codecs are enabled
mru
parents: 3446
diff changeset
139 OBJS-$(CONFIG_SOL_DPCM_DECODER) += dpcm.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
140 OBJS-$(CONFIG_SONIC_DECODER) += sonic.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
141 OBJS-$(CONFIG_SONIC_ENCODER) += sonic.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
142 OBJS-$(CONFIG_SONIC_LS_DECODER) += sonic.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
143 OBJS-$(CONFIG_SVQ1_DECODER) += svq1.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
144 OBJS-$(CONFIG_SVQ1_ENCODER) += svq1.o
3443
31b62dbfa32e cosmetic: sort codec list alphabetically
mru
parents: 3441
diff changeset
145 OBJS-$(CONFIG_SVQ3_DECODER) += h264.o
3986
54c7481b381e Targa image decoder
kostya
parents: 3942
diff changeset
146 OBJS-$(CONFIG_TARGA_DECODER) += targa.o
4767
a3667e74f44b generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl
michael
parents: 4766
diff changeset
147 OBJS-$(CONFIG_TARGA_ENCODER) += targaenc.o rle.o
4723
b62a3a46856c use generic xiph header spliting func to split theora headers
aurel
parents: 4722
diff changeset
148 OBJS-$(CONFIG_THEORA_DECODER) += vp3.o xiph.o
4110
e7e72aad32e4 cosmetics: Restore alphabetical order.
diego
parents: 4108
diff changeset
149 OBJS-$(CONFIG_TIERTEXSEQVIDEO_DECODER) += tiertexseqv.o
4080
f426c81afc9e LZW decoder as separate module plus TIFF LZW support
kostya
parents: 4065
diff changeset
150 OBJS-$(CONFIG_TIFF_DECODER) += tiff.o lzw.o
4799
812f759a7c59 TIFF-LZW encoding support by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)
michael
parents: 4797
diff changeset
151 OBJS-$(CONFIG_TIFF_ENCODER) += tiffenc.o rle.o lzwenc.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
152 OBJS-$(CONFIG_TRUEMOTION1_DECODER) += truemotion1.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
153 OBJS-$(CONFIG_TRUEMOTION2_DECODER) += truemotion2.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
154 OBJS-$(CONFIG_TRUESPEECH_DECODER) += truespeech.o
3443
31b62dbfa32e cosmetic: sort codec list alphabetically
mru
parents: 3441
diff changeset
155 OBJS-$(CONFIG_TSCC_DECODER) += tscc.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
156 OBJS-$(CONFIG_TTA_DECODER) += tta.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
157 OBJS-$(CONFIG_ULTI_DECODER) += ulti.o
3526
7dc8e4a12105 New functions in DSPContext for VC-1 decoding
kostya
parents: 3524
diff changeset
158 OBJS-$(CONFIG_VC1_DECODER) += vc1.o vc1dsp.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
159 OBJS-$(CONFIG_VCR1_DECODER) += vcr1.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
160 OBJS-$(CONFIG_VCR1_ENCODER) += vcr1.o
3443
31b62dbfa32e cosmetic: sort codec list alphabetically
mru
parents: 3441
diff changeset
161 OBJS-$(CONFIG_VMDAUDIO_DECODER) += vmdav.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
162 OBJS-$(CONFIG_VMDVIDEO_DECODER) += vmdav.o
3677
18b13b923616 VMware Video decoder (fourcc: VMnc)
kostya
parents: 3652
diff changeset
163 OBJS-$(CONFIG_VMNC_DECODER) += vmnc.o
4722
7595ead28402 extract vorbis header spliting code into a reusable function
aurel
parents: 4687
diff changeset
164 OBJS-$(CONFIG_VORBIS_DECODER) += vorbis.o vorbis_data.o xiph.o
4108
3ae94f965189 fix for disabling vorbis decoder but enabling vorbis encoder
ods15
parents: 4106
diff changeset
165 OBJS-$(CONFIG_VORBIS_ENCODER) += vorbis_enc.o vorbis.o vorbis_data.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
166 OBJS-$(CONFIG_VP3_DECODER) += vp3.o
3695
6795c9e5f983 VP5 and VP6 video decoder
aurel
parents: 3677
diff changeset
167 OBJS-$(CONFIG_VP5_DECODER) += vp5.o vp56.o vp56data.o
6795c9e5f983 VP5 and VP6 video decoder
aurel
parents: 3677
diff changeset
168 OBJS-$(CONFIG_VP6_DECODER) += vp6.o vp56.o vp56data.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
169 OBJS-$(CONFIG_VQA_DECODER) += vqavideo.o
3764
6e7dc8fa5f70 WavPack lossless audio decoder
kostya
parents: 3728
diff changeset
170 OBJS-$(CONFIG_WAVPACK_DECODER) += wavpack.o
4490
0efc832d9102 wma encoder
michael
parents: 4477
diff changeset
171 OBJS-$(CONFIG_WMAV1_DECODER) += wmadec.o wma.o
0efc832d9102 wma encoder
michael
parents: 4477
diff changeset
172 OBJS-$(CONFIG_WMAV2_DECODER) += wmadec.o wma.o
0efc832d9102 wma encoder
michael
parents: 4477
diff changeset
173 OBJS-$(CONFIG_WMAV1_ENCODER) += wmaenc.o wma.o
0efc832d9102 wma encoder
michael
parents: 4477
diff changeset
174 OBJS-$(CONFIG_WMAV2_ENCODER) += wmaenc.o wma.o
4225
fad0e092cb68 Fix compilation with VC-1 decoder disabled.
diego
parents: 4194
diff changeset
175 OBJS-$(CONFIG_WMV3_DECODER) += vc1.o vc1dsp.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
176 OBJS-$(CONFIG_WNV1_DECODER) += wnv1.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
177 OBJS-$(CONFIG_WS_SND1_DECODER) += ws-snd1.o
3447
3ca7c519748b only build dpcm.o if its codecs are enabled
mru
parents: 3446
diff changeset
178 OBJS-$(CONFIG_XAN_DPCM_DECODER) += dpcm.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
179 OBJS-$(CONFIG_XAN_WC3_DECODER) += xan.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
180 OBJS-$(CONFIG_XAN_WC4_DECODER) += xan.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
181 OBJS-$(CONFIG_XL_DECODER) += xl.o
3443
31b62dbfa32e cosmetic: sort codec list alphabetically
mru
parents: 3441
diff changeset
182 OBJS-$(CONFIG_ZLIB_DECODER) += lcl.o
31b62dbfa32e cosmetic: sort codec list alphabetically
mru
parents: 3441
diff changeset
183 OBJS-$(CONFIG_ZLIB_ENCODER) += lcl.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
184 OBJS-$(CONFIG_ZMBV_DECODER) += zmbv.o
4286
26fe3b9dc852 Now ZMBV encoder compiles
kostya
parents: 4280
diff changeset
185 OBJS-$(CONFIG_ZMBV_ENCODER) += zmbvenc.o
2949
e5a10ae14ffb BMP image decoder
mru
parents: 2948
diff changeset
186
3444
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
187 OBJS-$(CONFIG_PCM_S32LE_DECODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
188 OBJS-$(CONFIG_PCM_S32LE_ENCODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
189 OBJS-$(CONFIG_PCM_S32BE_DECODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
190 OBJS-$(CONFIG_PCM_S32BE_ENCODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
191 OBJS-$(CONFIG_PCM_U32LE_DECODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
192 OBJS-$(CONFIG_PCM_U32LE_ENCODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
193 OBJS-$(CONFIG_PCM_U32BE_DECODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
194 OBJS-$(CONFIG_PCM_U32BE_ENCODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
195 OBJS-$(CONFIG_PCM_S24LE_DECODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
196 OBJS-$(CONFIG_PCM_S24LE_ENCODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
197 OBJS-$(CONFIG_PCM_S24BE_DECODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
198 OBJS-$(CONFIG_PCM_S24BE_ENCODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
199 OBJS-$(CONFIG_PCM_U24LE_DECODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
200 OBJS-$(CONFIG_PCM_U24LE_ENCODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
201 OBJS-$(CONFIG_PCM_U24BE_DECODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
202 OBJS-$(CONFIG_PCM_U24BE_ENCODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
203 OBJS-$(CONFIG_PCM_S24DAUD_DECODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
204 OBJS-$(CONFIG_PCM_S24DAUD_ENCODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
205 OBJS-$(CONFIG_PCM_S16LE_DECODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
206 OBJS-$(CONFIG_PCM_S16LE_ENCODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
207 OBJS-$(CONFIG_PCM_S16BE_DECODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
208 OBJS-$(CONFIG_PCM_S16BE_ENCODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
209 OBJS-$(CONFIG_PCM_U16LE_DECODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
210 OBJS-$(CONFIG_PCM_U16LE_ENCODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
211 OBJS-$(CONFIG_PCM_U16BE_DECODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
212 OBJS-$(CONFIG_PCM_U16BE_ENCODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
213 OBJS-$(CONFIG_PCM_S8_DECODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
214 OBJS-$(CONFIG_PCM_S8_ENCODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
215 OBJS-$(CONFIG_PCM_U8_DECODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
216 OBJS-$(CONFIG_PCM_U8_ENCODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
217 OBJS-$(CONFIG_PCM_ALAW_DECODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
218 OBJS-$(CONFIG_PCM_ALAW_ENCODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
219 OBJS-$(CONFIG_PCM_MULAW_DECODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
220 OBJS-$(CONFIG_PCM_MULAW_ENCODER) += pcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
221
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
222 OBJS-$(CONFIG_ADPCM_4XM_DECODER) += adpcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
223 OBJS-$(CONFIG_ADPCM_4XM_ENCODER) += adpcm.o
3445
2d042ed9dd2c make the adx adpcm codec available
mru
parents: 3444
diff changeset
224 OBJS-$(CONFIG_ADPCM_ADX_DECODER) += adx.o
2d042ed9dd2c make the adx adpcm codec available
mru
parents: 3444
diff changeset
225 OBJS-$(CONFIG_ADPCM_ADX_ENCODER) += adx.o
3444
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
226 OBJS-$(CONFIG_ADPCM_CT_DECODER) += adpcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
227 OBJS-$(CONFIG_ADPCM_CT_ENCODER) += adpcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
228 OBJS-$(CONFIG_ADPCM_EA_DECODER) += adpcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
229 OBJS-$(CONFIG_ADPCM_EA_ENCODER) += adpcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
230 OBJS-$(CONFIG_ADPCM_G726_DECODER) += g726.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
231 OBJS-$(CONFIG_ADPCM_G726_ENCODER) += g726.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
232 OBJS-$(CONFIG_ADPCM_IMA_DK3_DECODER) += adpcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
233 OBJS-$(CONFIG_ADPCM_IMA_DK3_ENCODER) += adpcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
234 OBJS-$(CONFIG_ADPCM_IMA_DK4_DECODER) += adpcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
235 OBJS-$(CONFIG_ADPCM_IMA_DK4_ENCODER) += adpcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
236 OBJS-$(CONFIG_ADPCM_IMA_QT_DECODER) += adpcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
237 OBJS-$(CONFIG_ADPCM_IMA_QT_ENCODER) += adpcm.o
4495
2a51d7c4820b missing spaces
diego
parents: 4490
diff changeset
238 OBJS-$(CONFIG_ADPCM_IMA_SMJPEG_DECODER) += adpcm.o
2a51d7c4820b missing spaces
diego
parents: 4490
diff changeset
239 OBJS-$(CONFIG_ADPCM_IMA_SMJPEG_ENCODER) += adpcm.o
3444
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
240 OBJS-$(CONFIG_ADPCM_IMA_WAV_DECODER) += adpcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
241 OBJS-$(CONFIG_ADPCM_IMA_WAV_ENCODER) += adpcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
242 OBJS-$(CONFIG_ADPCM_IMA_WS_DECODER) += adpcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
243 OBJS-$(CONFIG_ADPCM_IMA_WS_ENCODER) += adpcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
244 OBJS-$(CONFIG_ADPCM_MS_DECODER) += adpcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
245 OBJS-$(CONFIG_ADPCM_MS_ENCODER) += adpcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
246 OBJS-$(CONFIG_ADPCM_SBPRO_2_DECODER) += adpcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
247 OBJS-$(CONFIG_ADPCM_SBPRO_2_ENCODER) += adpcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
248 OBJS-$(CONFIG_ADPCM_SBPRO_3_DECODER) += adpcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
249 OBJS-$(CONFIG_ADPCM_SBPRO_3_ENCODER) += adpcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
250 OBJS-$(CONFIG_ADPCM_SBPRO_4_DECODER) += adpcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
251 OBJS-$(CONFIG_ADPCM_SBPRO_4_ENCODER) += adpcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
252 OBJS-$(CONFIG_ADPCM_SWF_DECODER) += adpcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
253 OBJS-$(CONFIG_ADPCM_SWF_ENCODER) += adpcm.o
4800
d6b2ddac2c5e THP PCM decoder, used on the Nintendo GameCube.
diego
parents: 4799
diff changeset
254 OBJS-$(CONFIG_ADPCM_THP_DECODER) += adpcm.o
3444
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
255 OBJS-$(CONFIG_ADPCM_XA_DECODER) += adpcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
256 OBJS-$(CONFIG_ADPCM_XA_ENCODER) += adpcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
257 OBJS-$(CONFIG_ADPCM_YAMAHA_DECODER) += adpcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
258 OBJS-$(CONFIG_ADPCM_YAMAHA_ENCODER) += adpcm.o
d50b2d024968 enable/disable pcm and adpcm codecs
mru
parents: 3443
diff changeset
259
4338
9400cebc4c85 cosmetics: Reorder external libraries.
diego
parents: 4337
diff changeset
260 # external codec libraries
4514
790d1cb93686 Restore the possibility to link liba52 instead of dlopening.
diego
parents: 4511
diff changeset
261 OBJS-$(CONFIG_LIBA52) += a52dec.o
4338
9400cebc4c85 cosmetics: Reorder external libraries.
diego
parents: 4337
diff changeset
262 OBJS-$(CONFIG_LIBDTS) += dtsdec.o
4336
b7caa9237018 Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin
diego
parents: 4335
diff changeset
263 OBJS-$(CONFIG_LIBFAAC) += faac.o
4338
9400cebc4c85 cosmetics: Reorder external libraries.
diego
parents: 4337
diff changeset
264 OBJS-$(CONFIG_LIBFAAD) += faad.o
9400cebc4c85 cosmetics: Reorder external libraries.
diego
parents: 4337
diff changeset
265 OBJS-$(CONFIG_LIBGSM) += libgsm.o
4337
00ed47e631da variable renaming: mp3lame --> libmp3lame
diego
parents: 4336
diff changeset
266 OBJS-$(CONFIG_LIBMP3LAME) += mp3lameaudio.o
4403
432d332b7def Theora encoding via libtheora.
diego
parents: 4376
diff changeset
267 OBJS-$(CONFIG_LIBTHEORA) += libtheoraenc.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
268 OBJS-$(CONFIG_LIBVORBIS) += oggvorbis.o
4338
9400cebc4c85 cosmetics: Reorder external libraries.
diego
parents: 4337
diff changeset
269 OBJS-$(CONFIG_X264) += x264.o
9400cebc4c85 cosmetics: Reorder external libraries.
diego
parents: 4337
diff changeset
270 OBJS-$(CONFIG_XVID) += xvidff.o xvid_rc.o
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
271
3463
444bd402aebe rename AMR config variables to CONFIG_AMR*
mru
parents: 3462
diff changeset
272 OBJS-$(CONFIG_AMR) += amr.o
444bd402aebe rename AMR config variables to CONFIG_AMR*
mru
parents: 3462
diff changeset
273 OBJS-$(CONFIG_AMR_NB) += amr_float/sp_dec.o \
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
274 amr_float/sp_enc.o \
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
275 amr_float/interf_dec.o \
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
276 amr_float/interf_enc.o
3276
941c00ef6d94 Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixed does
diego
parents: 3275
diff changeset
277
3463
444bd402aebe rename AMR config variables to CONFIG_AMR*
mru
parents: 3462
diff changeset
278 ifeq ($(CONFIG_AMR_NB_FIXED),yes)
3277
cea09585a203 Fix amr_nb-fixed build.
diego
parents: 3276
diff changeset
279 EXTRAOBJS += amr/*.o
cea09585a203 Fix amr_nb-fixed build.
diego
parents: 3276
diff changeset
280 EXTRADEPS=amrlibs
1258
802614404398 AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents: 1247
diff changeset
281 endif
802614404398 AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents: 1247
diff changeset
282
3479
d57df84a8462 cosmetics
mru
parents: 3465
diff changeset
283 OBJS-$(CONFIG_AMR_WB) += amrwb_float/dec_acelp.o \
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
284 amrwb_float/dec_dtx.o \
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
285 amrwb_float/dec_gain.o \
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
286 amrwb_float/dec_if.o \
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
287 amrwb_float/dec_lpc.o \
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
288 amrwb_float/dec_main.o \
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
289 amrwb_float/dec_rom.o \
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
290 amrwb_float/dec_util.o \
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
291 amrwb_float/enc_acelp.o \
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
292 amrwb_float/enc_dtx.o \
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
293 amrwb_float/enc_gain.o \
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
294 amrwb_float/enc_if.o \
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
295 amrwb_float/enc_lpc.o \
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
296 amrwb_float/enc_main.o \
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
297 amrwb_float/enc_rom.o \
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
298 amrwb_float/enc_util.o \
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
299 amrwb_float/if_rom.o
338
1a38b3b4ea28 * using liba52
kabi
parents: 329
diff changeset
300
3455
cc4b4ea83e29 --enable/disable parsers. Warning: some combinations are broken.
mru
parents: 3447
diff changeset
301 OBJS-$(CONFIG_AAC_PARSER) += parser.o
4649
f64adef7cde8 the AC-3 parser needs ac3.o
jbr
parents: 4643
diff changeset
302 OBJS-$(CONFIG_AC3_PARSER) += parser.o ac3.o
4177
127d84a4c8e0 move all cavs-parsing to cavs.c
stefang
parents: 4160
diff changeset
303 OBJS-$(CONFIG_CAVSVIDEO_PARSER) += cavs.o parser.o
3455
cc4b4ea83e29 --enable/disable parsers. Warning: some combinations are broken.
mru
parents: 3447
diff changeset
304 OBJS-$(CONFIG_DVBSUB_PARSER) += dvbsubdec.o
4091
3c00eb82db0d Rename dvdsub.c to dvdsubdec.c.
diego
parents: 4080
diff changeset
305 OBJS-$(CONFIG_DVDSUB_PARSER) += dvdsubdec.o
3455
cc4b4ea83e29 --enable/disable parsers. Warning: some combinations are broken.
mru
parents: 3447
diff changeset
306 OBJS-$(CONFIG_H261_PARSER) += h261.o
cc4b4ea83e29 --enable/disable parsers. Warning: some combinations are broken.
mru
parents: 3447
diff changeset
307 OBJS-$(CONFIG_H263_PARSER) += h263dec.o
cc4b4ea83e29 --enable/disable parsers. Warning: some combinations are broken.
mru
parents: 3447
diff changeset
308 OBJS-$(CONFIG_H264_PARSER) += h264.o
cc4b4ea83e29 --enable/disable parsers. Warning: some combinations are broken.
mru
parents: 3447
diff changeset
309 OBJS-$(CONFIG_MJPEG_PARSER) += mjpeg.o
cc4b4ea83e29 --enable/disable parsers. Warning: some combinations are broken.
mru
parents: 3447
diff changeset
310 OBJS-$(CONFIG_MPEG4VIDEO_PARSER) += parser.o
cc4b4ea83e29 --enable/disable parsers. Warning: some combinations are broken.
mru
parents: 3447
diff changeset
311 OBJS-$(CONFIG_MPEGAUDIO_PARSER) += parser.o
cc4b4ea83e29 --enable/disable parsers. Warning: some combinations are broken.
mru
parents: 3447
diff changeset
312 OBJS-$(CONFIG_MPEGVIDEO_PARSER) += parser.o
cc4b4ea83e29 --enable/disable parsers. Warning: some combinations are broken.
mru
parents: 3447
diff changeset
313 OBJS-$(CONFIG_PNM_PARSER) += pnm.o
cc4b4ea83e29 --enable/disable parsers. Warning: some combinations are broken.
mru
parents: 3447
diff changeset
314
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
315 OBJS-$(HAVE_PTHREADS) += pthread.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
316 OBJS-$(HAVE_W32THREADS) += w32thread.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
317 OBJS-$(HAVE_OS2THREADS) += os2thread.o
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
318 OBJS-$(HAVE_BEOSTHREADS) += beosthread.o
1500
726a81d83ddd Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>)
michaelni
parents: 1498
diff changeset
319
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
320 OBJS-$(HAVE_XVMC_ACCEL) += xvmcvideo.o
2729
26bf6f4e9945 libgsm warper by (Alban Bedel: albeu, free fr)
michael
parents: 2711
diff changeset
321
3558
33d29a80bcac Enable swscale usage in ffmpeg
lucabe
parents: 3537
diff changeset
322 ifneq ($(CONFIG_SWSCALER),yes)
33d29a80bcac Enable swscale usage in ffmpeg
lucabe
parents: 3537
diff changeset
323 OBJS += imgresample.o
33d29a80bcac Enable swscale usage in ffmpeg
lucabe
parents: 3537
diff changeset
324 endif
33d29a80bcac Enable swscale usage in ffmpeg
lucabe
parents: 3537
diff changeset
325
4759
502ddfbdbaee Merge redundant comments.
diego
parents: 4756
diff changeset
326 # processor-specific code
2
2e2c46c87460 fixed config for direct mplayer build compatibility
glantau
parents: 0
diff changeset
327 ifeq ($(TARGET_MMX),yes)
3931
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
328 OBJS += i386/fdct_mmx.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
329 i386/cputest.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
330 i386/dsputil_mmx.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
331 i386/mpegvideo_mmx.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
332 i386/motion_est_mmx.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
333 i386/simple_idct_mmx.o \
3932
d13da74a26f5 Switch idct_mmx_xvid.c from GPL to LGPL as permitted by the
diego
parents: 3931
diff changeset
334 i386/idct_mmx_xvid.o \
3931
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
335 i386/fft_sse.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
336 i386/vp3dsp_mmx.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
337 i386/vp3dsp_sse2.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
338 i386/fft_3dn.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
339 i386/fft_3dn2.o \
6c9bc2ecbf79 cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents: 3925
diff changeset
340
4557
6d4ac79304da simplify i386 object handling
diego
parents: 4514
diff changeset
341 OBJS-$(CONFIG_GPL) += i386/idct_mmx.o
6d4ac79304da simplify i386 object handling
diego
parents: 4514
diff changeset
342 OBJS-$(CONFIG_CAVS_DECODER) += i386/cavsdsp_mmx.o
4590
7cb6b1272f34 Only compile snowdsp_mmx.c if the Snow decoder is enabled.
diego
parents: 4557
diff changeset
343 OBJS-$(CONFIG_SNOW_DECODER) += i386/snowdsp_mmx.o
0
986e461dc072 Initial revision
glantau
parents:
diff changeset
344 endif
986e461dc072 Initial revision
glantau
parents:
diff changeset
345
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
346 ASM_OBJS-$(TARGET_ARCH_ARMV4L) += armv4l/jrevdct_arm.o \
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
347 armv4l/simple_idct_arm.o \
3941
d909e874e099 cosmetics: Add backslashes to the last line of continued lines to make
diego
parents: 3937
diff changeset
348 armv4l/dsputil_arm_s.o \
d909e874e099 cosmetics: Add backslashes to the last line of continued lines to make
diego
parents: 3937
diff changeset
349
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
350 OBJS-$(TARGET_ARCH_ARMV4L) += armv4l/dsputil_arm.o \
3941
d909e874e099 cosmetics: Add backslashes to the last line of continued lines to make
diego
parents: 3937
diff changeset
351 armv4l/mpegvideo_arm.o \
d909e874e099 cosmetics: Add backslashes to the last line of continued lines to make
diego
parents: 3937
diff changeset
352
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
353 OBJS-$(TARGET_IWMMXT) += armv4l/dsputil_iwmmxt.o \
3941
d909e874e099 cosmetics: Add backslashes to the last line of continued lines to make
diego
parents: 3937
diff changeset
354 armv4l/mpegvideo_iwmmxt.o \
d909e874e099 cosmetics: Add backslashes to the last line of continued lines to make
diego
parents: 3937
diff changeset
355
d909e874e099 cosmetics: Add backslashes to the last line of continued lines to make
diego
parents: 3937
diff changeset
356 ASM_OBJS-$(TARGET_ARMV5TE) += armv4l/simple_idct_armv5te.o \
4340
268811f3f1ef Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te)
gpoirier
parents: 4338
diff changeset
357 armv4l/mpegvideo_armv5te.o \
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
358
4427
765df9cbb2b3 ARMv6 SIMD IDCT
mru
parents: 4404
diff changeset
359 ASM_OBJS-$(HAVE_ARMV6) += armv4l/simple_idct_armv6.o
765df9cbb2b3 ARMv6 SIMD IDCT
mru
parents: 4404
diff changeset
360
3941
d909e874e099 cosmetics: Add backslashes to the last line of continued lines to make
diego
parents: 3937
diff changeset
361 OBJS-$(TARGET_ARCH_SPARC) += sparc/dsputil_vis.o \
d909e874e099 cosmetics: Add backslashes to the last line of continued lines to make
diego
parents: 3937
diff changeset
362
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
363 sparc/dsputil_vis.o: CFLAGS += -mcpu=ultrasparc -mtune=ultrasparc
62
4bfc845cdfea arm optimizations
glantau
parents: 43
diff changeset
364
3941
d909e874e099 cosmetics: Add backslashes to the last line of continued lines to make
diego
parents: 3937
diff changeset
365 OBJS-$(HAVE_MLIB) += mlib/dsputil_mlib.o \
88
06f63b58d2a8 mlib merge
glantau
parents: 81
diff changeset
366
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
367 OBJS-$(TARGET_ARCH_ALPHA) += alpha/dsputil_alpha.o \
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
368 alpha/mpegvideo_alpha.o \
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
369 alpha/simple_idct_alpha.o \
3941
d909e874e099 cosmetics: Add backslashes to the last line of continued lines to make
diego
parents: 3937
diff changeset
370 alpha/motion_est_alpha.o \
d909e874e099 cosmetics: Add backslashes to the last line of continued lines to make
diego
parents: 3937
diff changeset
371
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
372 ASM_OBJS-$(TARGET_ARCH_ALPHA) += alpha/dsputil_alpha_asm.o \
3941
d909e874e099 cosmetics: Add backslashes to the last line of continued lines to make
diego
parents: 3937
diff changeset
373 alpha/motion_est_mvi_asm.o \
689
efcbfbd18864 ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents: 683
diff changeset
374
3941
d909e874e099 cosmetics: Add backslashes to the last line of continued lines to make
diego
parents: 3937
diff changeset
375 OBJS-$(TARGET_ARCH_POWERPC) += ppc/dsputil_ppc.o \
d909e874e099 cosmetics: Add backslashes to the last line of continued lines to make
diego
parents: 3937
diff changeset
376 ppc/mpegvideo_ppc.o \
d909e874e099 cosmetics: Add backslashes to the last line of continued lines to make
diego
parents: 3937
diff changeset
377
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
378 OBJS-$(TARGET_MMI) += ps2/dsputil_mmi.o \
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
379 ps2/idct_mmi.o \
3941
d909e874e099 cosmetics: Add backslashes to the last line of continued lines to make
diego
parents: 3937
diff changeset
380 ps2/mpegvideo_mmi.o \
d909e874e099 cosmetics: Add backslashes to the last line of continued lines to make
diego
parents: 3937
diff changeset
381
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
382 OBJS-$(TARGET_ARCH_SH4) += sh4/idct_sh4.o \
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
383 sh4/dsputil_sh4.o \
3941
d909e874e099 cosmetics: Add backslashes to the last line of continued lines to make
diego
parents: 3937
diff changeset
384 sh4/dsputil_align.o \
d909e874e099 cosmetics: Add backslashes to the last line of continued lines to make
diego
parents: 3937
diff changeset
385
3441
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
386 OBJS-$(TARGET_ALTIVEC) += ppc/dsputil_altivec.o \
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
387 ppc/mpegvideo_altivec.o \
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
388 ppc/idct_altivec.o \
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
389 ppc/fft_altivec.o \
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
390 ppc/gmc_altivec.o \
040e907f30b7 rewrite kconfig-style
mru
parents: 3440
diff changeset
391 ppc/fdct_altivec.o \
3941
d909e874e099 cosmetics: Add backslashes to the last line of continued lines to make
diego
parents: 3937
diff changeset
392 ppc/float_altivec.o \
d909e874e099 cosmetics: Add backslashes to the last line of continued lines to make
diego
parents: 3937
diff changeset
393
4227
ef1d382309e5 Conditionally compile some of the AltiVec optimizations.
diego
parents: 4225
diff changeset
394 ifeq ($(TARGET_ALTIVEC),yes)
ef1d382309e5 Conditionally compile some of the AltiVec optimizations.
diego
parents: 4225
diff changeset
395 OBJS-$(CONFIG_H264_DECODER) += ppc/h264_altivec.o
ef1d382309e5 Conditionally compile some of the AltiVec optimizations.
diego
parents: 4225
diff changeset
396 OBJS-$(CONFIG_SNOW_DECODER) += ppc/snow_altivec.o
ef1d382309e5 Conditionally compile some of the AltiVec optimizations.
diego
parents: 4225
diff changeset
397 OBJS-$(CONFIG_VC1_DECODER) += ppc/vc1dsp_altivec.o
ef1d382309e5 Conditionally compile some of the AltiVec optimizations.
diego
parents: 4225
diff changeset
398 OBJS-$(CONFIG_WMV3_DECODER) += ppc/vc1dsp_altivec.o
ef1d382309e5 Conditionally compile some of the AltiVec optimizations.
diego
parents: 4225
diff changeset
399 endif
ef1d382309e5 Conditionally compile some of the AltiVec optimizations.
diego
parents: 4225
diff changeset
400
3941
d909e874e099 cosmetics: Add backslashes to the last line of continued lines to make
diego
parents: 3937
diff changeset
401 OBJS-$(TARGET_ARCH_BFIN) += bfin/dsputil_bfin.o \
623
92e99e506920 first cut at altivec support on darwin patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
michaelni
parents: 612
diff changeset
402
4765
85298e8c55c4 bfin dsputils, basic pixel operations sads, diffs, motion compensation
diego
parents: 4759
diff changeset
403 ASM_OBJS-$(TARGET_ARCH_BFIN) += bfin/pixels_bfin.o \
85298e8c55c4 bfin dsputils, basic pixel operations sads, diffs, motion compensation
diego
parents: 4759
diff changeset
404 bfin/idct_bfin.o \
85298e8c55c4 bfin dsputils, basic pixel operations sads, diffs, motion compensation
diego
parents: 4759
diff changeset
405 bfin/fdct_bfin.o \
85298e8c55c4 bfin dsputils, basic pixel operations sads, diffs, motion compensation
diego
parents: 4759
diff changeset
406
4022
a2a174f19b34 Revert putting EXTRALIBS in common.mak, linking fails on MinGW.
diego
parents: 4015
diff changeset
407 EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
a2a174f19b34 Revert putting EXTRALIBS in common.mak, linking fails on MinGW.
diego
parents: 4015
diff changeset
408
3044
ed98beb48872 Move library name generation to configure, simplifies build system a bit more.
diego
parents: 3040
diff changeset
409 NAME=avcodec
3040
6a388c616fa3 Create symbolic links for all library sonames and clean up Makefiles.
diego
parents: 3037
diff changeset
410 LIBVERSION=$(LAVCVERSION)
6a388c616fa3 Create symbolic links for all library sonames and clean up Makefiles.
diego
parents: 3037
diff changeset
411 LIBMAJOR=$(LAVCMAJOR)
4117
c647eff78d91 Make tests compile on non-x86.
diego
parents: 4110
diff changeset
412
4756
460afa3ac889 dct-test works on non-x86 now.
diego
parents: 4723
diff changeset
413 TESTS= imgresample-test fft-test dct-test
4117
c647eff78d91 Make tests compile on non-x86.
diego
parents: 4110
diff changeset
414 ifeq ($(TARGET_ARCH_X86),yes)
4756
460afa3ac889 dct-test works on non-x86 now.
diego
parents: 4723
diff changeset
415 TESTS+= cpuid_test motion-test
4117
c647eff78d91 Make tests compile on non-x86.
diego
parents: 4110
diff changeset
416 endif
0
986e461dc072 Initial revision
glantau
parents:
diff changeset
417
4160
357dc960e3e2 allow spaces in source and build directory names
mru
parents: 4125
diff changeset
418 include ../common.mak
3124
00b0af60fe53 move common parts of makefiles into common.mak
mru
parents: 3120
diff changeset
419
1297
1db67cd7808a * 3gp patch by Joca
kabi
parents: 1293
diff changeset
420 amrlibs:
1db67cd7808a * 3gp patch by Joca
kabi
parents: 1293
diff changeset
421 $(MAKE) -C amr spclib fipoplib
1db67cd7808a * 3gp patch by Joca
kabi
parents: 1293
diff changeset
422
3923
f5faf4b1b30e Also remove cpuid_test on clean.
diego
parents: 3922
diff changeset
423 tests: apiexample $(TESTS)
0
986e461dc072 Initial revision
glantau
parents:
diff changeset
424
3289
d3371df2542b Unconditionally clean AMR subdirs.
diego
parents: 3277
diff changeset
425 clean::
3124
00b0af60fe53 move common parts of makefiles into common.mak
mru
parents: 3120
diff changeset
426 rm -f \
3050
61e47d203191 Make clean/distclean consistent throughout all the Makefiles.
diego
parents: 3048
diff changeset
427 i386/*.o i386/*~ \
62
4bfc845cdfea arm optimizations
glantau
parents: 43
diff changeset
428 armv4l/*.o armv4l/*~ \
88
06f63b58d2a8 mlib merge
glantau
parents: 81
diff changeset
429 mlib/*.o mlib/*~ \
214
73df666cacc7 Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
nickols_k
parents: 174
diff changeset
430 alpha/*.o alpha/*~ \
623
92e99e506920 first cut at altivec support on darwin patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
michaelni
parents: 612
diff changeset
431 ppc/*.o ppc/*~ \
689
efcbfbd18864 ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents: 683
diff changeset
432 ps2/*.o ps2/*~ \
1259
e8c3884f2c7e sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>)
michaelni
parents: 1258
diff changeset
433 sh4/*.o sh4/*~ \
1965
f74f306c30b5 vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>)
michael
parents: 1960
diff changeset
434 sparc/*.o sparc/*~ \
3289
d3371df2542b Unconditionally clean AMR subdirs.
diego
parents: 3277
diff changeset
435 amr_float/*.o \
338
1a38b3b4ea28 * using liba52
kabi
parents: 329
diff changeset
436 apiexample $(TESTS)
3290
97cc530ab3d3 Ignore errors from recursive AMR cleans.
diego
parents: 3289
diff changeset
437 -$(MAKE) -C amr clean
97cc530ab3d3 Ignore errors from recursive AMR cleans.
diego
parents: 3289
diff changeset
438 -$(MAKE) -C amrwb_float -f makefile.gcc clean
1486
f22010affdce AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)
michaelni
parents: 1472
diff changeset
439
3937
0b4d29db857a Simplify test program build.
diego
parents: 3935
diff changeset
440 apiexample: apiexample.o $(LIB)
0
986e461dc072 Initial revision
glantau
parents:
diff changeset
441
43
ab64a3fc62bf Portability and testing issues
nickols_k
parents: 32
diff changeset
442 cpuid_test: i386/cputest.c
ab64a3fc62bf Portability and testing issues
nickols_k
parents: 32
diff changeset
443 $(CC) $(CFLAGS) -D__TEST__ -o $@ $<
ab64a3fc62bf Portability and testing issues
nickols_k
parents: 32
diff changeset
444
3934
f2f03d25e58c imgresample-test depends on $(LIB).
diego
parents: 3933
diff changeset
445 imgresample-test: imgresample.c $(LIB)
3935
663ff849562b Fix imgresample-test compilation.
diego
parents: 3934
diff changeset
446 $(CC) $(CFLAGS) -DTEST -o $@ $^ $(EXTRALIBS)
0
986e461dc072 Initial revision
glantau
parents:
diff changeset
447
979
979f3cbd08a2 tests link all libavcodec
bellard
parents: 975
diff changeset
448 dct-test: dct-test.o fdctref.o $(LIB)
3
1bdbd869c1f0 added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: don't forget to put CONFIG_DECODERS in mplayer)
glantau
parents: 2
diff changeset
449
74
d7603c46c52f suppressed nasm stuff
glantau
parents: 62
diff changeset
450 motion-test: motion_test.o $(LIB)
d7603c46c52f suppressed nasm stuff
glantau
parents: 62
diff changeset
451
973
e2c119417470 enabled SSE fft (first code using GCC 3.2 vector builtins on x86 - please tell me if you have better ideas for intrinsic naming or Makefile support)
bellard
parents: 866
diff changeset
452 fft-test: fft-test.o $(LIB)
3921
3edc402d7b62 Mark all phony targets as such.
diego
parents: 3914
diff changeset
453
3edc402d7b62 Mark all phony targets as such.
diego
parents: 3914
diff changeset
454 .PHONY: amrlibs tests