Mercurial > audlegacy-plugins
annotate src/ffmpeg/libavcodec/Makefile @ 817:b3b7a4e480b2 trunk
[svn] - make this compile again
| author | nenolod |
|---|---|
| date | Mon, 12 Mar 2007 13:14:40 -0700 |
| parents | 87b58fcb96c8 |
| children | 66caee79ecc0 |
| 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 dct-test.c \ | |
| 32 dpcm.c \ | |
| 33 dsicinav.c \ | |
| 816 | 34 dsputil.c \ |
| 35 mpegaudio.c \ | |
| 36 mpegaudiodec.c \ | |
|
814
2eaaa3aa182b
[svn] - make the whole thing compile. runtime linking is another story.
nenolod
parents:
813
diff
changeset
|
37 dvbsub.c \ |
| 812 | 38 dvbsubdec.c \ |
| 39 dvdsub.c msrle.c \ | |
| 40 dvdsubenc.c msvideo1.c \ | |
| 41 eval.c oggvorbis.c \ | |
| 42 faac.c opt.c \ | |
| 808 | 43 faandct.c parser.c wavpack.c \ |
| 44 fdctref.c pcm.c wmadec.c \ | |
| 810 | 45 fft-test.c png.c \ |
| 816 | 46 fft.c wnv1.c \ |
| 808 | 47 ffv1.c pthread.c ws-snd1.c \ |
| 810 | 48 flac.c qdm2.c \ |
| 816 | 49 flacenc.c \ |
|
814
2eaaa3aa182b
[svn] - make the whole thing compile. runtime linking is another story.
nenolod
parents:
813
diff
changeset
|
50 flashsv.c \ |
| 810 | 51 flicvideo.c qtrle.c \ |
| 52 fraps.c ra144.c \ | |
| 812 | 53 g726.c ra288.c \ |
|
814
2eaaa3aa182b
[svn] - make the whole thing compile. runtime linking is another story.
nenolod
parents:
813
diff
changeset
|
54 gifdec.c rangecoder.c \ |
| 816 | 55 golomb.c |
| 808 | 56 |
| 810 | 57 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 | 58 |
| 59 OBJECTS=${SOURCES:.c=.o} | |
| 60 | |
| 61 include ../../../mk/objective.mk | |
| 62 | |
| 63 libavcodec.a: $(OBJECTS) | |
| 64 $(AR) cq $@ $(OBJECTS) |
