Mercurial > libavcodec.hg
annotate Makefile @ 7046:589806348538 libavcodec
get_bits() outputs exactly as many bits as requested no need to mask them.
author | michael |
---|---|
date | Mon, 16 Jun 2008 20:42:54 +0000 |
parents | 784a2b575226 |
children | 22db515cc789 |
rev | line source |
---|---|
6567 | 1 include $(SUBDIR)../config.mak |
2 | 2 |
6470
9f6b1bd4f763
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
diego
parents:
6468
diff
changeset
|
3 NAME = avcodec |
9f6b1bd4f763
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
diego
parents:
6468
diff
changeset
|
4 FFLIBS = avutil |
9f6b1bd4f763
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
diego
parents:
6468
diff
changeset
|
5 |
5620 | 6 OBJS = allcodecs.o \ |
7 audioconvert.o \ | |
8 bitstream.o \ | |
9 bitstream_filter.o \ | |
10 dsputil.o \ | |
11 eval.o \ | |
6407 | 12 faanidct.o \ |
5620 | 13 imgconvert.o \ |
14 jrevdct.o \ | |
15 opt.o \ | |
16 parser.o \ | |
17 raw.o \ | |
18 resample.o \ | |
19 resample2.o \ | |
20 simple_idct.o \ | |
21 utils.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
|
22 |
2756 | 23 |
3652 | 24 HEADERS = avcodec.h opt.h |
3124 | 25 |
6399 | 26 OBJS-$(CONFIG_ENCODERS) += faandct.o jfdctfst.o jfdctint.o |
27 | |
3441 | 28 OBJS-$(CONFIG_AASC_DECODER) += aasc.o |
7032 | 29 OBJS-$(CONFIG_AC3_DECODER) += ac3dec.o ac3tab.o ac3dec_data.o ac3.o mdct.o fft.o |
4879 | 30 OBJS-$(CONFIG_AC3_ENCODER) += ac3enc.o ac3tab.o ac3.o |
3441 | 31 OBJS-$(CONFIG_ALAC_DECODER) += alac.o |
5736 | 32 OBJS-$(CONFIG_AMV_DECODER) += sp5xdec.o mjpegdec.o mjpeg.o |
5673 | 33 OBJS-$(CONFIG_APE_DECODER) += apedec.o |
6460
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
34 OBJS-$(CONFIG_ASV1_DECODER) += asv1.o mpeg12data.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
35 OBJS-$(CONFIG_ASV1_ENCODER) += asv1.o mpeg12data.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
36 OBJS-$(CONFIG_ASV2_DECODER) += asv1.o mpeg12data.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
37 OBJS-$(CONFIG_ASV2_ENCODER) += asv1.o mpeg12data.o |
5018 | 38 OBJS-$(CONFIG_ATRAC3_DECODER) += atrac3.o mdct.o fft.o |
3441 | 39 OBJS-$(CONFIG_AVS_DECODER) += avs.o |
4803 | 40 OBJS-$(CONFIG_BETHSOFTVID_DECODER) += bethsoftvideo.o |
6640 | 41 OBJS-$(CONFIG_BFI_DECODER) += bfi.o |
3443 | 42 OBJS-$(CONFIG_BMP_DECODER) += bmp.o |
4477
87e943798698
BMP encoder by Michel Bardiaux, mbardiaux mediaxim be
diego
parents:
4451
diff
changeset
|
43 OBJS-$(CONFIG_BMP_ENCODER) += bmpenc.o |
4797 | 44 OBJS-$(CONFIG_C93_DECODER) += c93.o |
6460
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
45 OBJS-$(CONFIG_CAVS_DECODER) += cavs.o cavsdec.o cavsdsp.o golomb.o mpeg12data.o mpegvideo.o |
3441 | 46 OBJS-$(CONFIG_CINEPAK_DECODER) += cinepak.o |
47 OBJS-$(CONFIG_CLJR_DECODER) += cljr.o | |
48 OBJS-$(CONFIG_CLJR_ENCODER) += cljr.o | |
5018 | 49 OBJS-$(CONFIG_COOK_DECODER) += cook.o mdct.o fft.o |
4451 | 50 OBJS-$(CONFIG_CSCD_DECODER) += cscd.o |
3441 | 51 OBJS-$(CONFIG_CYUV_DECODER) += cyuv.o |
4599 | 52 OBJS-$(CONFIG_DCA_DECODER) += dca.o |
5473 | 53 OBJS-$(CONFIG_DNXHD_DECODER) += dnxhddec.o dnxhddata.o |
6460
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
54 OBJS-$(CONFIG_DNXHD_ENCODER) += dnxhdenc.o dnxhddata.o mpegvideo_enc.o motion_est.o ratecontrol.o mpeg12data.o mpegvideo.o |
6045 | 55 OBJS-$(CONFIG_DSICINAUDIO_DECODER) += dsicinav.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
|
56 OBJS-$(CONFIG_DSICINVIDEO_DECODER) += dsicinav.o |
3441 | 57 OBJS-$(CONFIG_DVBSUB_DECODER) += dvbsubdec.o |
58 OBJS-$(CONFIG_DVBSUB_ENCODER) += dvbsub.o | |
4091 | 59 OBJS-$(CONFIG_DVDSUB_DECODER) += dvdsubdec.o |
3441 | 60 OBJS-$(CONFIG_DVDSUB_ENCODER) += dvdsubenc.o |
61 OBJS-$(CONFIG_DVVIDEO_DECODER) += dv.o | |
62 OBJS-$(CONFIG_DVVIDEO_ENCODER) += dv.o | |
4671 | 63 OBJS-$(CONFIG_DXA_DECODER) += dxa.o |
3441 | 64 OBJS-$(CONFIG_EIGHTBPS_DECODER) += 8bps.o |
6547 | 65 OBJS-$(CONFIG_EIGHTSVX_EXP_DECODER) += 8svx.o |
66 OBJS-$(CONFIG_EIGHTSVX_FIB_DECODER) += 8svx.o | |
6549 | 67 OBJS-$(CONFIG_ESCAPE124_DECODER) += escape124.o |
5263 | 68 OBJS-$(CONFIG_FFV1_DECODER) += ffv1.o rangecoder.o golomb.o |
69 OBJS-$(CONFIG_FFV1_ENCODER) += ffv1.o rangecoder.o | |
3443 | 70 OBJS-$(CONFIG_FFVHUFF_DECODER) += huffyuv.o |
71 OBJS-$(CONFIG_FFVHUFF_ENCODER) += huffyuv.o | |
5061 | 72 OBJS-$(CONFIG_FLAC_DECODER) += flac.o golomb.o |
73 OBJS-$(CONFIG_FLAC_ENCODER) += flacenc.o golomb.o | |
4376 | 74 OBJS-$(CONFIG_FLASHSV_DECODER) += flashsv.o |
75 OBJS-$(CONFIG_FLASHSV_ENCODER) += flashsvenc.o | |
3441 | 76 OBJS-$(CONFIG_FLIC_DECODER) += flicvideo.o |
6460
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
77 OBJS-$(CONFIG_FLV_DECODER) += h263dec.o h263.o mpeg12data.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
78 OBJS-$(CONFIG_FLV_ENCODER) += mpegvideo_enc.o motion_est.o ratecontrol.o h263.o mpeg12data.o mpegvideo.o error_resilience.o |
3441 | 79 OBJS-$(CONFIG_FOURXM_DECODER) += 4xm.o |
5820
ffac546a3861
moves fraps huffman decoder to its own file, making it more generic
aurel
parents:
5819
diff
changeset
|
80 OBJS-$(CONFIG_FRAPS_DECODER) += fraps.o huffman.o |
4080
f426c81afc9e
LZW decoder as separate module plus TIFF LZW support
kostya
parents:
4065
diff
changeset
|
81 OBJS-$(CONFIG_GIF_DECODER) += gifdec.o lzw.o |
4125 | 82 OBJS-$(CONFIG_GIF_ENCODER) += gif.o |
6460
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
83 OBJS-$(CONFIG_H261_DECODER) += h261dec.o h261.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
84 OBJS-$(CONFIG_H261_ENCODER) += h261enc.o h261.o mpegvideo_enc.o motion_est.o ratecontrol.o mpeg12data.o mpegvideo.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
85 OBJS-$(CONFIG_H263_DECODER) += h263dec.o h263.o h263_parser.o mpeg12data.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
86 OBJS-$(CONFIG_H263I_DECODER) += h263dec.o h263.o mpeg12data.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
87 OBJS-$(CONFIG_H263_ENCODER) += mpegvideo_enc.o motion_est.o ratecontrol.o h263.o mpeg12data.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
88 OBJS-$(CONFIG_H263P_ENCODER) += mpegvideo_enc.o motion_est.o ratecontrol.o h263.o mpeg12data.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
89 OBJS-$(CONFIG_H264_DECODER) += h264.o h264idct.o h264pred.o h264_parser.o cabac.o golomb.o mpegvideo.o error_resilience.o |
5410 | 90 OBJS-$(CONFIG_H264_ENCODER) += h264enc.o h264dspenc.o |
3441 | 91 OBJS-$(CONFIG_HUFFYUV_DECODER) += huffyuv.o |
92 OBJS-$(CONFIG_HUFFYUV_ENCODER) += huffyuv.o | |
93 OBJS-$(CONFIG_IDCIN_DECODER) += idcinvideo.o | |
5018 | 94 OBJS-$(CONFIG_IMC_DECODER) += imc.o mdct.o fft.o |
3441 | 95 OBJS-$(CONFIG_INDEO2_DECODER) += indeo2.o |
96 OBJS-$(CONFIG_INDEO3_DECODER) += indeo3.o | |
6045 | 97 OBJS-$(CONFIG_INTERPLAY_DPCM_DECODER) += dpcm.o |
3441 | 98 OBJS-$(CONFIG_INTERPLAY_VIDEO_DECODER) += interplayvideo.o |
5061 | 99 OBJS-$(CONFIG_JPEGLS_DECODER) += jpeglsdec.o jpegls.o mjpegdec.o mjpeg.o golomb.o |
100 OBJS-$(CONFIG_JPEGLS_ENCODER) += jpeglsenc.o jpegls.o golomb.o | |
3441 | 101 OBJS-$(CONFIG_KMVC_DECODER) += kmvc.o |
6460
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
102 OBJS-$(CONFIG_LJPEG_ENCODER) += ljpegenc.o mjpegenc.o mjpeg.o mpegvideo_enc.o motion_est.o ratecontrol.o mpeg12data.o mpegvideo.o |
5061 | 103 OBJS-$(CONFIG_LOCO_DECODER) += loco.o golomb.o |
3441 | 104 OBJS-$(CONFIG_MACE3_DECODER) += mace.o |
105 OBJS-$(CONFIG_MACE6_DECODER) += mace.o | |
6508 | 106 OBJS-$(CONFIG_MIMIC_DECODER) += mimic.o |
5041 | 107 OBJS-$(CONFIG_MJPEG_DECODER) += mjpegdec.o mjpeg.o |
6460
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
108 OBJS-$(CONFIG_MJPEG_ENCODER) += mjpegenc.o mjpeg.o mpegvideo_enc.o motion_est.o ratecontrol.o mpeg12data.o mpegvideo.o |
5044 | 109 OBJS-$(CONFIG_MJPEGB_DECODER) += mjpegbdec.o mjpegdec.o mjpeg.o |
3443 | 110 OBJS-$(CONFIG_MMVIDEO_DECODER) += mmvideo.o |
5053 | 111 OBJS-$(CONFIG_MP2_DECODER) += mpegaudiodec.o mpegaudiodecheader.o mpegaudio.o mpegaudiodata.o |
5052
d981eb275c8f
remove dependency of mpeg audio encoder over mpeg audio decoder
aurel
parents:
5050
diff
changeset
|
112 OBJS-$(CONFIG_MP2_ENCODER) += mpegaudioenc.o mpegaudio.o mpegaudiodata.o |
5053 | 113 OBJS-$(CONFIG_MP3_DECODER) += mpegaudiodec.o mpegaudiodecheader.o mpegaudio.o mpegaudiodata.o |
114 OBJS-$(CONFIG_MP3ADU_DECODER) += mpegaudiodec.o mpegaudiodecheader.o mpegaudio.o mpegaudiodata.o | |
6695 | 115 OBJS-$(CONFIG_MP3ON4_DECODER) += mpegaudiodec.o mpegaudiodecheader.o mpegaudio.o mpegaudiodata.o mpeg4audio.o |
5868
2cc044ac80d4
Split Musepack decoder into SV7 decoder and synth core
kostya
parents:
5867
diff
changeset
|
116 OBJS-$(CONFIG_MPC7_DECODER) += mpc7.o mpc.o mpegaudiodec.o mpegaudiodecheader.o mpegaudio.o mpegaudiodata.o |
5879 | 117 OBJS-$(CONFIG_MPC8_DECODER) += mpc8.o mpc.o mpegaudiodec.o mpegaudiodecheader.o mpegaudio.o mpegaudiodata.o |
6460
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
118 OBJS-$(CONFIG_MDEC_DECODER) += mpeg12.o mpeg12data.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
119 OBJS-$(CONFIG_MPEGVIDEO_DECODER) += mpeg12.o mpeg12data.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
120 OBJS-$(CONFIG_MPEG1VIDEO_DECODER) += mpeg12.o mpeg12data.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
121 OBJS-$(CONFIG_MPEG1VIDEO_ENCODER) += mpeg12enc.o mpeg12data.o mpegvideo_enc.o motion_est.o ratecontrol.o mpeg12.o mpeg12data.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
122 OBJS-$(CONFIG_MPEG2VIDEO_DECODER) += mpeg12.o mpeg12data.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
123 OBJS-$(CONFIG_MPEG2VIDEO_ENCODER) += mpeg12enc.o mpeg12data.o mpegvideo_enc.o motion_est.o ratecontrol.o mpeg12.o mpeg12data.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
124 OBJS-$(CONFIG_MPEG4_DECODER) += h263dec.o h263.o mpeg4video_parser.o mpeg12data.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
125 OBJS-$(CONFIG_MPEG4_ENCODER) += mpegvideo_enc.o motion_est.o ratecontrol.o h263.o mpeg12data.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
126 OBJS-$(CONFIG_MSMPEG4V1_DECODER) += msmpeg4.o msmpeg4data.o h263dec.o h263.o mpeg12data.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
127 OBJS-$(CONFIG_MSMPEG4V1_ENCODER) += msmpeg4.o msmpeg4data.o mpegvideo_enc.o motion_est.o ratecontrol.o h263.o mpeg12data.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
128 OBJS-$(CONFIG_MSMPEG4V2_DECODER) += msmpeg4.o msmpeg4data.o h263dec.o h263.o mpeg12data.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
129 OBJS-$(CONFIG_MSMPEG4V2_ENCODER) += msmpeg4.o msmpeg4data.o mpegvideo_enc.o motion_est.o ratecontrol.o h263.o mpeg12data.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
130 OBJS-$(CONFIG_MSMPEG4V3_DECODER) += msmpeg4.o msmpeg4data.o h263dec.o h263.o mpeg12data.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
131 OBJS-$(CONFIG_MSMPEG4V3_ENCODER) += msmpeg4.o msmpeg4data.o mpegvideo_enc.o motion_est.o ratecontrol.o h263.o mpeg12data.o mpegvideo.o error_resilience.o |
3441 | 132 OBJS-$(CONFIG_MSRLE_DECODER) += msrle.o |
133 OBJS-$(CONFIG_MSVIDEO1_DECODER) += msvideo1.o | |
5294 | 134 OBJS-$(CONFIG_MSZH_DECODER) += lcldec.o |
7030
40f18ff994f9
Separating from nellymoserdec.c parts required by encoder
bwolowiec
parents:
7008
diff
changeset
|
135 OBJS-$(CONFIG_NELLYMOSER_DECODER) += nellymoserdec.o nellymoser.o mdct.o fft.o |
4451 | 136 OBJS-$(CONFIG_NUV_DECODER) += nuv.o rtjpeg.o |
4985 | 137 OBJS-$(CONFIG_PAM_ENCODER) += pnmenc.o pnm.o |
138 OBJS-$(CONFIG_PBM_ENCODER) += pnmenc.o pnm.o | |
6073 | 139 OBJS-$(CONFIG_PCX_DECODER) += pcx.o |
4985 | 140 OBJS-$(CONFIG_PGM_ENCODER) += pnmenc.o pnm.o |
141 OBJS-$(CONFIG_PGMYUV_ENCODER) += pnmenc.o pnm.o | |
5337 | 142 OBJS-$(CONFIG_PNG_DECODER) += png.o pngdec.o |
143 OBJS-$(CONFIG_PNG_ENCODER) += png.o pngenc.o | |
4985 | 144 OBJS-$(CONFIG_PPM_ENCODER) += pnmenc.o pnm.o |
4884 | 145 OBJS-$(CONFIG_PTX_DECODER) += ptx.o |
5053 | 146 OBJS-$(CONFIG_QDM2_DECODER) += qdm2.o mdct.o fft.o mpegaudiodec.o mpegaudiodecheader.o mpegaudio.o mpegaudiodata.o |
3441 | 147 OBJS-$(CONFIG_QDRAW_DECODER) += qdrw.o |
148 OBJS-$(CONFIG_QPEG_DECODER) += qpeg.o | |
149 OBJS-$(CONFIG_QTRLE_DECODER) += qtrle.o | |
5195 | 150 OBJS-$(CONFIG_QTRLE_ENCODER) += qtrleenc.o |
6946
f6cd47f54bb3
Remove ra144.o dependency added in revision r13500, now reverted
vitor
parents:
6923
diff
changeset
|
151 OBJS-$(CONFIG_RA_144_DECODER) += ra144.o |
3441 | 152 OBJS-$(CONFIG_RA_288_DECODER) += ra288.o |
5264
810df021dbef
split rawvideo encoder and decoder in their own files
aurel
parents:
5263
diff
changeset
|
153 OBJS-$(CONFIG_RAWVIDEO_DECODER) += rawdec.o |
810df021dbef
split rawvideo encoder and decoder in their own files
aurel
parents:
5263
diff
changeset
|
154 OBJS-$(CONFIG_RAWVIDEO_ENCODER) += rawenc.o |
6523 | 155 OBJS-$(CONFIG_RL2_DECODER) += rl2.o |
5080
e72265f4e518
Split RoQ decoder to accommodate future encoder patch
benoit
parents:
5064
diff
changeset
|
156 OBJS-$(CONFIG_ROQ_DECODER) += roqvideodec.o roqvideo.o |
5184 | 157 OBJS-$(CONFIG_ROQ_ENCODER) += roqvideoenc.o roqvideo.o elbg.o |
3447 | 158 OBJS-$(CONFIG_ROQ_DPCM_DECODER) += dpcm.o |
4932 | 159 OBJS-$(CONFIG_ROQ_DPCM_ENCODER) += roqaudioenc.o |
3441 | 160 OBJS-$(CONFIG_RPZA_DECODER) += rpza.o |
6460
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
161 OBJS-$(CONFIG_RV10_DECODER) += rv10.o h263.o mpeg12data.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
162 OBJS-$(CONFIG_RV10_ENCODER) += rv10.o mpegvideo_enc.o motion_est.o ratecontrol.o h263.o mpeg12data.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
163 OBJS-$(CONFIG_RV20_DECODER) += rv10.o h263.o mpeg12data.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
164 OBJS-$(CONFIG_RV20_ENCODER) += rv10.o mpegvideo_enc.o motion_est.o ratecontrol.o h263.o mpeg12data.o mpegvideo.o error_resilience.o |
4790 | 165 OBJS-$(CONFIG_SGI_DECODER) += sgidec.o |
166 OBJS-$(CONFIG_SGI_ENCODER) += sgienc.o rle.o | |
5061 | 167 OBJS-$(CONFIG_SHORTEN_DECODER) += shorten.o golomb.o |
3443 | 168 OBJS-$(CONFIG_SMACKAUD_DECODER) += smacker.o |
3441 | 169 OBJS-$(CONFIG_SMACKER_DECODER) += smacker.o |
170 OBJS-$(CONFIG_SMC_DECODER) += smc.o | |
5263 | 171 OBJS-$(CONFIG_SNOW_DECODER) += snow.o rangecoder.o |
6460
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
172 OBJS-$(CONFIG_SNOW_ENCODER) += snow.o rangecoder.o motion_est.o ratecontrol.o h263.o mpeg12data.o mpegvideo.o error_resilience.o |
3447 | 173 OBJS-$(CONFIG_SOL_DPCM_DECODER) += dpcm.o |
5061 | 174 OBJS-$(CONFIG_SONIC_DECODER) += sonic.o golomb.o |
175 OBJS-$(CONFIG_SONIC_ENCODER) += sonic.o golomb.o | |
176 OBJS-$(CONFIG_SONIC_LS_ENCODER) += sonic.o golomb.o | |
5042 | 177 OBJS-$(CONFIG_SP5X_DECODER) += sp5xdec.o mjpegdec.o mjpeg.o |
6085 | 178 OBJS-$(CONFIG_SUNRAST_DECODER) += sunrast.o |
6460
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
179 OBJS-$(CONFIG_SVQ1_DECODER) += svq1dec.o svq1.o h263.o mpeg12data.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
180 OBJS-$(CONFIG_SVQ1_ENCODER) += svq1enc.o svq1.o motion_est.o h263.o mpeg12data.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
181 OBJS-$(CONFIG_SVQ3_DECODER) += h264.o h264idct.o h264pred.o h264_parser.o cabac.o golomb.o mpegvideo.o error_resilience.o |
3986 | 182 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
|
183 OBJS-$(CONFIG_TARGA_ENCODER) += targaenc.o rle.o |
5007 | 184 OBJS-$(CONFIG_THEORA_DECODER) += vp3.o xiph.o vp3dsp.o |
5041 | 185 OBJS-$(CONFIG_THP_DECODER) += mjpegdec.o mjpeg.o |
4110 | 186 OBJS-$(CONFIG_TIERTEXSEQVIDEO_DECODER) += tiertexseqv.o |
4080
f426c81afc9e
LZW decoder as separate module plus TIFF LZW support
kostya
parents:
4065
diff
changeset
|
187 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
|
188 OBJS-$(CONFIG_TIFF_ENCODER) += tiffenc.o rle.o lzwenc.o |
3441 | 189 OBJS-$(CONFIG_TRUEMOTION1_DECODER) += truemotion1.o |
190 OBJS-$(CONFIG_TRUEMOTION2_DECODER) += truemotion2.o | |
191 OBJS-$(CONFIG_TRUESPEECH_DECODER) += truespeech.o | |
3443 | 192 OBJS-$(CONFIG_TSCC_DECODER) += tscc.o |
3441 | 193 OBJS-$(CONFIG_TTA_DECODER) += tta.o |
4934 | 194 OBJS-$(CONFIG_TXD_DECODER) += txd.o s3tc.o |
3441 | 195 OBJS-$(CONFIG_ULTI_DECODER) += ulti.o |
5847 | 196 OBJS-$(CONFIG_VB_DECODER) += vb.o |
6460
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
197 OBJS-$(CONFIG_VC1_DECODER) += vc1.o vc1data.o vc1dsp.o msmpeg4data.o h263dec.o h263.o intrax8.o intrax8dsp.o error_resilience.o |
3441 | 198 OBJS-$(CONFIG_VCR1_DECODER) += vcr1.o |
199 OBJS-$(CONFIG_VCR1_ENCODER) += vcr1.o | |
3443 | 200 OBJS-$(CONFIG_VMDAUDIO_DECODER) += vmdav.o |
3441 | 201 OBJS-$(CONFIG_VMDVIDEO_DECODER) += vmdav.o |
3677 | 202 OBJS-$(CONFIG_VMNC_DECODER) += vmnc.o |
5018 | 203 OBJS-$(CONFIG_VORBIS_DECODER) += vorbis_dec.o vorbis.o vorbis_data.o xiph.o mdct.o fft.o |
204 OBJS-$(CONFIG_VORBIS_ENCODER) += vorbis_enc.o vorbis.o vorbis_data.o mdct.o fft.o | |
5007 | 205 OBJS-$(CONFIG_VP3_DECODER) += vp3.o vp3dsp.o |
206 OBJS-$(CONFIG_VP5_DECODER) += vp5.o vp56.o vp56data.o vp3dsp.o | |
5821 | 207 OBJS-$(CONFIG_VP6_DECODER) += vp6.o vp56.o vp56data.o vp3dsp.o huffman.o |
208 OBJS-$(CONFIG_VP6A_DECODER) += vp6.o vp56.o vp56data.o vp3dsp.o huffman.o | |
209 OBJS-$(CONFIG_VP6F_DECODER) += vp6.o vp56.o vp56data.o vp3dsp.o huffman.o | |
3441 | 210 OBJS-$(CONFIG_VQA_DECODER) += vqavideo.o |
3764 | 211 OBJS-$(CONFIG_WAVPACK_DECODER) += wavpack.o |
5018 | 212 OBJS-$(CONFIG_WMAV1_DECODER) += wmadec.o wma.o mdct.o fft.o |
6045 | 213 OBJS-$(CONFIG_WMAV1_ENCODER) += wmaenc.o wma.o mdct.o fft.o |
5018 | 214 OBJS-$(CONFIG_WMAV2_DECODER) += wmadec.o wma.o mdct.o fft.o |
215 OBJS-$(CONFIG_WMAV2_ENCODER) += wmaenc.o wma.o mdct.o fft.o | |
6460
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
216 OBJS-$(CONFIG_WMV1_DECODER) += h263dec.o h263.o mpeg12data.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
217 OBJS-$(CONFIG_WMV1_ENCODER) += mpegvideo_enc.o motion_est.o ratecontrol.o h263.o mpeg12data.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
218 OBJS-$(CONFIG_WMV2_DECODER) += wmv2dec.o wmv2.o msmpeg4.o msmpeg4data.o h263dec.o h263.o intrax8.o intrax8dsp.o mpeg12data.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
219 OBJS-$(CONFIG_WMV2_ENCODER) += wmv2enc.o wmv2.o msmpeg4.o msmpeg4data.o mpegvideo_enc.o motion_est.o ratecontrol.o h263.o mpeg12data.o mpegvideo.o error_resilience.o |
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
220 OBJS-$(CONFIG_WMV3_DECODER) += vc1.o vc1data.o vc1dsp.o msmpeg4data.o h263dec.o h263.o intrax8.o intrax8dsp.o error_resilience.o |
3441 | 221 OBJS-$(CONFIG_WNV1_DECODER) += wnv1.o |
222 OBJS-$(CONFIG_WS_SND1_DECODER) += ws-snd1.o | |
3447 | 223 OBJS-$(CONFIG_XAN_DPCM_DECODER) += dpcm.o |
3441 | 224 OBJS-$(CONFIG_XAN_WC3_DECODER) += xan.o |
225 OBJS-$(CONFIG_XAN_WC4_DECODER) += xan.o | |
226 OBJS-$(CONFIG_XL_DECODER) += xl.o | |
5483 | 227 OBJS-$(CONFIG_XSUB_DECODER) += xsubdec.o |
5294 | 228 OBJS-$(CONFIG_ZLIB_DECODER) += lcldec.o |
229 OBJS-$(CONFIG_ZLIB_ENCODER) += lclenc.o | |
3441 | 230 OBJS-$(CONFIG_ZMBV_DECODER) += zmbv.o |
4286 | 231 OBJS-$(CONFIG_ZMBV_ENCODER) += zmbvenc.o |
2949 | 232 |
6637 | 233 OBJS-$(CONFIG_PCM_ALAW_DECODER) += pcm.o |
234 OBJS-$(CONFIG_PCM_ALAW_ENCODER) += pcm.o | |
6821
1b9c458d6d60
LPCM 24 bits support, patch by Lars T«£uber, lars.taeuber gmx net
diego
parents:
6791
diff
changeset
|
235 OBJS-$(CONFIG_PCM_DVD_DECODER) += pcm.o |
6637 | 236 OBJS-$(CONFIG_PCM_MULAW_DECODER) += pcm.o |
237 OBJS-$(CONFIG_PCM_MULAW_ENCODER) += pcm.o | |
238 OBJS-$(CONFIG_PCM_S8_DECODER) += pcm.o | |
239 OBJS-$(CONFIG_PCM_S8_ENCODER) += pcm.o | |
240 OBJS-$(CONFIG_PCM_S16BE_DECODER) += pcm.o | |
241 OBJS-$(CONFIG_PCM_S16BE_ENCODER) += pcm.o | |
242 OBJS-$(CONFIG_PCM_S16LE_DECODER) += pcm.o | |
243 OBJS-$(CONFIG_PCM_S16LE_ENCODER) += pcm.o | |
244 OBJS-$(CONFIG_PCM_S16LE_PLANAR_DECODER) += pcm.o | |
245 OBJS-$(CONFIG_PCM_S24BE_DECODER) += pcm.o | |
246 OBJS-$(CONFIG_PCM_S24BE_ENCODER) += pcm.o | |
247 OBJS-$(CONFIG_PCM_S24DAUD_DECODER) += pcm.o | |
248 OBJS-$(CONFIG_PCM_S24DAUD_ENCODER) += pcm.o | |
249 OBJS-$(CONFIG_PCM_S24LE_DECODER) += pcm.o | |
250 OBJS-$(CONFIG_PCM_S24LE_ENCODER) += pcm.o | |
6045 | 251 OBJS-$(CONFIG_PCM_S32BE_DECODER) += pcm.o |
252 OBJS-$(CONFIG_PCM_S32BE_ENCODER) += pcm.o | |
3444 | 253 OBJS-$(CONFIG_PCM_S32LE_DECODER) += pcm.o |
254 OBJS-$(CONFIG_PCM_S32LE_ENCODER) += pcm.o | |
6637 | 255 OBJS-$(CONFIG_PCM_U8_DECODER) += pcm.o |
256 OBJS-$(CONFIG_PCM_U8_ENCODER) += pcm.o | |
257 OBJS-$(CONFIG_PCM_U16BE_DECODER) += pcm.o | |
258 OBJS-$(CONFIG_PCM_U16BE_ENCODER) += pcm.o | |
259 OBJS-$(CONFIG_PCM_U16LE_DECODER) += pcm.o | |
260 OBJS-$(CONFIG_PCM_U16LE_ENCODER) += pcm.o | |
6045 | 261 OBJS-$(CONFIG_PCM_U24BE_DECODER) += pcm.o |
262 OBJS-$(CONFIG_PCM_U24BE_ENCODER) += pcm.o | |
3444 | 263 OBJS-$(CONFIG_PCM_U24LE_DECODER) += pcm.o |
264 OBJS-$(CONFIG_PCM_U24LE_ENCODER) += pcm.o | |
6637 | 265 OBJS-$(CONFIG_PCM_U32BE_DECODER) += pcm.o |
266 OBJS-$(CONFIG_PCM_U32BE_ENCODER) += pcm.o | |
267 OBJS-$(CONFIG_PCM_U32LE_DECODER) += pcm.o | |
268 OBJS-$(CONFIG_PCM_U32LE_ENCODER) += pcm.o | |
6162
b14019b98ffc
add missing Makefile rules for zork pcm encoder/decoder
aurel
parents:
6161
diff
changeset
|
269 OBJS-$(CONFIG_PCM_ZORK_DECODER) += pcm.o |
b14019b98ffc
add missing Makefile rules for zork pcm encoder/decoder
aurel
parents:
6161
diff
changeset
|
270 OBJS-$(CONFIG_PCM_ZORK_ENCODER) += pcm.o |
3444 | 271 |
272 OBJS-$(CONFIG_ADPCM_4XM_DECODER) += adpcm.o | |
5867 | 273 OBJS-$(CONFIG_ADPCM_ADX_DECODER) += adxdec.o |
5866 | 274 OBJS-$(CONFIG_ADPCM_ADX_ENCODER) += adxenc.o |
3444 | 275 OBJS-$(CONFIG_ADPCM_CT_DECODER) += adpcm.o |
276 OBJS-$(CONFIG_ADPCM_EA_DECODER) += adpcm.o | |
5851 | 277 OBJS-$(CONFIG_ADPCM_EA_R1_DECODER) += adpcm.o |
278 OBJS-$(CONFIG_ADPCM_EA_R2_DECODER) += adpcm.o | |
279 OBJS-$(CONFIG_ADPCM_EA_R3_DECODER) += adpcm.o | |
5870 | 280 OBJS-$(CONFIG_ADPCM_EA_XAS_DECODER) += adpcm.o |
3444 | 281 OBJS-$(CONFIG_ADPCM_G726_DECODER) += g726.o |
282 OBJS-$(CONFIG_ADPCM_G726_ENCODER) += g726.o | |
5726 | 283 OBJS-$(CONFIG_ADPCM_IMA_AMV_DECODER) += adpcm.o |
3444 | 284 OBJS-$(CONFIG_ADPCM_IMA_DK3_DECODER) += adpcm.o |
285 OBJS-$(CONFIG_ADPCM_IMA_DK4_DECODER) += adpcm.o | |
5854 | 286 OBJS-$(CONFIG_ADPCM_IMA_EA_EACS_DECODER) += adpcm.o |
5853 | 287 OBJS-$(CONFIG_ADPCM_IMA_EA_SEAD_DECODER) += adpcm.o |
3444 | 288 OBJS-$(CONFIG_ADPCM_IMA_QT_DECODER) += adpcm.o |
4495 | 289 OBJS-$(CONFIG_ADPCM_IMA_SMJPEG_DECODER) += adpcm.o |
3444 | 290 OBJS-$(CONFIG_ADPCM_IMA_WAV_DECODER) += adpcm.o |
291 OBJS-$(CONFIG_ADPCM_IMA_WAV_ENCODER) += adpcm.o | |
292 OBJS-$(CONFIG_ADPCM_IMA_WS_DECODER) += adpcm.o | |
293 OBJS-$(CONFIG_ADPCM_MS_DECODER) += adpcm.o | |
294 OBJS-$(CONFIG_ADPCM_MS_ENCODER) += adpcm.o | |
295 OBJS-$(CONFIG_ADPCM_SBPRO_2_DECODER) += adpcm.o | |
296 OBJS-$(CONFIG_ADPCM_SBPRO_3_DECODER) += adpcm.o | |
297 OBJS-$(CONFIG_ADPCM_SBPRO_4_DECODER) += adpcm.o | |
298 OBJS-$(CONFIG_ADPCM_SWF_DECODER) += adpcm.o | |
299 OBJS-$(CONFIG_ADPCM_SWF_ENCODER) += adpcm.o | |
4800 | 300 OBJS-$(CONFIG_ADPCM_THP_DECODER) += adpcm.o |
3444 | 301 OBJS-$(CONFIG_ADPCM_XA_DECODER) += adpcm.o |
302 OBJS-$(CONFIG_ADPCM_YAMAHA_DECODER) += adpcm.o | |
303 OBJS-$(CONFIG_ADPCM_YAMAHA_ENCODER) += adpcm.o | |
304 | |
5911 | 305 # libavformat dependencies |
6460
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
306 OBJS-$(CONFIG_GXF_DEMUXER) += mpeg12data.o |
6561 | 307 OBJS-$(CONFIG_MATROSKA_AUDIO_MUXER) += xiph.o mpeg4audio.o |
308 OBJS-$(CONFIG_MATROSKA_DEMUXER) += mpeg4audio.o | |
309 OBJS-$(CONFIG_MATROSKA_MUXER) += xiph.o mpeg4audio.o | |
6681 | 310 OBJS-$(CONFIG_MOV_DEMUXER) += mpeg4audio.o mpegaudiodata.o |
6458
58305141e1bb
add dependencies for matroska audio and nut muxers over lavc
aurel
parents:
6454
diff
changeset
|
311 OBJS-$(CONFIG_NUT_MUXER) += mpegaudiodata.o |
5911 | 312 OBJS-$(CONFIG_OGG_MUXER) += xiph.o |
6460
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
313 OBJS-$(CONFIG_RTP_MUXER) += mpegvideo.o |
5911 | 314 |
4338 | 315 # external codec libraries |
5101
c3f2379b80db
Give all wrappers for external libraries names starting with lib.
diego
parents:
5080
diff
changeset
|
316 OBJS-$(CONFIG_LIBA52) += liba52.o |
6178
de96bd7409ad
Do not group libamr_nb and libamr_wb together as libamr.
diego
parents:
6163
diff
changeset
|
317 OBJS-$(CONFIG_LIBAMR_NB) += libamr.o |
de96bd7409ad
Do not group libamr_nb and libamr_wb together as libamr.
diego
parents:
6163
diff
changeset
|
318 OBJS-$(CONFIG_LIBAMR_WB) += libamr.o |
6734 | 319 OBJS-$(CONFIG_LIBDIRAC_DECODER) += libdiracdec.o |
320 OBJS-$(CONFIG_LIBDIRAC_ENCODER) += libdiracenc.o libdirac_libschro.o | |
5101
c3f2379b80db
Give all wrappers for external libraries names starting with lib.
diego
parents:
5080
diff
changeset
|
321 OBJS-$(CONFIG_LIBFAAC) += libfaac.o |
c3f2379b80db
Give all wrappers for external libraries names starting with lib.
diego
parents:
5080
diff
changeset
|
322 OBJS-$(CONFIG_LIBFAAD) += libfaad.o |
4338 | 323 OBJS-$(CONFIG_LIBGSM) += libgsm.o |
5101
c3f2379b80db
Give all wrappers for external libraries names starting with lib.
diego
parents:
5080
diff
changeset
|
324 OBJS-$(CONFIG_LIBMP3LAME) += libmp3lame.o |
6738 | 325 OBJS-$(CONFIG_LIBSCHROEDINGER_DECODER) += libschroedingerdec.o libschroedinger.o libdirac_libschro.o |
326 OBJS-$(CONFIG_LIBSCHROEDINGER_ENCODER) += libschroedingerenc.o libschroedinger.o libdirac_libschro.o | |
4403 | 327 OBJS-$(CONFIG_LIBTHEORA) += libtheoraenc.o |
5101
c3f2379b80db
Give all wrappers for external libraries names starting with lib.
diego
parents:
5080
diff
changeset
|
328 OBJS-$(CONFIG_LIBVORBIS) += libvorbis.o |
5105
bdd2625a8ac5
Add some forgotten lib prefixes to Makefile variables.
diego
parents:
5101
diff
changeset
|
329 OBJS-$(CONFIG_LIBX264) += libx264.o |
bdd2625a8ac5
Add some forgotten lib prefixes to Makefile variables.
diego
parents:
5101
diff
changeset
|
330 OBJS-$(CONFIG_LIBXVID) += libxvidff.o libxvid_rc.o |
3441 | 331 |
338 | 332 |
6559 | 333 OBJS-$(CONFIG_AAC_PARSER) += aac_parser.o aac_ac3_parser.o mpeg4audio.o |
4941 | 334 OBJS-$(CONFIG_AC3_PARSER) += ac3_parser.o ac3tab.o aac_ac3_parser.o |
4945 | 335 OBJS-$(CONFIG_CAVSVIDEO_PARSER) += cavs_parser.o |
4899 | 336 OBJS-$(CONFIG_DCA_PARSER) += dca_parser.o |
6733
cebe9c3422a8
Add Dirac parser from SoC; written by Marco Gerards;
diego
parents:
6708
diff
changeset
|
337 OBJS-$(CONFIG_DIRAC_PARSER) += dirac_parser.o |
4923 | 338 OBJS-$(CONFIG_DVBSUB_PARSER) += dvbsub_parser.o |
4924 | 339 OBJS-$(CONFIG_DVDSUB_PARSER) += dvdsub_parser.o |
4905 | 340 OBJS-$(CONFIG_H261_PARSER) += h261_parser.o |
4938 | 341 OBJS-$(CONFIG_H263_PARSER) += h263_parser.o |
4975 | 342 OBJS-$(CONFIG_H264_PARSER) += h264_parser.o |
4977 | 343 OBJS-$(CONFIG_MJPEG_PARSER) += mjpeg_parser.o |
5954 | 344 OBJS-$(CONFIG_MLP_PARSER) += mlp_parser.o |
6460
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
345 OBJS-$(CONFIG_MPEG4VIDEO_PARSER) += mpeg4video_parser.o h263.o mpeg12data.o mpegvideo.o error_resilience.o |
5302 | 346 OBJS-$(CONFIG_MPEGAUDIO_PARSER) += mpegaudio_parser.o mpegaudiodecheader.o mpegaudiodata.o |
6460
69ee6809e88d
make compilation of mpeg12* and mpegvideo conditional
aurel
parents:
6458
diff
changeset
|
347 OBJS-$(CONFIG_MPEGVIDEO_PARSER) += mpegvideo_parser.o mpeg12.o mpeg12data.o mpegvideo.o error_resilience.o |
4985 | 348 OBJS-$(CONFIG_PNM_PARSER) += pnm_parser.o pnm.o |
4900 | 349 OBJS-$(CONFIG_VC1_PARSER) += vc1_parser.o |
3455
cc4b4ea83e29
--enable/disable parsers. Warning: some combinations are broken.
mru
parents:
3447
diff
changeset
|
350 |
5037
654e035bc755
move dump_extradata bitstream filter in its own file
aurel
parents:
5036
diff
changeset
|
351 OBJS-$(CONFIG_DUMP_EXTRADATA_BSF) += dump_extradata_bsf.o |
5644 | 352 OBJS-$(CONFIG_H264_MP4TOANNEXB_BSF) += h264_mp4toannexb_bsf.o |
5620 | 353 OBJS-$(CONFIG_IMX_DUMP_HEADER_BSF) += imx_dump_header_bsf.o |
354 OBJS-$(CONFIG_MJPEGA_DUMP_HEADER_BSF) += mjpega_dump_header_bsf.o | |
6194
d8a712661dff
Add bitstream filter to convert between mov and plain text subtitles
reimar
parents:
6192
diff
changeset
|
355 OBJS-$(CONFIG_MOV2TEXTSUB_BSF) += movsub_bsf.o |
5034
b955154b7ca9
move mp3_header_compress bitstream filter in its own file
aurel
parents:
5033
diff
changeset
|
356 OBJS-$(CONFIG_MP3_HEADER_COMPRESS_BSF) += mp3_header_compress_bsf.o |
5033
3c034e71667f
move mp3_header_decompress bitstream filter in its own file
aurel
parents:
5031
diff
changeset
|
357 OBJS-$(CONFIG_MP3_HEADER_DECOMPRESS_BSF) += mp3_header_decompress_bsf.o mpegaudiodata.o |
5620 | 358 OBJS-$(CONFIG_NOISE_BSF) += noise_bsf.o |
359 OBJS-$(CONFIG_REMOVE_EXTRADATA_BSF) += remove_extradata_bsf.o | |
6194
d8a712661dff
Add bitstream filter to convert between mov and plain text subtitles
reimar
parents:
6192
diff
changeset
|
360 OBJS-$(CONFIG_TEXT2MOVSUB_BSF) += movsub_bsf.o |
4994
3fa689636240
allow to enable or disable every bitstream filters individually
aurel
parents:
4990
diff
changeset
|
361 |
5620 | 362 OBJS-$(HAVE_BEOSTHREADS) += beosthread.o |
363 OBJS-$(HAVE_OS2THREADS) += os2thread.o | |
3441 | 364 OBJS-$(HAVE_PTHREADS) += pthread.o |
365 OBJS-$(HAVE_W32THREADS) += w32thread.o | |
1500
726a81d83ddd
Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>)
michaelni
parents:
1498
diff
changeset
|
366 |
6551
314874740f5a
Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL.
diego
parents:
6549
diff
changeset
|
367 OBJS-$(HAVE_XVMC) += xvmcvideo.o |
2729 | 368 |
6569 | 369 ifndef CONFIG_SWSCALE |
3558 | 370 OBJS += imgresample.o |
371 endif | |
372 | |
4759 | 373 # processor-specific code |
6569 | 374 ifdef HAVE_MMX |
3931
6c9bc2ecbf79
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents:
3925
diff
changeset
|
375 OBJS += i386/fdct_mmx.o \ |
6708 | 376 i386/cpuid.o \ |
3931
6c9bc2ecbf79
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents:
3925
diff
changeset
|
377 i386/dsputil_mmx.o \ |
6c9bc2ecbf79
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents:
3925
diff
changeset
|
378 i386/mpegvideo_mmx.o \ |
6c9bc2ecbf79
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents:
3925
diff
changeset
|
379 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
|
380 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
|
381 i386/idct_mmx_xvid.o \ |
6601 | 382 i386/idct_sse2_xvid.o \ |
3931
6c9bc2ecbf79
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents:
3925
diff
changeset
|
383 i386/fft_sse.o \ |
6c9bc2ecbf79
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents:
3925
diff
changeset
|
384 i386/fft_3dn.o \ |
6c9bc2ecbf79
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents:
3925
diff
changeset
|
385 i386/fft_3dn2.o \ |
6c9bc2ecbf79
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
diego
parents:
3925
diff
changeset
|
386 |
4557 | 387 OBJS-$(CONFIG_GPL) += i386/idct_mmx.o |
5640 | 388 |
6403
9a736918fd90
split encoding part of dsputil_mmx into its own file
aurel
parents:
6399
diff
changeset
|
389 OBJS-$(CONFIG_ENCODERS) += i386/dsputilenc_mmx.o |
9a736918fd90
split encoding part of dsputil_mmx into its own file
aurel
parents:
6399
diff
changeset
|
390 |
4557 | 391 OBJS-$(CONFIG_CAVS_DECODER) += i386/cavsdsp_mmx.o |
6030 | 392 OBJS-$(CONFIG_FLAC_ENCODER) += i386/flacdsp_mmx.o |
5640 | 393 OBJS-$(CONFIG_SNOW_DECODER) += i386/snowdsp_mmx.o |
5948 | 394 OBJS-$(CONFIG_VC1_DECODER) += i386/vc1dsp_mmx.o |
5007 | 395 OBJS-$(CONFIG_VP3_DECODER) += i386/vp3dsp_mmx.o i386/vp3dsp_sse2.o |
396 OBJS-$(CONFIG_VP5_DECODER) += i386/vp3dsp_mmx.o i386/vp3dsp_sse2.o | |
397 OBJS-$(CONFIG_VP6_DECODER) += i386/vp3dsp_mmx.o i386/vp3dsp_sse2.o | |
5819 | 398 OBJS-$(CONFIG_VP6A_DECODER) += i386/vp3dsp_mmx.o i386/vp3dsp_sse2.o |
5301 | 399 OBJS-$(CONFIG_VP6F_DECODER) += i386/vp3dsp_mmx.o i386/vp3dsp_sse2.o |
5948 | 400 OBJS-$(CONFIG_WMV3_DECODER) += i386/vc1dsp_mmx.o |
0 | 401 endif |
402 | |
5147 | 403 ASM_OBJS-$(ARCH_ARMV4L) += armv4l/jrevdct_arm.o \ |
3441 | 404 armv4l/simple_idct_arm.o \ |
3941
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
405 armv4l/dsputil_arm_s.o \ |
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
406 |
5147 | 407 OBJS-$(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
|
408 armv4l/mpegvideo_arm.o \ |
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
409 |
5148
fdcf146e5b49
replace TARGET_* with HAVE_* simplifying lists in configure script
mru
parents:
5147
diff
changeset
|
410 OBJS-$(HAVE_IWMMXT) += armv4l/dsputil_iwmmxt.o \ |
3941
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
411 armv4l/mpegvideo_iwmmxt.o \ |
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
412 |
6502 | 413 OBJS-$(HAVE_ARMV5TE) += armv4l/mpegvideo_armv5te.o \ |
414 | |
6791
23fc5822802d
armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list since
gpoirier
parents:
6786
diff
changeset
|
415 OBJS-$(HAVE_ARMVFP) += armv4l/float_arm_vfp.o \ |
23fc5822802d
armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list since
gpoirier
parents:
6786
diff
changeset
|
416 |
5148
fdcf146e5b49
replace TARGET_* with HAVE_* simplifying lists in configure script
mru
parents:
5147
diff
changeset
|
417 ASM_OBJS-$(HAVE_ARMV5TE) += armv4l/simple_idct_armv5te.o \ |
3441 | 418 |
5148
fdcf146e5b49
replace TARGET_* with HAVE_* simplifying lists in configure script
mru
parents:
5147
diff
changeset
|
419 ASM_OBJS-$(HAVE_ARMV6) += armv4l/simple_idct_armv6.o \ |
4427 | 420 |
5700
38d6bfd301e6
VIS-specific code should be compiled conditional to HAVE_VIS, not ARCH_SPARC.
diego
parents:
5675
diff
changeset
|
421 OBJS-$(HAVE_VIS) += sparc/dsputil_vis.o \ |
5618 | 422 sparc/simple_idct_vis.o \ |
3941
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
423 |
6535
34717463c154
Classify mlib as a configurable option, not as a hardware feature.
diego
parents:
6523
diff
changeset
|
424 OBJS-$(CONFIG_MLIB) += mlib/dsputil_mlib.o \ |
88 | 425 |
5147 | 426 OBJS-$(ARCH_ALPHA) += alpha/dsputil_alpha.o \ |
5620 | 427 alpha/motion_est_alpha.o \ |
3441 | 428 alpha/mpegvideo_alpha.o \ |
429 alpha/simple_idct_alpha.o \ | |
3941
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
430 |
5147 | 431 ASM_OBJS-$(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
|
432 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
|
433 |
5147 | 434 OBJS-$(ARCH_POWERPC) += ppc/dsputil_ppc.o \ |
3941
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
435 |
5148
fdcf146e5b49
replace TARGET_* with HAVE_* simplifying lists in configure script
mru
parents:
5147
diff
changeset
|
436 OBJS-$(HAVE_MMI) += ps2/dsputil_mmi.o \ |
3441 | 437 ps2/idct_mmi.o \ |
3941
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
438 ps2/mpegvideo_mmi.o \ |
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
439 |
5147 | 440 OBJS-$(ARCH_SH4) += sh4/idct_sh4.o \ |
5620 | 441 sh4/dsputil_align.o \ |
3441 | 442 sh4/dsputil_sh4.o \ |
3941
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
443 |
5750
09f99af1db40
Sanitize altivec code so it can be built with runtime check properly
lu_zero
parents:
5747
diff
changeset
|
444 ALTIVEC-OBJS-yes += ppc/dsputil_altivec.o \ |
5620 | 445 ppc/fdct_altivec.o \ |
3441 | 446 ppc/fft_altivec.o \ |
5620 | 447 ppc/float_altivec.o \ |
3441 | 448 ppc/gmc_altivec.o \ |
5620 | 449 ppc/idct_altivec.o \ |
4838
eeac11145c4e
ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1
lu_zero
parents:
4803
diff
changeset
|
450 ppc/int_altivec.o \ |
5620 | 451 ppc/mpegvideo_altivec.o \ |
3941
d909e874e099
cosmetics: Add backslashes to the last line of continued lines to make
diego
parents:
3937
diff
changeset
|
452 |
5750
09f99af1db40
Sanitize altivec code so it can be built with runtime check properly
lu_zero
parents:
5747
diff
changeset
|
453 ALTIVEC-OBJS-$(CONFIG_H264_DECODER) += ppc/h264_altivec.o |
09f99af1db40
Sanitize altivec code so it can be built with runtime check properly
lu_zero
parents:
5747
diff
changeset
|
454 ALTIVEC-OBJS-$(CONFIG_SNOW_DECODER) += ppc/snow_altivec.o |
09f99af1db40
Sanitize altivec code so it can be built with runtime check properly
lu_zero
parents:
5747
diff
changeset
|
455 ALTIVEC-OBJS-$(CONFIG_VC1_DECODER) += ppc/vc1dsp_altivec.o |
09f99af1db40
Sanitize altivec code so it can be built with runtime check properly
lu_zero
parents:
5747
diff
changeset
|
456 ALTIVEC-OBJS-$(CONFIG_WMV3_DECODER) += ppc/vc1dsp_altivec.o |
09f99af1db40
Sanitize altivec code so it can be built with runtime check properly
lu_zero
parents:
5747
diff
changeset
|
457 |
09f99af1db40
Sanitize altivec code so it can be built with runtime check properly
lu_zero
parents:
5747
diff
changeset
|
458 # -maltivec is needed in order to build AltiVec code. |
6567 | 459 $(addprefix $(SUBDIR),$(ALTIVEC-OBJS-yes)): CFLAGS += -maltivec -mabi=altivec |
5750
09f99af1db40
Sanitize altivec code so it can be built with runtime check properly
lu_zero
parents:
5747
diff
changeset
|
460 |
09f99af1db40
Sanitize altivec code so it can be built with runtime check properly
lu_zero
parents:
5747
diff
changeset
|
461 # check_altivec must be built without -maltivec |
09f99af1db40
Sanitize altivec code so it can be built with runtime check properly
lu_zero
parents:
5747
diff
changeset
|
462 OBJS-$(HAVE_ALTIVEC) += $(ALTIVEC-OBJS-yes) \ |
09f99af1db40
Sanitize altivec code so it can be built with runtime check properly
lu_zero
parents:
5747
diff
changeset
|
463 ppc/check_altivec.o |
4227
ef1d382309e5
Conditionally compile some of the AltiVec optimizations.
diego
parents:
4225
diff
changeset
|
464 |
5147 | 465 OBJS-$(ARCH_BFIN) += bfin/dsputil_bfin.o \ |
5132
a3b82ca01e68
integrating MPV_common_init_bfin into the build system and mpegvideo.c
mhoffman
parents:
5115
diff
changeset
|
466 bfin/mpegvideo_bfin.o \ |
5776
73ec16dbcbc1
blackfin optimized vp3 transform and infastructure for idct
mhoffman
parents:
5751
diff
changeset
|
467 bfin/vp3_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
|
468 |
5147 | 469 ASM_OBJS-$(ARCH_BFIN) += bfin/pixels_bfin.o \ |
5620 | 470 bfin/fdct_bfin.o \ |
4765
85298e8c55c4
bfin dsputils, basic pixel operations sads, diffs, motion compensation
diego
parents:
4759
diff
changeset
|
471 bfin/idct_bfin.o \ |
5776
73ec16dbcbc1
blackfin optimized vp3 transform and infastructure for idct
mhoffman
parents:
5751
diff
changeset
|
472 bfin/vp3_idct_bfin.o \ |
4765
85298e8c55c4
bfin dsputils, basic pixel operations sads, diffs, motion compensation
diego
parents:
4759
diff
changeset
|
473 |
6191
0bc5338a2e33
Move some lines in preparation for an upcoming commit.
diego
parents:
6185
diff
changeset
|
474 TESTS = $(addsuffix -test$(EXESUF), cabac dct eval fft h264 imgresample rangecoder snow) |
6708 | 475 TESTS-$(ARCH_X86) += i386/cpuid-test$(EXESUF) motion-test$(EXESUF) |
6191
0bc5338a2e33
Move some lines in preparation for an upcoming commit.
diego
parents:
6185
diff
changeset
|
476 |
6589
591209dba27a
Generate the list of files to clean in subdirectories in common.mak.
diego
parents:
6588
diff
changeset
|
477 CLEANFILES = apiexample$(EXESUF) |
6588 | 478 DIRS = alpha armv4l bfin i386 mlib ppc ps2 sh4 sparc |
479 | |
6567 | 480 include $(SUBDIR)../subdir.mak |
4990 | 481 |
6619 | 482 $(SUBDIR)dct-test$(EXESUF): $(SUBDIR)fdctref.o |