Mercurial > audlegacy-plugins
annotate src/ffmpeg/libavcodec/Makefile @ 814:2eaaa3aa182b trunk
[svn] - make the whole thing compile. runtime linking is another story.
| author | nenolod |
|---|---|
| date | Mon, 12 Mar 2007 13:00:06 -0700 |
| parents | 1d03ded97d44 |
| children | 23a5aa2c545c |
| rev | line source |
|---|---|
| 808 | 1 include ../../../mk/rules.mk |
| 2 include ../../../mk/init.mk | |
| 3 | |
| 4 OBJECTIVE_LIBS_NOINST= libavcodec.a | |
| 5 | |
| 6 SOURCES = \ | |
| 811 | 7 4xm.c raw.c \ |
| 8 8bps.c resample.c \ | |
| 9 resample2.c \ | |
| 813 | 10 aasc.c \ |
| 811 | 11 rpza.c \ |
| 808 | 12 ac3enc.c huffyuv.c rtjpeg.c \ |
| 812 | 13 adpcm.c \ |
| 808 | 14 adx.c imgconvert.c shorten.c \ |
| 15 alac.c imgresample.c simple_idct.c \ | |
| 813 | 16 allcodecs.c \ |
| 812 | 17 smc.c \ |
| 18 apiexample.c \ | |
| 808 | 19 asv1.c jfdctfst.c sonic.c \ |
|
814
2eaaa3aa182b
[svn] - make the whole thing compile. runtime linking is another story.
nenolod
parents:
813
diff
changeset
|
20 audioconvert.c jfdctint.c \ |
| 810 | 21 avs.c \ |
| 808 | 22 jrevdct.c targa.c \ |
|
814
2eaaa3aa182b
[svn] - make the whole thing compile. runtime linking is another story.
nenolod
parents:
813
diff
changeset
|
23 bitstream.c kmvc.c \ |
| 808 | 24 bitstream_filter.c lcl.c tiff.c \ |
|
814
2eaaa3aa182b
[svn] - make the whole thing compile. runtime linking is another story.
nenolod
parents:
813
diff
changeset
|
25 bmp.c \ |
|
2eaaa3aa182b
[svn] - make the whole thing compile. runtime linking is another story.
nenolod
parents:
813
diff
changeset
|
26 cabac.c loco.c \ |
| 808 | 27 cavs.c lzo.c truespeech.c \ |
| 28 cavsdsp.c mace.c tscc.c \ | |
| 812 | 29 mdct.c tta.c \ |
|
814
2eaaa3aa182b
[svn] - make the whole thing compile. runtime linking is another story.
nenolod
parents:
813
diff
changeset
|
30 cljr.c \ |
| 810 | 31 cook.c utils.c \ |
| 813 | 32 cscd.c \ |
| 33 cyuv.c \ | |
| 34 dct-test.c \ | |
| 35 dpcm.c \ | |
| 36 dsicinav.c \ | |
| 810 | 37 dsputil.c vorbis.c \ |
| 38 mpegaudio.c vorbis_data.c \ | |
| 808 | 39 dv.c mpegaudiodec.c vorbis_enc.c \ |
|
814
2eaaa3aa182b
[svn] - make the whole thing compile. runtime linking is another story.
nenolod
parents:
813
diff
changeset
|
40 dvbsub.c \ |
| 812 | 41 dvbsubdec.c \ |
| 42 dvdsub.c msrle.c \ | |
| 43 dvdsubenc.c msvideo1.c \ | |
| 44 error_resilience.c \ | |
| 45 eval.c oggvorbis.c \ | |
| 46 faac.c opt.c \ | |
| 808 | 47 faandct.c parser.c wavpack.c \ |
| 48 fdctref.c pcm.c wmadec.c \ | |
| 810 | 49 fft-test.c png.c \ |
| 808 | 50 fft.c pnm.c wnv1.c \ |
| 51 ffv1.c pthread.c ws-snd1.c \ | |
| 810 | 52 flac.c qdm2.c \ |
| 812 | 53 flacenc.c qdrw.c \ |
|
814
2eaaa3aa182b
[svn] - make the whole thing compile. runtime linking is another story.
nenolod
parents:
813
diff
changeset
|
54 flashsv.c \ |
| 810 | 55 flicvideo.c qtrle.c \ |
| 56 fraps.c ra144.c \ | |
| 812 | 57 g726.c ra288.c \ |
|
814
2eaaa3aa182b
[svn] - make the whole thing compile. runtime linking is another story.
nenolod
parents:
813
diff
changeset
|
58 gifdec.c rangecoder.c \ |
| 808 | 59 golomb.c ratecontrol.c |
| 60 | |
| 810 | 61 CFLAGS+= $(PICFLAGS) -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -I../../.. -I../libavformat -I../libavutil -I.. -DHAVE_AV_CONFIG_H |
| 808 | 62 |
| 63 OBJECTS=${SOURCES:.c=.o} | |
| 64 | |
| 65 include ../../../mk/objective.mk | |
| 66 | |
| 67 libavcodec.a: $(OBJECTS) | |
| 68 $(AR) cq $@ $(OBJECTS) |
