Mercurial > libavcodec.hg
annotate Makefile @ 4006:986d6651a452 libavcodec
support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
| author | bcoudurier |
|---|---|
| date | Thu, 12 Oct 2006 12:02:58 +0000 |
| parents | 8ed26e786210 |
| children | aace6b74fddc |
| 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 | |
| 3988 | 7 CFLAGS+=$(AMR_CFLAGS) |
| 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 |
| 3558 | 48 ifneq ($(CONFIG_SWSCALER),yes) |
| 49 HEADERS += swscale.h | |
| 50 endif | |
| 3124 | 51 |
| 3441 | 52 OBJS-$(CONFIG_AASC_DECODER) += aasc.o |
| 53 OBJS-$(CONFIG_AC3_ENCODER) += ac3enc.o | |
| 54 OBJS-$(CONFIG_ALAC_DECODER) += alac.o | |
| 55 OBJS-$(CONFIG_ASV1_DECODER) += asv1.o | |
| 56 OBJS-$(CONFIG_ASV1_ENCODER) += asv1.o | |
| 57 OBJS-$(CONFIG_ASV2_DECODER) += asv1.o | |
| 58 OBJS-$(CONFIG_ASV2_ENCODER) += asv1.o | |
| 59 OBJS-$(CONFIG_AVS_DECODER) += avs.o | |
| 3443 | 60 OBJS-$(CONFIG_BMP_DECODER) += bmp.o |
| 3441 | 61 OBJS-$(CONFIG_CAVS_DECODER) += cavs.o cavsdsp.o |
| 62 OBJS-$(CONFIG_CINEPAK_DECODER) += cinepak.o | |
| 63 OBJS-$(CONFIG_CLJR_DECODER) += cljr.o | |
| 64 OBJS-$(CONFIG_CLJR_ENCODER) += cljr.o | |
| 3443 | 65 OBJS-$(CONFIG_COOK_DECODER) += cook.o |
| 66 OBJS-$(CONFIG_CSCD_DECODER) += cscd.o lzo.o | |
| 3441 | 67 OBJS-$(CONFIG_CYUV_DECODER) += cyuv.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
|
68 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
|
69 OBJS-$(CONFIG_DSICINAUDIO_DECODER) += dsicinav.o |
| 3441 | 70 OBJS-$(CONFIG_DVBSUB_DECODER) += dvbsubdec.o |
| 71 OBJS-$(CONFIG_DVBSUB_ENCODER) += dvbsub.o | |
| 72 OBJS-$(CONFIG_DVDSUB_DECODER) += dvdsub.o | |
| 73 OBJS-$(CONFIG_DVDSUB_ENCODER) += dvdsubenc.o | |
| 74 OBJS-$(CONFIG_DVVIDEO_DECODER) += dv.o | |
| 75 OBJS-$(CONFIG_DVVIDEO_ENCODER) += dv.o | |
| 76 OBJS-$(CONFIG_EIGHTBPS_DECODER) += 8bps.o | |
| 77 OBJS-$(CONFIG_FFV1_DECODER) += ffv1.o | |
| 78 OBJS-$(CONFIG_FFV1_ENCODER) += ffv1.o | |
| 3443 | 79 OBJS-$(CONFIG_FFVHUFF_DECODER) += huffyuv.o |
| 80 OBJS-$(CONFIG_FFVHUFF_ENCODER) += huffyuv.o | |
| 3441 | 81 OBJS-$(CONFIG_FLAC_DECODER) += flac.o |
| 82 OBJS-$(CONFIG_FLAC_ENCODER) += flacenc.o | |
| 3443 | 83 OBJS-$(CONFIG_FLASHSV_DECODER) += flashsv.o |
| 3441 | 84 OBJS-$(CONFIG_FLIC_DECODER) += flicvideo.o |
| 85 OBJS-$(CONFIG_FOURXM_DECODER) += 4xm.o | |
| 86 OBJS-$(CONFIG_FRAPS_DECODER) += fraps.o | |
| 87 OBJS-$(CONFIG_H261_DECODER) += h261.o | |
| 88 OBJS-$(CONFIG_H261_ENCODER) += h261.o | |
| 89 OBJS-$(CONFIG_H264_DECODER) += h264.o | |
| 90 OBJS-$(CONFIG_HUFFYUV_DECODER) += huffyuv.o | |
| 91 OBJS-$(CONFIG_HUFFYUV_ENCODER) += huffyuv.o | |
| 92 OBJS-$(CONFIG_IDCIN_DECODER) += idcinvideo.o | |
| 93 OBJS-$(CONFIG_INDEO2_DECODER) += indeo2.o | |
| 94 OBJS-$(CONFIG_INDEO3_DECODER) += indeo3.o | |
| 95 OBJS-$(CONFIG_INTERPLAY_VIDEO_DECODER) += interplayvideo.o | |
| 3447 | 96 OBJS-$(CONFIG_INTERPLAY_DPCM_DECODER) += dpcm.o |
| 3441 | 97 OBJS-$(CONFIG_KMVC_DECODER) += kmvc.o |
| 98 OBJS-$(CONFIG_LOCO_DECODER) += loco.o | |
| 99 OBJS-$(CONFIG_MACE3_DECODER) += mace.o | |
| 100 OBJS-$(CONFIG_MACE6_DECODER) += mace.o | |
| 3443 | 101 OBJS-$(CONFIG_MMVIDEO_DECODER) += mmvideo.o |
| 3441 | 102 OBJS-$(CONFIG_MP2_ENCODER) += mpegaudio.o |
| 103 OBJS-$(CONFIG_MSRLE_DECODER) += msrle.o | |
| 104 OBJS-$(CONFIG_MSVIDEO1_DECODER) += msvideo1.o | |
| 3443 | 105 OBJS-$(CONFIG_MSZH_DECODER) += lcl.o |
| 106 OBJS-$(CONFIG_NUV_DECODER) += nuv.o rtjpeg.o lzo.o | |
| 3441 | 107 OBJS-$(CONFIG_PNG_DECODER) += png.o |
| 108 OBJS-$(CONFIG_PNG_ENCODER) += png.o | |
| 109 OBJS-$(CONFIG_QDM2_DECODER) += qdm2.o | |
| 110 OBJS-$(CONFIG_QDRAW_DECODER) += qdrw.o | |
| 111 OBJS-$(CONFIG_QPEG_DECODER) += qpeg.o | |
| 112 OBJS-$(CONFIG_QTRLE_DECODER) += qtrle.o | |
| 113 OBJS-$(CONFIG_RA_144_DECODER) += ra144.o | |
| 114 OBJS-$(CONFIG_RA_288_DECODER) += ra288.o | |
| 115 OBJS-$(CONFIG_ROQ_DECODER) += roqvideo.o | |
| 3447 | 116 OBJS-$(CONFIG_ROQ_DPCM_DECODER) += dpcm.o |
| 3441 | 117 OBJS-$(CONFIG_RPZA_DECODER) += rpza.o |
| 118 OBJS-$(CONFIG_RV10_DECODER) += rv10.o | |
| 119 OBJS-$(CONFIG_RV10_ENCODER) += rv10.o | |
| 120 OBJS-$(CONFIG_RV20_DECODER) += rv10.o | |
| 121 OBJS-$(CONFIG_RV20_ENCODER) += rv10.o | |
| 122 OBJS-$(CONFIG_SHORTEN_DECODER) += shorten.o | |
| 3443 | 123 OBJS-$(CONFIG_SMACKAUD_DECODER) += smacker.o |
| 3441 | 124 OBJS-$(CONFIG_SMACKER_DECODER) += smacker.o |
| 125 OBJS-$(CONFIG_SMC_DECODER) += smc.o | |
| 126 OBJS-$(CONFIG_SNOW_DECODER) += snow.o | |
| 127 OBJS-$(CONFIG_SNOW_ENCODER) += snow.o | |
| 3447 | 128 OBJS-$(CONFIG_SOL_DPCM_DECODER) += dpcm.o |
| 3441 | 129 OBJS-$(CONFIG_SONIC_DECODER) += sonic.o |
| 130 OBJS-$(CONFIG_SONIC_ENCODER) += sonic.o | |
| 131 OBJS-$(CONFIG_SONIC_LS_DECODER) += sonic.o | |
| 132 OBJS-$(CONFIG_SVQ1_DECODER) += svq1.o | |
| 133 OBJS-$(CONFIG_SVQ1_ENCODER) += svq1.o | |
| 3443 | 134 OBJS-$(CONFIG_SVQ3_DECODER) += h264.o |
| 3986 | 135 OBJS-$(CONFIG_TARGA_DECODER) += targa.o |
| 3443 | 136 OBJS-$(CONFIG_THEORA_DECODER) += vp3.o |
| 3441 | 137 OBJS-$(CONFIG_TRUEMOTION1_DECODER) += truemotion1.o |
| 138 OBJS-$(CONFIG_TRUEMOTION2_DECODER) += truemotion2.o | |
| 139 OBJS-$(CONFIG_TRUESPEECH_DECODER) += truespeech.o | |
| 3443 | 140 OBJS-$(CONFIG_TSCC_DECODER) += tscc.o |
| 3441 | 141 OBJS-$(CONFIG_TTA_DECODER) += tta.o |
| 142 OBJS-$(CONFIG_ULTI_DECODER) += ulti.o | |
| 3526 | 143 OBJS-$(CONFIG_VC1_DECODER) += vc1.o vc1dsp.o |
| 3441 | 144 OBJS-$(CONFIG_VCR1_DECODER) += vcr1.o |
| 145 OBJS-$(CONFIG_VCR1_ENCODER) += vcr1.o | |
| 3443 | 146 OBJS-$(CONFIG_VMDAUDIO_DECODER) += vmdav.o |
| 3441 | 147 OBJS-$(CONFIG_VMDVIDEO_DECODER) += vmdav.o |
| 3677 | 148 OBJS-$(CONFIG_VMNC_DECODER) += vmnc.o |
|
4006
986d6651a452
support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
bcoudurier
parents:
3997
diff
changeset
|
149 OBJS-$(CONFIG_TIERTEXSEQVIDEO_DECODER) += tiertexseqv.o |
| 3798 | 150 OBJS-$(CONFIG_VORBIS_DECODER) += vorbis.o vorbis_data.o |
| 3914 | 151 OBJS-$(CONFIG_VORBIS_ENCODER) += vorbis_enc.o vorbis_data.o |
| 3441 | 152 OBJS-$(CONFIG_VP3_DECODER) += vp3.o |
| 3695 | 153 OBJS-$(CONFIG_VP5_DECODER) += vp5.o vp56.o vp56data.o |
| 154 OBJS-$(CONFIG_VP6_DECODER) += vp6.o vp56.o vp56data.o | |
| 3441 | 155 OBJS-$(CONFIG_VQA_DECODER) += vqavideo.o |
| 3764 | 156 OBJS-$(CONFIG_WAVPACK_DECODER) += wavpack.o |
| 3441 | 157 OBJS-$(CONFIG_WMAV1_DECODER) += wmadec.o |
| 158 OBJS-$(CONFIG_WMAV2_DECODER) += wmadec.o | |
| 3443 | 159 OBJS-$(CONFIG_WMV3_DECODER) += vc1.o |
| 3441 | 160 OBJS-$(CONFIG_WNV1_DECODER) += wnv1.o |
| 161 OBJS-$(CONFIG_WS_SND1_DECODER) += ws-snd1.o | |
| 3447 | 162 OBJS-$(CONFIG_XAN_DPCM_DECODER) += dpcm.o |
| 3441 | 163 OBJS-$(CONFIG_XAN_WC3_DECODER) += xan.o |
| 164 OBJS-$(CONFIG_XAN_WC4_DECODER) += xan.o | |
| 165 OBJS-$(CONFIG_XL_DECODER) += xl.o | |
| 3443 | 166 OBJS-$(CONFIG_ZLIB_DECODER) += lcl.o |
| 167 OBJS-$(CONFIG_ZLIB_ENCODER) += lcl.o | |
| 3441 | 168 OBJS-$(CONFIG_ZMBV_DECODER) += zmbv.o |
| 2949 | 169 |
| 3444 | 170 OBJS-$(CONFIG_PCM_S32LE_DECODER) += pcm.o |
| 171 OBJS-$(CONFIG_PCM_S32LE_ENCODER) += pcm.o | |
| 172 OBJS-$(CONFIG_PCM_S32BE_DECODER) += pcm.o | |
| 173 OBJS-$(CONFIG_PCM_S32BE_ENCODER) += pcm.o | |
| 174 OBJS-$(CONFIG_PCM_U32LE_DECODER) += pcm.o | |
| 175 OBJS-$(CONFIG_PCM_U32LE_ENCODER) += pcm.o | |
| 176 OBJS-$(CONFIG_PCM_U32BE_DECODER) += pcm.o | |
| 177 OBJS-$(CONFIG_PCM_U32BE_ENCODER) += pcm.o | |
| 178 OBJS-$(CONFIG_PCM_S24LE_DECODER) += pcm.o | |
| 179 OBJS-$(CONFIG_PCM_S24LE_ENCODER) += pcm.o | |
| 180 OBJS-$(CONFIG_PCM_S24BE_DECODER) += pcm.o | |
| 181 OBJS-$(CONFIG_PCM_S24BE_ENCODER) += pcm.o | |
| 182 OBJS-$(CONFIG_PCM_U24LE_DECODER) += pcm.o | |
| 183 OBJS-$(CONFIG_PCM_U24LE_ENCODER) += pcm.o | |
| 184 OBJS-$(CONFIG_PCM_U24BE_DECODER) += pcm.o | |
| 185 OBJS-$(CONFIG_PCM_U24BE_ENCODER) += pcm.o | |
| 186 OBJS-$(CONFIG_PCM_S24DAUD_DECODER) += pcm.o | |
| 187 OBJS-$(CONFIG_PCM_S24DAUD_ENCODER) += pcm.o | |
| 188 OBJS-$(CONFIG_PCM_S16LE_DECODER) += pcm.o | |
| 189 OBJS-$(CONFIG_PCM_S16LE_ENCODER) += pcm.o | |
| 190 OBJS-$(CONFIG_PCM_S16BE_DECODER) += pcm.o | |
| 191 OBJS-$(CONFIG_PCM_S16BE_ENCODER) += pcm.o | |
| 192 OBJS-$(CONFIG_PCM_U16LE_DECODER) += pcm.o | |
| 193 OBJS-$(CONFIG_PCM_U16LE_ENCODER) += pcm.o | |
| 194 OBJS-$(CONFIG_PCM_U16BE_DECODER) += pcm.o | |
| 195 OBJS-$(CONFIG_PCM_U16BE_ENCODER) += pcm.o | |
| 196 OBJS-$(CONFIG_PCM_S8_DECODER) += pcm.o | |
| 197 OBJS-$(CONFIG_PCM_S8_ENCODER) += pcm.o | |
| 198 OBJS-$(CONFIG_PCM_U8_DECODER) += pcm.o | |
| 199 OBJS-$(CONFIG_PCM_U8_ENCODER) += pcm.o | |
| 200 OBJS-$(CONFIG_PCM_ALAW_DECODER) += pcm.o | |
| 201 OBJS-$(CONFIG_PCM_ALAW_ENCODER) += pcm.o | |
| 202 OBJS-$(CONFIG_PCM_MULAW_DECODER) += pcm.o | |
| 203 OBJS-$(CONFIG_PCM_MULAW_ENCODER) += pcm.o | |
| 204 | |
| 205 OBJS-$(CONFIG_ADPCM_4XM_DECODER) += adpcm.o | |
| 206 OBJS-$(CONFIG_ADPCM_4XM_ENCODER) += adpcm.o | |
| 3445 | 207 OBJS-$(CONFIG_ADPCM_ADX_DECODER) += adx.o |
| 208 OBJS-$(CONFIG_ADPCM_ADX_ENCODER) += adx.o | |
| 3444 | 209 OBJS-$(CONFIG_ADPCM_CT_DECODER) += adpcm.o |
| 210 OBJS-$(CONFIG_ADPCM_CT_ENCODER) += adpcm.o | |
| 211 OBJS-$(CONFIG_ADPCM_EA_DECODER) += adpcm.o | |
| 212 OBJS-$(CONFIG_ADPCM_EA_ENCODER) += adpcm.o | |
| 213 OBJS-$(CONFIG_ADPCM_G726_DECODER) += g726.o | |
| 214 OBJS-$(CONFIG_ADPCM_G726_ENCODER) += g726.o | |
| 215 OBJS-$(CONFIG_ADPCM_IMA_DK3_DECODER) += adpcm.o | |
| 216 OBJS-$(CONFIG_ADPCM_IMA_DK3_ENCODER) += adpcm.o | |
| 217 OBJS-$(CONFIG_ADPCM_IMA_DK4_DECODER) += adpcm.o | |
| 218 OBJS-$(CONFIG_ADPCM_IMA_DK4_ENCODER) += adpcm.o | |
| 219 OBJS-$(CONFIG_ADPCM_IMA_QT_DECODER) += adpcm.o | |
| 220 OBJS-$(CONFIG_ADPCM_IMA_QT_ENCODER) += adpcm.o | |
| 221 OBJS-$(CONFIG_ADPCM_IMA_SMJPEG_DECODER)+= adpcm.o | |
| 222 OBJS-$(CONFIG_ADPCM_IMA_SMJPEG_ENCODER)+= adpcm.o | |
| 223 OBJS-$(CONFIG_ADPCM_IMA_WAV_DECODER) += adpcm.o | |
| 224 OBJS-$(CONFIG_ADPCM_IMA_WAV_ENCODER) += adpcm.o | |
| 225 OBJS-$(CONFIG_ADPCM_IMA_WS_DECODER) += adpcm.o | |
| 226 OBJS-$(CONFIG_ADPCM_IMA_WS_ENCODER) += adpcm.o | |
| 227 OBJS-$(CONFIG_ADPCM_MS_DECODER) += adpcm.o | |
| 228 OBJS-$(CONFIG_ADPCM_MS_ENCODER) += adpcm.o | |
| 229 OBJS-$(CONFIG_ADPCM_SBPRO_2_DECODER) += adpcm.o | |
| 230 OBJS-$(CONFIG_ADPCM_SBPRO_2_ENCODER) += adpcm.o | |
| 231 OBJS-$(CONFIG_ADPCM_SBPRO_3_DECODER) += adpcm.o | |
| 232 OBJS-$(CONFIG_ADPCM_SBPRO_3_ENCODER) += adpcm.o | |
| 233 OBJS-$(CONFIG_ADPCM_SBPRO_4_DECODER) += adpcm.o | |
| 234 OBJS-$(CONFIG_ADPCM_SBPRO_4_ENCODER) += adpcm.o | |
| 235 OBJS-$(CONFIG_ADPCM_SWF_DECODER) += adpcm.o | |
| 236 OBJS-$(CONFIG_ADPCM_SWF_ENCODER) += adpcm.o | |
| 237 OBJS-$(CONFIG_ADPCM_XA_DECODER) += adpcm.o | |
| 238 OBJS-$(CONFIG_ADPCM_XA_ENCODER) += adpcm.o | |
| 239 OBJS-$(CONFIG_ADPCM_YAMAHA_DECODER) += adpcm.o | |
| 240 OBJS-$(CONFIG_ADPCM_YAMAHA_ENCODER) += adpcm.o | |
| 241 | |
| 3441 | 242 OBJS-$(CONFIG_FAAD) += faad.o |
| 243 OBJS-$(CONFIG_FAAC) += faac.o | |
| 244 OBJS-$(CONFIG_XVID) += xvidff.o xvid_rc.o | |
| 245 OBJS-$(CONFIG_X264) += x264.o | |
| 246 OBJS-$(CONFIG_MP3LAME) += mp3lameaudio.o | |
| 247 OBJS-$(CONFIG_LIBVORBIS) += oggvorbis.o | |
| 248 OBJS-$(CONFIG_LIBGSM) += libgsm.o | |
|
3275
13460cb4ec73
cosmetics: Group all AMR variables together, add some newlines.
diego
parents:
3274
diff
changeset
|
249 |
| 3441 | 250 # currently using liba52 for ac3 decoding |
| 251 OBJS-$(CONFIG_AC3) += a52dec.o | |
|
3275
13460cb4ec73
cosmetics: Group all AMR variables together, add some newlines.
diego
parents:
3274
diff
changeset
|
252 |
| 3441 | 253 # using builtin liba52 or runtime linked liba52.so.0 |
| 254 OBJS-$(CONFIG_AC3)$(CONFIG_A52BIN) += liba52/bit_allocate.o \ | |
| 255 liba52/bitstream.o \ | |
| 256 liba52/downmix.o \ | |
| 257 liba52/imdct.o \ | |
| 258 liba52/parse.o \ | |
| 259 liba52/crc.o \ | |
| 260 liba52/resample.o | |
| 261 | |
| 262 # currently using libdts for dts decoding | |
| 263 OBJS-$(CONFIG_DTS) += dtsdec.o | |
| 264 | |
| 3463 | 265 OBJS-$(CONFIG_AMR) += amr.o |
| 266 OBJS-$(CONFIG_AMR_NB) += amr_float/sp_dec.o \ | |
| 3441 | 267 amr_float/sp_enc.o \ |
| 268 amr_float/interf_dec.o \ | |
| 269 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
|
270 |
| 3463 | 271 ifeq ($(CONFIG_AMR_NB_FIXED),yes) |
| 3277 | 272 EXTRAOBJS += amr/*.o |
| 273 EXTRADEPS=amrlibs | |
|
1258
802614404398
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
1247
diff
changeset
|
274 endif |
|
802614404398
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
1247
diff
changeset
|
275 |
| 3479 | 276 OBJS-$(CONFIG_AMR_WB) += amrwb_float/dec_acelp.o \ |
| 3441 | 277 amrwb_float/dec_dtx.o \ |
| 278 amrwb_float/dec_gain.o \ | |
| 279 amrwb_float/dec_if.o \ | |
| 280 amrwb_float/dec_lpc.o \ | |
| 281 amrwb_float/dec_main.o \ | |
| 282 amrwb_float/dec_rom.o \ | |
| 283 amrwb_float/dec_util.o \ | |
| 284 amrwb_float/enc_acelp.o \ | |
| 285 amrwb_float/enc_dtx.o \ | |
| 286 amrwb_float/enc_gain.o \ | |
| 287 amrwb_float/enc_if.o \ | |
| 288 amrwb_float/enc_lpc.o \ | |
| 289 amrwb_float/enc_main.o \ | |
| 290 amrwb_float/enc_rom.o \ | |
| 291 amrwb_float/enc_util.o \ | |
| 292 amrwb_float/if_rom.o | |
| 338 | 293 |
|
3455
cc4b4ea83e29
--enable/disable parsers. Warning: some combinations are broken.
mru
parents:
3447
diff
changeset
|
294 OBJS-$(CONFIG_AAC_PARSER) += parser.o |
|
cc4b4ea83e29
--enable/disable parsers. Warning: some combinations are broken.
mru
parents:
3447
diff
changeset
|
295 OBJS-$(CONFIG_AC3_PARSER) += parser.o |
|
cc4b4ea83e29
--enable/disable parsers. Warning: some combinations are broken.
mru
parents:
3447
diff
changeset
|
296 OBJS-$(CONFIG_CAVS_PARSER) += parser.o |
|
cc4b4ea83e29
--enable/disable parsers. Warning: some combinations are broken.
mru
parents:
3447
diff
changeset
|
297 OBJS-$(CONFIG_DVBSUB_PARSER) += dvbsubdec.o |
|
cc4b4ea83e29
--enable/disable parsers. Warning: some combinations are broken.
mru
parents:
3447
diff
changeset
|
298 OBJS-$(CONFIG_DVDSUB_PARSER) += dvdsub.o |
|
cc4b4ea83e29
--enable/disable parsers. Warning: some combinations are broken.
mru
parents:
3447
diff
changeset
|
299 OBJS-$(CONFIG_H261_PARSER) += h261.o |
|
cc4b4ea83e29
--enable/disable parsers. Warning: some combinations are broken.
mru
parents:
3447
diff
changeset
|
300 OBJS-$(CONFIG_H263_PARSER) += h263dec.o |
|
cc4b4ea83e29
--enable/disable parsers. Warning: some combinations are broken.
mru
parents:
3447
diff
changeset
|
301 OBJS-$(CONFIG_H264_PARSER) += h264.o |
|
cc4b4ea83e29
--enable/disable parsers. Warning: some combinations are broken.
mru
parents:
3447
diff
changeset
|
302 OBJS-$(CONFIG_MJPEG_PARSER) += mjpeg.o |
|
cc4b4ea83e29
--enable/disable parsers. Warning: some combinations are broken.
mru
parents:
3447
diff
changeset
|
303 OBJS-$(CONFIG_MPEG4VIDEO_PARSER) += parser.o |
|
cc4b4ea83e29
--enable/disable parsers. Warning: some combinations are broken.
mru
parents:
3447
diff
changeset
|
304 OBJS-$(CONFIG_MPEGAUDIO_PARSER) += parser.o |
|
cc4b4ea83e29
--enable/disable parsers. Warning: some combinations are broken.
mru
parents:
3447
diff
changeset
|
305 OBJS-$(CONFIG_MPEGVIDEO_PARSER) += parser.o |
|
cc4b4ea83e29
--enable/disable parsers. Warning: some combinations are broken.
mru
parents:
3447
diff
changeset
|
306 OBJS-$(CONFIG_PNM_PARSER) += pnm.o |
|
cc4b4ea83e29
--enable/disable parsers. Warning: some combinations are broken.
mru
parents:
3447
diff
changeset
|
307 |
| 3441 | 308 OBJS-$(HAVE_PTHREADS) += pthread.o |
| 309 OBJS-$(HAVE_W32THREADS) += w32thread.o | |
| 310 OBJS-$(HAVE_OS2THREADS) += os2thread.o | |
| 311 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
|
312 |
| 3441 | 313 OBJS-$(HAVE_XVMC_ACCEL) += xvmcvideo.o |
| 2729 | 314 |
| 3558 | 315 ifneq ($(CONFIG_SWSCALER),yes) |
| 316 OBJS += imgresample.o | |
| 317 endif | |
| 318 | |
| 0 | 319 # i386 mmx specific stuff |
| 2 | 320 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
|
321 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
|
322 i386/cputest.o \ |
|
6c9bc2ecbf79
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents:
3925
diff
changeset
|
323 i386/dsputil_mmx.o \ |
|
6c9bc2ecbf79
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents:
3925
diff
changeset
|
324 i386/mpegvideo_mmx.o \ |
|
6c9bc2ecbf79
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents:
3925
diff
changeset
|
325 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
|
326 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
|
327 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
|
328 i386/fft_sse.o \ |
|
6c9bc2ecbf79
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents:
3925
diff
changeset
|
329 i386/vp3dsp_mmx.o \ |
|
6c9bc2ecbf79
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents:
3925
diff
changeset
|
330 i386/vp3dsp_sse2.o \ |
|
6c9bc2ecbf79
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents:
3925
diff
changeset
|
331 i386/fft_3dn.o \ |
|
6c9bc2ecbf79
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents:
3925
diff
changeset
|
332 i386/fft_3dn2.o \ |
|
6c9bc2ecbf79
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents:
3925
diff
changeset
|
333 i386/snowdsp_mmx.o \ |
|
6c9bc2ecbf79
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents:
3925
diff
changeset
|
334 |
| 2868 | 335 ifeq ($(CONFIG_GPL),yes) |
|
3932
d13da74a26f5
Switch idct_mmx_xvid.c from GPL to LGPL as permitted by the
diego
parents:
3931
diff
changeset
|
336 OBJS += i386/idct_mmx.o |
| 2868 | 337 endif |
| 3524 | 338 ifeq ($(CONFIG_CAVS_DECODER),yes) |
| 339 OBJS += i386/cavsdsp_mmx.o | |
| 340 endif | |
| 3340 | 341 ifeq ($(TARGET_BUILTIN_VECTOR),yes) |
|
1027
a0a7149be543
fixed dependancy generation (I want the case where SRC_PATH is not . to work too - very useful if you have different gcc versions to test at the same time...) - fixed -msse stuff
bellard
parents:
1010
diff
changeset
|
342 i386/fft_sse.o: CFLAGS+= -msse |
| 1869 | 343 depend: CFLAGS+= -msse |
|
1027
a0a7149be543
fixed dependancy generation (I want the case where SRC_PATH is not . to work too - very useful if you have different gcc versions to test at the same time...) - fixed -msse stuff
bellard
parents:
1010
diff
changeset
|
344 endif |
| 3340 | 345 ifeq ($(TARGET_BUILTIN_3DNOW),yes) |
| 3175 | 346 i386/fft_3dn.o: CFLAGS+= -m3dnow |
|
3308
57078a058b96
fix compilation of 3dnowext instinsincs, both on ia32 and AMD64.
gpoirier
parents:
3307
diff
changeset
|
347 ifeq ($(TARGET_ARCH_X86),yes) |
|
57078a058b96
fix compilation of 3dnowext instinsincs, both on ia32 and AMD64.
gpoirier
parents:
3307
diff
changeset
|
348 i386/fft_3dn2.o: CFLAGS+= -march=athlon |
|
57078a058b96
fix compilation of 3dnowext instinsincs, both on ia32 and AMD64.
gpoirier
parents:
3307
diff
changeset
|
349 endif |
|
57078a058b96
fix compilation of 3dnowext instinsincs, both on ia32 and AMD64.
gpoirier
parents:
3307
diff
changeset
|
350 ifeq ($(TARGET_ARCH_X86_64),yes) |
|
57078a058b96
fix compilation of 3dnowext instinsincs, both on ia32 and AMD64.
gpoirier
parents:
3307
diff
changeset
|
351 i386/fft_3dn2.o: CFLAGS+= -march=k8 |
|
57078a058b96
fix compilation of 3dnowext instinsincs, both on ia32 and AMD64.
gpoirier
parents:
3307
diff
changeset
|
352 endif |
| 3175 | 353 endif |
| 0 | 354 endif |
| 355 | |
| 62 | 356 # armv4l specific stuff |
| 3441 | 357 ASM_OBJS-$(TARGET_ARCH_ARMV4L) += armv4l/jrevdct_arm.o \ |
| 358 armv4l/simple_idct_arm.o \ | |
|
3941
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
359 armv4l/dsputil_arm_s.o \ |
|
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
360 |
| 3441 | 361 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
|
362 armv4l/mpegvideo_arm.o \ |
|
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
363 |
| 3441 | 364 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
|
365 armv4l/mpegvideo_iwmmxt.o \ |
|
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
366 |
|
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
367 ASM_OBJS-$(TARGET_ARMV5TE) += armv4l/simple_idct_armv5te.o \ |
| 3441 | 368 |
| 369 # sun sparc | |
|
3941
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
370 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
|
371 |
| 3441 | 372 sparc/dsputil_vis.o: CFLAGS += -mcpu=ultrasparc -mtune=ultrasparc |
| 62 | 373 |
| 88 | 374 # sun mediaLib specific stuff |
|
3941
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
375 OBJS-$(HAVE_MLIB) += mlib/dsputil_mlib.o \ |
| 88 | 376 |
|
214
73df666cacc7
Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
nickols_k
parents:
174
diff
changeset
|
377 # alpha specific stuff |
| 3441 | 378 OBJS-$(TARGET_ARCH_ALPHA) += alpha/dsputil_alpha.o \ |
| 379 alpha/mpegvideo_alpha.o \ | |
| 380 alpha/simple_idct_alpha.o \ | |
|
3941
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
381 alpha/motion_est_alpha.o \ |
|
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
382 |
| 3441 | 383 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
|
384 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
|
385 |
|
3941
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
386 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
|
387 ppc/mpegvideo_ppc.o \ |
|
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
388 |
| 3441 | 389 OBJS-$(TARGET_MMI) += ps2/dsputil_mmi.o \ |
| 390 ps2/idct_mmi.o \ | |
|
3941
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
391 ps2/mpegvideo_mmi.o \ |
|
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
392 |
| 3441 | 393 OBJS-$(TARGET_ARCH_SH4) += sh4/idct_sh4.o \ |
| 394 sh4/dsputil_sh4.o \ | |
|
3941
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
395 sh4/dsputil_align.o \ |
|
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
396 |
| 3441 | 397 OBJS-$(TARGET_ALTIVEC) += ppc/dsputil_altivec.o \ |
| 398 ppc/mpegvideo_altivec.o \ | |
| 399 ppc/idct_altivec.o \ | |
| 400 ppc/fft_altivec.o \ | |
| 401 ppc/gmc_altivec.o \ | |
| 402 ppc/fdct_altivec.o \ | |
|
3941
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
403 ppc/h264_altivec.o \ |
|
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
404 ppc/snow_altivec.o \ |
| 3581 | 405 ppc/vc1dsp_altivec.o \ |
|
3941
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
406 ppc/float_altivec.o \ |
|
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
407 |
|
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
408 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
|
409 |
| 3441 | 410 CFLAGS += $(CFLAGS-yes) |
| 411 OBJS += $(OBJS-yes) | |
| 412 ASM_OBJS += $(ASM_OBJS-yes) | |
|
1259
e8c3884f2c7e
sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>)
michaelni
parents:
1258
diff
changeset
|
413 |
|
3044
ed98beb48872
Move library name generation to configure, simplifies build system a bit more.
diego
parents:
3040
diff
changeset
|
414 NAME=avcodec |
| 136 | 415 ifeq ($(BUILD_SHARED),yes) |
|
3040
6a388c616fa3
Create symbolic links for all library sonames and clean up Makefiles.
diego
parents:
3037
diff
changeset
|
416 LIBVERSION=$(LAVCVERSION) |
|
6a388c616fa3
Create symbolic links for all library sonames and clean up Makefiles.
diego
parents:
3037
diff
changeset
|
417 LIBMAJOR=$(LAVCMAJOR) |
| 136 | 418 endif |
| 3923 | 419 TESTS= cpuid_test imgresample-test dct-test motion-test fft-test |
| 0 | 420 |
| 3124 | 421 include $(SRC_PATH)/common.mak |
| 422 | |
| 1297 | 423 amrlibs: |
| 424 $(MAKE) -C amr spclib fipoplib | |
| 425 | |
| 3923 | 426 tests: apiexample $(TESTS) |
| 0 | 427 |
| 3289 | 428 clean:: |
| 3124 | 429 rm -f \ |
|
3050
61e47d203191
Make clean/distclean consistent throughout all the Makefiles.
diego
parents:
3048
diff
changeset
|
430 i386/*.o i386/*~ \ |
| 62 | 431 armv4l/*.o armv4l/*~ \ |
| 88 | 432 mlib/*.o mlib/*~ \ |
|
214
73df666cacc7
Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
nickols_k
parents:
174
diff
changeset
|
433 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
|
434 ppc/*.o ppc/*~ \ |
|
689
efcbfbd18864
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
michaelni
parents:
683
diff
changeset
|
435 ps2/*.o ps2/*~ \ |
|
1259
e8c3884f2c7e
sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>)
michaelni
parents:
1258
diff
changeset
|
436 sh4/*.o sh4/*~ \ |
|
1965
f74f306c30b5
vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>)
michael
parents:
1960
diff
changeset
|
437 sparc/*.o sparc/*~ \ |
| 338 | 438 liba52/*.o liba52/*~ \ |
| 3289 | 439 amr_float/*.o \ |
| 338 | 440 apiexample $(TESTS) |
| 3290 | 441 -$(MAKE) -C amr clean |
| 442 -$(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
|
443 |
| 3937 | 444 apiexample: apiexample.o $(LIB) |
| 0 | 445 |
| 43 | 446 cpuid_test: i386/cputest.c |
| 447 $(CC) $(CFLAGS) -D__TEST__ -o $@ $< | |
| 448 | |
| 3934 | 449 imgresample-test: imgresample.c $(LIB) |
| 3935 | 450 $(CC) $(CFLAGS) -DTEST -o $@ $^ $(EXTRALIBS) |
| 0 | 451 |
| 979 | 452 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
|
453 |
| 74 | 454 motion-test: motion_test.o $(LIB) |
| 455 | |
|
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
|
456 fft-test: fft-test.o $(LIB) |
| 3921 | 457 |
| 458 .PHONY: amrlibs tests |
