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