Mercurial > libavcodec.hg
annotate Makefile @ 4909:dee77a884d37 libavcodec
parser.c is compiled unconditionally, there is no need to compile it
conditional to CONFIG_AC3_PARSER.
author | diego |
---|---|
date | Sat, 05 May 2007 12:24:51 +0000 |
parents | 134b728f4aac |
children | 5fc99f2a111b |
rev | line source |
---|---|
395 | 1 # |
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 | 4 # |
2 | 5 include ../config.mak |
6 | |
4843
0e11f292482f
Replace hackish support for amr-nb and amr-wb. Instead of including the source
diego
parents:
4838
diff
changeset
|
7 CFLAGS+=-I$(SRC_PATH)/libswscale |
0 | 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 | 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 | 46 |
3652 | 47 HEADERS = avcodec.h opt.h |
3124 | 48 |
3441 | 49 OBJS-$(CONFIG_AASC_DECODER) += aasc.o |
4879 | 50 OBJS-$(CONFIG_AC3_ENCODER) += ac3enc.o ac3tab.o ac3.o |
3441 | 51 OBJS-$(CONFIG_ALAC_DECODER) += alac.o |
52 OBJS-$(CONFIG_ASV1_DECODER) += asv1.o | |
53 OBJS-$(CONFIG_ASV1_ENCODER) += asv1.o | |
54 OBJS-$(CONFIG_ASV2_DECODER) += asv1.o | |
55 OBJS-$(CONFIG_ASV2_ENCODER) += asv1.o | |
4856 | 56 OBJS-$(CONFIG_ATRAC3_DECODER) += atrac3.o |
3441 | 57 OBJS-$(CONFIG_AVS_DECODER) += avs.o |
4803 | 58 OBJS-$(CONFIG_BETHSOFTVID_DECODER) += bethsoftvideo.o |
3443 | 59 OBJS-$(CONFIG_BMP_DECODER) += bmp.o |
4477
87e943798698
BMP encoder by Michel Bardiaux, mbardiaux mediaxim be
diego
parents:
4451
diff
changeset
|
60 OBJS-$(CONFIG_BMP_ENCODER) += bmpenc.o |
4797 | 61 OBJS-$(CONFIG_C93_DECODER) += c93.o |
3441 | 62 OBJS-$(CONFIG_CAVS_DECODER) += cavs.o cavsdsp.o |
63 OBJS-$(CONFIG_CINEPAK_DECODER) += cinepak.o | |
64 OBJS-$(CONFIG_CLJR_DECODER) += cljr.o | |
65 OBJS-$(CONFIG_CLJR_ENCODER) += cljr.o | |
3443 | 66 OBJS-$(CONFIG_COOK_DECODER) += cook.o |
4451 | 67 OBJS-$(CONFIG_CSCD_DECODER) += cscd.o |
3441 | 68 OBJS-$(CONFIG_CYUV_DECODER) += cyuv.o |
4599 | 69 OBJS-$(CONFIG_DCA_DECODER) += dca.o |
4687 | 70 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
|
71 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
|
72 OBJS-$(CONFIG_DSICINAUDIO_DECODER) += dsicinav.o |
3441 | 73 OBJS-$(CONFIG_DVBSUB_DECODER) += dvbsubdec.o |
74 OBJS-$(CONFIG_DVBSUB_ENCODER) += dvbsub.o | |
4091 | 75 OBJS-$(CONFIG_DVDSUB_DECODER) += dvdsubdec.o |
3441 | 76 OBJS-$(CONFIG_DVDSUB_ENCODER) += dvdsubenc.o |
77 OBJS-$(CONFIG_DVVIDEO_DECODER) += dv.o | |
78 OBJS-$(CONFIG_DVVIDEO_ENCODER) += dv.o | |
4671 | 79 OBJS-$(CONFIG_DXA_DECODER) += dxa.o |
3441 | 80 OBJS-$(CONFIG_EIGHTBPS_DECODER) += 8bps.o |
81 OBJS-$(CONFIG_FFV1_DECODER) += ffv1.o | |
82 OBJS-$(CONFIG_FFV1_ENCODER) += ffv1.o | |
3443 | 83 OBJS-$(CONFIG_FFVHUFF_DECODER) += huffyuv.o |
84 OBJS-$(CONFIG_FFVHUFF_ENCODER) += huffyuv.o | |
3441 | 85 OBJS-$(CONFIG_FLAC_DECODER) += flac.o |
86 OBJS-$(CONFIG_FLAC_ENCODER) += flacenc.o | |
4376 | 87 OBJS-$(CONFIG_FLASHSV_DECODER) += flashsv.o |
88 OBJS-$(CONFIG_FLASHSV_ENCODER) += flashsvenc.o | |
3441 | 89 OBJS-$(CONFIG_FLIC_DECODER) += flicvideo.o |
90 OBJS-$(CONFIG_FOURXM_DECODER) += 4xm.o | |
91 OBJS-$(CONFIG_FRAPS_DECODER) += fraps.o | |
4080
f426c81afc9e
LZW decoder as separate module plus TIFF LZW support
kostya
parents:
4065
diff
changeset
|
92 OBJS-$(CONFIG_GIF_DECODER) += gifdec.o lzw.o |
4125 | 93 OBJS-$(CONFIG_GIF_ENCODER) += gif.o |
3441 | 94 OBJS-$(CONFIG_H261_DECODER) += h261.o |
95 OBJS-$(CONFIG_H261_ENCODER) += h261.o | |
96 OBJS-$(CONFIG_H264_DECODER) += h264.o | |
4296 | 97 OBJS-$(CONFIG_H264_ENCODER) += h264enc.o h264dsp.o |
3441 | 98 OBJS-$(CONFIG_HUFFYUV_DECODER) += huffyuv.o |
99 OBJS-$(CONFIG_HUFFYUV_ENCODER) += huffyuv.o | |
100 OBJS-$(CONFIG_IDCIN_DECODER) += idcinvideo.o | |
4106 | 101 OBJS-$(CONFIG_IMC_DECODER) += imc.o |
3441 | 102 OBJS-$(CONFIG_INDEO2_DECODER) += indeo2.o |
103 OBJS-$(CONFIG_INDEO3_DECODER) += indeo3.o | |
104 OBJS-$(CONFIG_INTERPLAY_VIDEO_DECODER) += interplayvideo.o | |
3447 | 105 OBJS-$(CONFIG_INTERPLAY_DPCM_DECODER) += dpcm.o |
3441 | 106 OBJS-$(CONFIG_KMVC_DECODER) += kmvc.o |
107 OBJS-$(CONFIG_LOCO_DECODER) += loco.o | |
108 OBJS-$(CONFIG_MACE3_DECODER) += mace.o | |
109 OBJS-$(CONFIG_MACE6_DECODER) += mace.o | |
3443 | 110 OBJS-$(CONFIG_MMVIDEO_DECODER) += mmvideo.o |
3441 | 111 OBJS-$(CONFIG_MP2_ENCODER) += mpegaudio.o |
4328 | 112 OBJS-$(CONFIG_MPC7_DECODER) += mpc.o |
3441 | 113 OBJS-$(CONFIG_MSRLE_DECODER) += msrle.o |
114 OBJS-$(CONFIG_MSVIDEO1_DECODER) += msvideo1.o | |
3443 | 115 OBJS-$(CONFIG_MSZH_DECODER) += lcl.o |
4451 | 116 OBJS-$(CONFIG_NUV_DECODER) += nuv.o rtjpeg.o |
3441 | 117 OBJS-$(CONFIG_PNG_DECODER) += png.o |
118 OBJS-$(CONFIG_PNG_ENCODER) += png.o | |
4884 | 119 OBJS-$(CONFIG_PTX_DECODER) += ptx.o |
3441 | 120 OBJS-$(CONFIG_QDM2_DECODER) += qdm2.o |
121 OBJS-$(CONFIG_QDRAW_DECODER) += qdrw.o | |
122 OBJS-$(CONFIG_QPEG_DECODER) += qpeg.o | |
123 OBJS-$(CONFIG_QTRLE_DECODER) += qtrle.o | |
124 OBJS-$(CONFIG_RA_144_DECODER) += ra144.o | |
125 OBJS-$(CONFIG_RA_288_DECODER) += ra288.o | |
126 OBJS-$(CONFIG_ROQ_DECODER) += roqvideo.o | |
3447 | 127 OBJS-$(CONFIG_ROQ_DPCM_DECODER) += dpcm.o |
3441 | 128 OBJS-$(CONFIG_RPZA_DECODER) += rpza.o |
129 OBJS-$(CONFIG_RV10_DECODER) += rv10.o | |
130 OBJS-$(CONFIG_RV10_ENCODER) += rv10.o | |
131 OBJS-$(CONFIG_RV20_DECODER) += rv10.o | |
132 OBJS-$(CONFIG_RV20_ENCODER) += rv10.o | |
4790 | 133 OBJS-$(CONFIG_SGI_DECODER) += sgidec.o |
134 OBJS-$(CONFIG_SGI_ENCODER) += sgienc.o rle.o | |
3441 | 135 OBJS-$(CONFIG_SHORTEN_DECODER) += shorten.o |
3443 | 136 OBJS-$(CONFIG_SMACKAUD_DECODER) += smacker.o |
3441 | 137 OBJS-$(CONFIG_SMACKER_DECODER) += smacker.o |
138 OBJS-$(CONFIG_SMC_DECODER) += smc.o | |
139 OBJS-$(CONFIG_SNOW_DECODER) += snow.o | |
140 OBJS-$(CONFIG_SNOW_ENCODER) += snow.o | |
3447 | 141 OBJS-$(CONFIG_SOL_DPCM_DECODER) += dpcm.o |
3441 | 142 OBJS-$(CONFIG_SONIC_DECODER) += sonic.o |
143 OBJS-$(CONFIG_SONIC_ENCODER) += sonic.o | |
144 OBJS-$(CONFIG_SONIC_LS_DECODER) += sonic.o | |
145 OBJS-$(CONFIG_SVQ1_DECODER) += svq1.o | |
146 OBJS-$(CONFIG_SVQ1_ENCODER) += svq1.o | |
3443 | 147 OBJS-$(CONFIG_SVQ3_DECODER) += h264.o |
3986 | 148 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
|
149 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
|
150 OBJS-$(CONFIG_THEORA_DECODER) += vp3.o xiph.o |
4110 | 151 OBJS-$(CONFIG_TIERTEXSEQVIDEO_DECODER) += tiertexseqv.o |
4080
f426c81afc9e
LZW decoder as separate module plus TIFF LZW support
kostya
parents:
4065
diff
changeset
|
152 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
|
153 OBJS-$(CONFIG_TIFF_ENCODER) += tiffenc.o rle.o lzwenc.o |
3441 | 154 OBJS-$(CONFIG_TRUEMOTION1_DECODER) += truemotion1.o |
155 OBJS-$(CONFIG_TRUEMOTION2_DECODER) += truemotion2.o | |
156 OBJS-$(CONFIG_TRUESPEECH_DECODER) += truespeech.o | |
3443 | 157 OBJS-$(CONFIG_TSCC_DECODER) += tscc.o |
3441 | 158 OBJS-$(CONFIG_TTA_DECODER) += tta.o |
159 OBJS-$(CONFIG_ULTI_DECODER) += ulti.o | |
3526 | 160 OBJS-$(CONFIG_VC1_DECODER) += vc1.o vc1dsp.o |
3441 | 161 OBJS-$(CONFIG_VCR1_DECODER) += vcr1.o |
162 OBJS-$(CONFIG_VCR1_ENCODER) += vcr1.o | |
3443 | 163 OBJS-$(CONFIG_VMDAUDIO_DECODER) += vmdav.o |
3441 | 164 OBJS-$(CONFIG_VMDVIDEO_DECODER) += vmdav.o |
3677 | 165 OBJS-$(CONFIG_VMNC_DECODER) += vmnc.o |
4722
7595ead28402
extract vorbis header spliting code into a reusable function
aurel
parents:
4687
diff
changeset
|
166 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
|
167 OBJS-$(CONFIG_VORBIS_ENCODER) += vorbis_enc.o vorbis.o vorbis_data.o |
3441 | 168 OBJS-$(CONFIG_VP3_DECODER) += vp3.o |
3695 | 169 OBJS-$(CONFIG_VP5_DECODER) += vp5.o vp56.o vp56data.o |
170 OBJS-$(CONFIG_VP6_DECODER) += vp6.o vp56.o vp56data.o | |
3441 | 171 OBJS-$(CONFIG_VQA_DECODER) += vqavideo.o |
3764 | 172 OBJS-$(CONFIG_WAVPACK_DECODER) += wavpack.o |
4490 | 173 OBJS-$(CONFIG_WMAV1_DECODER) += wmadec.o wma.o |
174 OBJS-$(CONFIG_WMAV2_DECODER) += wmadec.o wma.o | |
175 OBJS-$(CONFIG_WMAV1_ENCODER) += wmaenc.o wma.o | |
176 OBJS-$(CONFIG_WMAV2_ENCODER) += wmaenc.o wma.o | |
4225 | 177 OBJS-$(CONFIG_WMV3_DECODER) += vc1.o vc1dsp.o |
3441 | 178 OBJS-$(CONFIG_WNV1_DECODER) += wnv1.o |
179 OBJS-$(CONFIG_WS_SND1_DECODER) += ws-snd1.o | |
3447 | 180 OBJS-$(CONFIG_XAN_DPCM_DECODER) += dpcm.o |
3441 | 181 OBJS-$(CONFIG_XAN_WC3_DECODER) += xan.o |
182 OBJS-$(CONFIG_XAN_WC4_DECODER) += xan.o | |
183 OBJS-$(CONFIG_XL_DECODER) += xl.o | |
3443 | 184 OBJS-$(CONFIG_ZLIB_DECODER) += lcl.o |
185 OBJS-$(CONFIG_ZLIB_ENCODER) += lcl.o | |
3441 | 186 OBJS-$(CONFIG_ZMBV_DECODER) += zmbv.o |
4286 | 187 OBJS-$(CONFIG_ZMBV_ENCODER) += zmbvenc.o |
2949 | 188 |
3444 | 189 OBJS-$(CONFIG_PCM_S32LE_DECODER) += pcm.o |
190 OBJS-$(CONFIG_PCM_S32LE_ENCODER) += pcm.o | |
191 OBJS-$(CONFIG_PCM_S32BE_DECODER) += pcm.o | |
192 OBJS-$(CONFIG_PCM_S32BE_ENCODER) += pcm.o | |
193 OBJS-$(CONFIG_PCM_U32LE_DECODER) += pcm.o | |
194 OBJS-$(CONFIG_PCM_U32LE_ENCODER) += pcm.o | |
195 OBJS-$(CONFIG_PCM_U32BE_DECODER) += pcm.o | |
196 OBJS-$(CONFIG_PCM_U32BE_ENCODER) += pcm.o | |
197 OBJS-$(CONFIG_PCM_S24LE_DECODER) += pcm.o | |
198 OBJS-$(CONFIG_PCM_S24LE_ENCODER) += pcm.o | |
199 OBJS-$(CONFIG_PCM_S24BE_DECODER) += pcm.o | |
200 OBJS-$(CONFIG_PCM_S24BE_ENCODER) += pcm.o | |
201 OBJS-$(CONFIG_PCM_U24LE_DECODER) += pcm.o | |
202 OBJS-$(CONFIG_PCM_U24LE_ENCODER) += pcm.o | |
203 OBJS-$(CONFIG_PCM_U24BE_DECODER) += pcm.o | |
204 OBJS-$(CONFIG_PCM_U24BE_ENCODER) += pcm.o | |
205 OBJS-$(CONFIG_PCM_S24DAUD_DECODER) += pcm.o | |
206 OBJS-$(CONFIG_PCM_S24DAUD_ENCODER) += pcm.o | |
207 OBJS-$(CONFIG_PCM_S16LE_DECODER) += pcm.o | |
208 OBJS-$(CONFIG_PCM_S16LE_ENCODER) += pcm.o | |
209 OBJS-$(CONFIG_PCM_S16BE_DECODER) += pcm.o | |
210 OBJS-$(CONFIG_PCM_S16BE_ENCODER) += pcm.o | |
211 OBJS-$(CONFIG_PCM_U16LE_DECODER) += pcm.o | |
212 OBJS-$(CONFIG_PCM_U16LE_ENCODER) += pcm.o | |
213 OBJS-$(CONFIG_PCM_U16BE_DECODER) += pcm.o | |
214 OBJS-$(CONFIG_PCM_U16BE_ENCODER) += pcm.o | |
215 OBJS-$(CONFIG_PCM_S8_DECODER) += pcm.o | |
216 OBJS-$(CONFIG_PCM_S8_ENCODER) += pcm.o | |
217 OBJS-$(CONFIG_PCM_U8_DECODER) += pcm.o | |
218 OBJS-$(CONFIG_PCM_U8_ENCODER) += pcm.o | |
219 OBJS-$(CONFIG_PCM_ALAW_DECODER) += pcm.o | |
220 OBJS-$(CONFIG_PCM_ALAW_ENCODER) += pcm.o | |
221 OBJS-$(CONFIG_PCM_MULAW_DECODER) += pcm.o | |
222 OBJS-$(CONFIG_PCM_MULAW_ENCODER) += pcm.o | |
223 | |
224 OBJS-$(CONFIG_ADPCM_4XM_DECODER) += adpcm.o | |
225 OBJS-$(CONFIG_ADPCM_4XM_ENCODER) += adpcm.o | |
3445 | 226 OBJS-$(CONFIG_ADPCM_ADX_DECODER) += adx.o |
227 OBJS-$(CONFIG_ADPCM_ADX_ENCODER) += adx.o | |
3444 | 228 OBJS-$(CONFIG_ADPCM_CT_DECODER) += adpcm.o |
229 OBJS-$(CONFIG_ADPCM_CT_ENCODER) += adpcm.o | |
230 OBJS-$(CONFIG_ADPCM_EA_DECODER) += adpcm.o | |
231 OBJS-$(CONFIG_ADPCM_EA_ENCODER) += adpcm.o | |
232 OBJS-$(CONFIG_ADPCM_G726_DECODER) += g726.o | |
233 OBJS-$(CONFIG_ADPCM_G726_ENCODER) += g726.o | |
234 OBJS-$(CONFIG_ADPCM_IMA_DK3_DECODER) += adpcm.o | |
235 OBJS-$(CONFIG_ADPCM_IMA_DK3_ENCODER) += adpcm.o | |
236 OBJS-$(CONFIG_ADPCM_IMA_DK4_DECODER) += adpcm.o | |
237 OBJS-$(CONFIG_ADPCM_IMA_DK4_ENCODER) += adpcm.o | |
238 OBJS-$(CONFIG_ADPCM_IMA_QT_DECODER) += adpcm.o | |
239 OBJS-$(CONFIG_ADPCM_IMA_QT_ENCODER) += adpcm.o | |
4495 | 240 OBJS-$(CONFIG_ADPCM_IMA_SMJPEG_DECODER) += adpcm.o |
241 OBJS-$(CONFIG_ADPCM_IMA_SMJPEG_ENCODER) += adpcm.o | |
3444 | 242 OBJS-$(CONFIG_ADPCM_IMA_WAV_DECODER) += adpcm.o |
243 OBJS-$(CONFIG_ADPCM_IMA_WAV_ENCODER) += adpcm.o | |
244 OBJS-$(CONFIG_ADPCM_IMA_WS_DECODER) += adpcm.o | |
245 OBJS-$(CONFIG_ADPCM_IMA_WS_ENCODER) += adpcm.o | |
246 OBJS-$(CONFIG_ADPCM_MS_DECODER) += adpcm.o | |
247 OBJS-$(CONFIG_ADPCM_MS_ENCODER) += adpcm.o | |
248 OBJS-$(CONFIG_ADPCM_SBPRO_2_DECODER) += adpcm.o | |
249 OBJS-$(CONFIG_ADPCM_SBPRO_2_ENCODER) += adpcm.o | |
250 OBJS-$(CONFIG_ADPCM_SBPRO_3_DECODER) += adpcm.o | |
251 OBJS-$(CONFIG_ADPCM_SBPRO_3_ENCODER) += adpcm.o | |
252 OBJS-$(CONFIG_ADPCM_SBPRO_4_DECODER) += adpcm.o | |
253 OBJS-$(CONFIG_ADPCM_SBPRO_4_ENCODER) += adpcm.o | |
254 OBJS-$(CONFIG_ADPCM_SWF_DECODER) += adpcm.o | |
255 OBJS-$(CONFIG_ADPCM_SWF_ENCODER) += adpcm.o | |
4800 | 256 OBJS-$(CONFIG_ADPCM_THP_DECODER) += adpcm.o |
3444 | 257 OBJS-$(CONFIG_ADPCM_XA_DECODER) += adpcm.o |
258 OBJS-$(CONFIG_ADPCM_XA_ENCODER) += adpcm.o | |
259 OBJS-$(CONFIG_ADPCM_YAMAHA_DECODER) += adpcm.o | |
260 OBJS-$(CONFIG_ADPCM_YAMAHA_ENCODER) += adpcm.o | |
261 | |
4338 | 262 # external codec libraries |
4898
3df69e140c33
Give libamr decoders/encoders a lib prefix in the name.
diego
parents:
4884
diff
changeset
|
263 OBJS-$(CONFIG_LIBAMR) += amr.o |
4514
790d1cb93686
Restore the possibility to link liba52 instead of dlopening.
diego
parents:
4511
diff
changeset
|
264 OBJS-$(CONFIG_LIBA52) += a52dec.o |
4338 | 265 OBJS-$(CONFIG_LIBDTS) += dtsdec.o |
4336
b7caa9237018
Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin
diego
parents:
4335
diff
changeset
|
266 OBJS-$(CONFIG_LIBFAAC) += faac.o |
4338 | 267 OBJS-$(CONFIG_LIBFAAD) += faad.o |
268 OBJS-$(CONFIG_LIBGSM) += libgsm.o | |
4337 | 269 OBJS-$(CONFIG_LIBMP3LAME) += mp3lameaudio.o |
4403 | 270 OBJS-$(CONFIG_LIBTHEORA) += libtheoraenc.o |
3441 | 271 OBJS-$(CONFIG_LIBVORBIS) += oggvorbis.o |
4338 | 272 OBJS-$(CONFIG_X264) += x264.o |
273 OBJS-$(CONFIG_XVID) += xvidff.o xvid_rc.o | |
3441 | 274 |
338 | 275 |
3455
cc4b4ea83e29
--enable/disable parsers. Warning: some combinations are broken.
mru
parents:
3447
diff
changeset
|
276 OBJS-$(CONFIG_AAC_PARSER) += parser.o |
4909
dee77a884d37
parser.c is compiled unconditionally, there is no need to compile it
diego
parents:
4906
diff
changeset
|
277 OBJS-$(CONFIG_AC3_PARSER) += ac3tab.o |
4906
134b728f4aac
parser.c is compiled unconditionally, there is no need to compile it
diego
parents:
4905
diff
changeset
|
278 OBJS-$(CONFIG_CAVSVIDEO_PARSER) += cavs.o |
4899 | 279 OBJS-$(CONFIG_DCA_PARSER) += dca_parser.o |
3455
cc4b4ea83e29
--enable/disable parsers. Warning: some combinations are broken.
mru
parents:
3447
diff
changeset
|
280 OBJS-$(CONFIG_DVBSUB_PARSER) += dvbsubdec.o |
4091 | 281 OBJS-$(CONFIG_DVDSUB_PARSER) += dvdsubdec.o |
4905 | 282 OBJS-$(CONFIG_H261_PARSER) += h261_parser.o |
3455
cc4b4ea83e29
--enable/disable parsers. Warning: some combinations are broken.
mru
parents:
3447
diff
changeset
|
283 OBJS-$(CONFIG_H263_PARSER) += h263dec.o |
cc4b4ea83e29
--enable/disable parsers. Warning: some combinations are broken.
mru
parents:
3447
diff
changeset
|
284 OBJS-$(CONFIG_H264_PARSER) += h264.o |
cc4b4ea83e29
--enable/disable parsers. Warning: some combinations are broken.
mru
parents:
3447
diff
changeset
|
285 OBJS-$(CONFIG_MJPEG_PARSER) += mjpeg.o |
cc4b4ea83e29
--enable/disable parsers. Warning: some combinations are broken.
mru
parents:
3447
diff
changeset
|
286 OBJS-$(CONFIG_MPEG4VIDEO_PARSER) += parser.o |
cc4b4ea83e29
--enable/disable parsers. Warning: some combinations are broken.
mru
parents:
3447
diff
changeset
|
287 OBJS-$(CONFIG_MPEGAUDIO_PARSER) += parser.o |
cc4b4ea83e29
--enable/disable parsers. Warning: some combinations are broken.
mru
parents:
3447
diff
changeset
|
288 OBJS-$(CONFIG_MPEGVIDEO_PARSER) += parser.o |
cc4b4ea83e29
--enable/disable parsers. Warning: some combinations are broken.
mru
parents:
3447
diff
changeset
|
289 OBJS-$(CONFIG_PNM_PARSER) += pnm.o |
4900 | 290 OBJS-$(CONFIG_VC1_PARSER) += vc1_parser.o |
3455
cc4b4ea83e29
--enable/disable parsers. Warning: some combinations are broken.
mru
parents:
3447
diff
changeset
|
291 |
3441 | 292 OBJS-$(HAVE_PTHREADS) += pthread.o |
293 OBJS-$(HAVE_W32THREADS) += w32thread.o | |
294 OBJS-$(HAVE_OS2THREADS) += os2thread.o | |
295 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
|
296 |
3441 | 297 OBJS-$(HAVE_XVMC_ACCEL) += xvmcvideo.o |
2729 | 298 |
3558 | 299 ifneq ($(CONFIG_SWSCALER),yes) |
300 OBJS += imgresample.o | |
301 endif | |
302 | |
4759 | 303 # processor-specific code |
2 | 304 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
|
305 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
|
306 i386/cputest.o \ |
6c9bc2ecbf79
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents:
3925
diff
changeset
|
307 i386/dsputil_mmx.o \ |
6c9bc2ecbf79
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents:
3925
diff
changeset
|
308 i386/mpegvideo_mmx.o \ |
6c9bc2ecbf79
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents:
3925
diff
changeset
|
309 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
|
310 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
|
311 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
|
312 i386/fft_sse.o \ |
6c9bc2ecbf79
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents:
3925
diff
changeset
|
313 i386/vp3dsp_mmx.o \ |
6c9bc2ecbf79
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents:
3925
diff
changeset
|
314 i386/vp3dsp_sse2.o \ |
6c9bc2ecbf79
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents:
3925
diff
changeset
|
315 i386/fft_3dn.o \ |
6c9bc2ecbf79
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents:
3925
diff
changeset
|
316 i386/fft_3dn2.o \ |
6c9bc2ecbf79
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents:
3925
diff
changeset
|
317 |
4557 | 318 OBJS-$(CONFIG_GPL) += i386/idct_mmx.o |
319 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
|
320 OBJS-$(CONFIG_SNOW_DECODER) += i386/snowdsp_mmx.o |
0 | 321 endif |
322 | |
3441 | 323 ASM_OBJS-$(TARGET_ARCH_ARMV4L) += armv4l/jrevdct_arm.o \ |
324 armv4l/simple_idct_arm.o \ | |
3941
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
325 armv4l/dsputil_arm_s.o \ |
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
326 |
3441 | 327 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
|
328 armv4l/mpegvideo_arm.o \ |
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
329 |
3441 | 330 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
|
331 armv4l/mpegvideo_iwmmxt.o \ |
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
332 |
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
333 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
|
334 armv4l/mpegvideo_armv5te.o \ |
3441 | 335 |
4427 | 336 ASM_OBJS-$(HAVE_ARMV6) += armv4l/simple_idct_armv6.o |
337 | |
3941
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
338 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
|
339 |
3441 | 340 sparc/dsputil_vis.o: CFLAGS += -mcpu=ultrasparc -mtune=ultrasparc |
62 | 341 |
3941
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
342 OBJS-$(HAVE_MLIB) += mlib/dsputil_mlib.o \ |
88 | 343 |
3441 | 344 OBJS-$(TARGET_ARCH_ALPHA) += alpha/dsputil_alpha.o \ |
345 alpha/mpegvideo_alpha.o \ | |
346 alpha/simple_idct_alpha.o \ | |
3941
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
347 alpha/motion_est_alpha.o \ |
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
348 |
3441 | 349 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
|
350 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
|
351 |
3941
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
352 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
|
353 ppc/mpegvideo_ppc.o \ |
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
354 |
3441 | 355 OBJS-$(TARGET_MMI) += ps2/dsputil_mmi.o \ |
356 ps2/idct_mmi.o \ | |
3941
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
357 ps2/mpegvideo_mmi.o \ |
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
358 |
3441 | 359 OBJS-$(TARGET_ARCH_SH4) += sh4/idct_sh4.o \ |
360 sh4/dsputil_sh4.o \ | |
3941
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
361 sh4/dsputil_align.o \ |
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
362 |
3441 | 363 OBJS-$(TARGET_ALTIVEC) += ppc/dsputil_altivec.o \ |
364 ppc/mpegvideo_altivec.o \ | |
365 ppc/idct_altivec.o \ | |
366 ppc/fft_altivec.o \ | |
367 ppc/gmc_altivec.o \ | |
368 ppc/fdct_altivec.o \ | |
3941
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
369 ppc/float_altivec.o \ |
4838
eeac11145c4e
ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1
lu_zero
parents:
4803
diff
changeset
|
370 ppc/int_altivec.o \ |
3941
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
371 |
4227
ef1d382309e5
Conditionally compile some of the AltiVec optimizations.
diego
parents:
4225
diff
changeset
|
372 ifeq ($(TARGET_ALTIVEC),yes) |
ef1d382309e5
Conditionally compile some of the AltiVec optimizations.
diego
parents:
4225
diff
changeset
|
373 OBJS-$(CONFIG_H264_DECODER) += ppc/h264_altivec.o |
ef1d382309e5
Conditionally compile some of the AltiVec optimizations.
diego
parents:
4225
diff
changeset
|
374 OBJS-$(CONFIG_SNOW_DECODER) += ppc/snow_altivec.o |
ef1d382309e5
Conditionally compile some of the AltiVec optimizations.
diego
parents:
4225
diff
changeset
|
375 OBJS-$(CONFIG_VC1_DECODER) += ppc/vc1dsp_altivec.o |
ef1d382309e5
Conditionally compile some of the AltiVec optimizations.
diego
parents:
4225
diff
changeset
|
376 OBJS-$(CONFIG_WMV3_DECODER) += ppc/vc1dsp_altivec.o |
ef1d382309e5
Conditionally compile some of the AltiVec optimizations.
diego
parents:
4225
diff
changeset
|
377 endif |
ef1d382309e5
Conditionally compile some of the AltiVec optimizations.
diego
parents:
4225
diff
changeset
|
378 |
3941
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
379 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
|
380 |
4765
85298e8c55c4
bfin dsputils, basic pixel operations sads, diffs, motion compensation
diego
parents:
4759
diff
changeset
|
381 ASM_OBJS-$(TARGET_ARCH_BFIN) += bfin/pixels_bfin.o \ |
85298e8c55c4
bfin dsputils, basic pixel operations sads, diffs, motion compensation
diego
parents:
4759
diff
changeset
|
382 bfin/idct_bfin.o \ |
85298e8c55c4
bfin dsputils, basic pixel operations sads, diffs, motion compensation
diego
parents:
4759
diff
changeset
|
383 bfin/fdct_bfin.o \ |
85298e8c55c4
bfin dsputils, basic pixel operations sads, diffs, motion compensation
diego
parents:
4759
diff
changeset
|
384 |
4022
a2a174f19b34
Revert putting EXTRALIBS in common.mak, linking fails on MinGW.
diego
parents:
4015
diff
changeset
|
385 EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS) |
a2a174f19b34
Revert putting EXTRALIBS in common.mak, linking fails on MinGW.
diego
parents:
4015
diff
changeset
|
386 |
3044
ed98beb48872
Move library name generation to configure, simplifies build system a bit more.
diego
parents:
3040
diff
changeset
|
387 NAME=avcodec |
3040
6a388c616fa3
Create symbolic links for all library sonames and clean up Makefiles.
diego
parents:
3037
diff
changeset
|
388 LIBVERSION=$(LAVCVERSION) |
6a388c616fa3
Create symbolic links for all library sonames and clean up Makefiles.
diego
parents:
3037
diff
changeset
|
389 LIBMAJOR=$(LAVCMAJOR) |
4117 | 390 |
4756 | 391 TESTS= imgresample-test fft-test dct-test |
4117 | 392 ifeq ($(TARGET_ARCH_X86),yes) |
4756 | 393 TESTS+= cpuid_test motion-test |
4117 | 394 endif |
0 | 395 |
4160 | 396 include ../common.mak |
3124 | 397 |
3923 | 398 tests: apiexample $(TESTS) |
0 | 399 |
3289 | 400 clean:: |
3124 | 401 rm -f \ |
3050
61e47d203191
Make clean/distclean consistent throughout all the Makefiles.
diego
parents:
3048
diff
changeset
|
402 i386/*.o i386/*~ \ |
62 | 403 armv4l/*.o armv4l/*~ \ |
88 | 404 mlib/*.o mlib/*~ \ |
214
73df666cacc7
Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
nickols_k
parents:
174
diff
changeset
|
405 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
|
406 ppc/*.o ppc/*~ \ |
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
683
diff
changeset
|
407 ps2/*.o ps2/*~ \ |
1259
e8c3884f2c7e
sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>)
michaelni
parents:
1258
diff
changeset
|
408 sh4/*.o sh4/*~ \ |
1965
f74f306c30b5
vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>)
michael
parents:
1960
diff
changeset
|
409 sparc/*.o sparc/*~ \ |
338 | 410 apiexample $(TESTS) |
1486
f22010affdce
AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)
michaelni
parents:
1472
diff
changeset
|
411 |
3937 | 412 apiexample: apiexample.o $(LIB) |
0 | 413 |
43 | 414 cpuid_test: i386/cputest.c |
415 $(CC) $(CFLAGS) -D__TEST__ -o $@ $< | |
416 | |
3934 | 417 imgresample-test: imgresample.c $(LIB) |
3935 | 418 $(CC) $(CFLAGS) -DTEST -o $@ $^ $(EXTRALIBS) |
0 | 419 |
979 | 420 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
|
421 |
74 | 422 motion-test: motion_test.o $(LIB) |
423 | |
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
|
424 fft-test: fft-test.o $(LIB) |
3921 | 425 |
4877
8066ba089889
Remove hackish support for the non-free fixed-point AMR-NB reference code.
diego
parents:
4870
diff
changeset
|
426 .PHONY: tests |