Mercurial > audlegacy-plugins
annotate src/ffmpeg/libavformat/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 | e8776388b02a |
| children | a53d893eb303 |
| rev | line source |
|---|---|
| 808 | 1 include ../../../mk/rules.mk |
| 2 include ../../../mk/init.mk | |
| 3 | |
| 4 OBJECTIVE_LIBS_NOINST= libavformat.a | |
| 5 | |
| 6 SOURCES = \ | |
| 7 4xm.c electronicarts.c mov.c rm.c \ | |
|
814
2eaaa3aa182b
[svn] - make the whole thing compile. runtime linking is another story.
nenolod
parents:
808
diff
changeset
|
8 adtsenc.c ffm.c movenc.c \ |
| 808 | 9 aiff.c file.c mp3.c rtpproto.c \ |
|
814
2eaaa3aa182b
[svn] - make the whole thing compile. runtime linking is another story.
nenolod
parents:
808
diff
changeset
|
10 allformats.c flic.c mpeg.c \ |
| 808 | 11 amr.c flvdec.c mpegts.c segafilm.c \ |
| 12 asf-enc.c flvenc.c mpegtsenc.c sgi.c \ | |
| 13 asf.c framehook.c mpjpeg.c sierravmd.c \ | |
| 14 au.c gif.c mtv.c smacker.c \ | |
| 15 audio.c gifdec.c mxf.c sol.c \ | |
| 16 avidec.c grab.c nsvdec.c swf.c \ | |
|
814
2eaaa3aa182b
[svn] - make the whole thing compile. runtime linking is another story.
nenolod
parents:
808
diff
changeset
|
17 avienc.c nut.c \ |
| 808 | 18 avio.c gxf.c nuv.c tiertexseq.c\ |
| 19 aviobuf.c gxfenc.c ogg.c tta.c \ | |
|
814
2eaaa3aa182b
[svn] - make the whole thing compile. runtime linking is another story.
nenolod
parents:
808
diff
changeset
|
20 ogg2.c \ |
| 808 | 21 avs.c idcin.c oggparseflac.c utils.c \ |
| 22 barpainet.c idroq.c oggparseogm.c v4l2.c \ | |
| 23 crc.c img.c oggparsetheora.c voc.c \ | |
| 24 cutils.c img2.c oggparsevorbis.c wav.c \ | |
| 25 daud.c ipmovie.c os_support.c wc3movie.c \ | |
|
814
2eaaa3aa182b
[svn] - make the whole thing compile. runtime linking is another story.
nenolod
parents:
808
diff
changeset
|
26 isom.c png.c westwood.c \ |
| 808 | 27 dsicin.c jpeg.c pnm.c wv.c \ |
|
814
2eaaa3aa182b
[svn] - make the whole thing compile. runtime linking is another story.
nenolod
parents:
808
diff
changeset
|
28 matroska.c psxstr.c yuv.c \ |
|
2eaaa3aa182b
[svn] - make the whole thing compile. runtime linking is another story.
nenolod
parents:
808
diff
changeset
|
29 mm.c raw.c yuv4mpeg.c \ |
|
2eaaa3aa182b
[svn] - make the whole thing compile. runtime linking is another story.
nenolod
parents:
808
diff
changeset
|
30 dv.c dvenc.c mmf.c riff.c |
| 808 | 31 |
|
814
2eaaa3aa182b
[svn] - make the whole thing compile. runtime linking is another story.
nenolod
parents:
808
diff
changeset
|
32 CFLAGS+= $(PICFLAGS) -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -I../../.. -I../libavcodec -I../libavformat -I../libavutil -I.. -DHAVE_AV_CONFIG_H |
| 808 | 33 |
| 34 OBJECTS=${SOURCES:.c=.o} | |
| 35 | |
| 36 include ../../../mk/objective.mk | |
| 37 | |
| 38 libavformat.a: $(OBJECTS) | |
| 39 $(AR) cq $@ $(OBJECTS) |
