Mercurial > audlegacy-plugins
annotate src/ffmpeg/Makefile @ 854:aac49941ee8f trunk
[svn] statusicon 0.3: alternative right-click menu with simple playback control commands
| author | giacomo |
|---|---|
| date | Wed, 14 Mar 2007 07:44:00 -0700 |
| parents | 52c45849841e |
| children |
| rev | line source |
|---|---|
| 17 | 1 include ../../mk/rules.mk |
| 2 include ../../mk/init.mk | |
|
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
3 |
|
814
2eaaa3aa182b
[svn] - make the whole thing compile. runtime linking is another story.
nenolod
parents:
806
diff
changeset
|
4 OBJECTIVE_LIBS = libffmpeg$(SHARED_SUFFIX) |
|
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
5 |
|
821
66caee79ecc0
[svn] - make a dumb makefile for libavcodec so that it can be a make clean target.
nenolod
parents:
820
diff
changeset
|
6 SUBDIRS = libavcodec libavformat libavutil |
|
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
7 |
|
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
8 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) |
|
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
9 |
| 825 | 10 LIBADD = $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) |
|
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
11 |
| 818 | 12 SOURCES = ffmpeg.c \ |
| 13 libavcodec/aasc.c \ | |
| 14 libavcodec/adpcm.c \ | |
| 15 libavcodec/adx.c \ | |
| 16 libavcodec/alac.c \ | |
| 17 libavcodec/allcodecs.c \ | |
| 18 libavcodec/audioconvert.c \ | |
| 19 libavcodec/bitstream.c \ | |
| 20 libavcodec/bitstream_filter.c \ | |
| 21 libavcodec/cook.c \ | |
| 22 libavcodec/dpcm.c \ | |
| 23 libavcodec/dsicinav.c \ | |
| 24 libavcodec/dsputil.c \ | |
| 25 libavcodec/eval.c \ | |
| 26 libavcodec/faandct.c \ | |
| 27 libavcodec/fdctref.c \ | |
| 28 libavcodec/fft.c \ | |
| 29 libavcodec/ffv1.c \ | |
| 30 libavcodec/flac.c \ | |
| 31 libavcodec/flashsv.c \ | |
| 32 libavcodec/fraps.c \ | |
| 33 libavcodec/g726.c \ | |
| 34 libavcodec/golomb.c \ | |
| 35 libavcodec/kmvc.c \ | |
| 36 libavcodec/loco.c \ | |
| 37 libavcodec/lzo.c \ | |
| 38 libavcodec/mace.c \ | |
| 39 libavcodec/mdct.c \ | |
| 40 libavcodec/mpegaudio.c \ | |
| 41 libavcodec/mpegaudiodec.c \ | |
| 42 libavcodec/opt.c \ | |
| 43 libavcodec/parser.c \ | |
| 44 libavcodec/pcm.c \ | |
| 45 libavcodec/pthread.c \ | |
| 46 libavcodec/qdm2.c \ | |
| 47 libavcodec/qtrle.c \ | |
| 48 libavcodec/ra144.c \ | |
| 49 libavcodec/ra288.c \ | |
| 50 libavcodec/rangecoder.c \ | |
| 51 libavcodec/resample.c \ | |
| 52 libavcodec/resample2.c \ | |
| 53 libavcodec/rpza.c \ | |
| 54 libavcodec/shorten.c \ | |
| 55 libavcodec/simple_idct.c \ | |
| 56 libavcodec/smc.c \ | |
| 57 libavcodec/sonic.c \ | |
| 58 libavcodec/truespeech.c \ | |
| 59 libavcodec/tta.c \ | |
| 60 libavcodec/utils.c \ | |
| 61 libavcodec/wavpack.c \ | |
| 62 libavcodec/wmadec.c \ | |
| 63 libavcodec/wnv1.c \ | |
| 824 | 64 libavcodec/ws-snd1.c \ |
| 825 | 65 libavformat/4xm.c \ |
| 66 libavformat/adtsenc.c \ | |
| 67 libavformat/aiff.c \ | |
| 68 libavformat/allformats.c \ | |
| 69 libavformat/amr.c \ | |
| 70 libavformat/asf-enc.c \ | |
| 71 libavformat/asf.c \ | |
| 72 libavformat/au.c \ | |
| 73 libavformat/audio.c \ | |
| 74 libavformat/avio.c \ | |
| 75 libavformat/aviobuf.c \ | |
| 76 libavformat/barpainet.c \ | |
| 77 libavformat/crc.c \ | |
| 78 libavformat/cutils.c \ | |
| 79 libavformat/daud.c \ | |
| 80 libavformat/dsicin.c \ | |
| 81 libavformat/electronicarts.c \ | |
| 82 libavformat/ffm.c \ | |
| 83 libavformat/file.c \ | |
| 84 libavformat/flic.c \ | |
| 85 libavformat/flvdec.c \ | |
| 86 libavformat/flvenc.c \ | |
| 87 libavformat/framehook.c \ | |
| 88 libavformat/gifdec.c \ | |
| 89 libavformat/grab.c \ | |
| 90 libavformat/idcin.c \ | |
| 91 libavformat/idroq.c \ | |
| 92 libavformat/img2.c \ | |
| 93 libavformat/ipmovie.c \ | |
| 94 libavformat/isom.c \ | |
| 95 libavformat/matroska.c \ | |
| 96 libavformat/mm.c \ | |
| 97 libavformat/mmf.c \ | |
| 98 libavformat/mp3.c \ | |
| 99 libavformat/mpeg.c \ | |
| 100 libavformat/mpegts.c \ | |
| 101 libavformat/mpegtsenc.c \ | |
| 102 libavformat/mpjpeg.c \ | |
| 103 libavformat/mtv.c \ | |
| 104 libavformat/mxf.c \ | |
| 105 libavformat/nsvdec.c \ | |
| 106 libavformat/nut.c \ | |
| 107 libavformat/nuv.c \ | |
| 108 libavformat/os_support.c \ | |
| 109 libavformat/pnm.c \ | |
| 110 libavformat/psxstr.c \ | |
| 111 libavformat/raw.c \ | |
| 112 libavformat/riff.c \ | |
| 113 libavformat/rm.c \ | |
| 114 libavformat/segafilm.c \ | |
| 115 libavformat/sgi.c \ | |
| 116 libavformat/sierravmd.c \ | |
| 117 libavformat/smacker.c \ | |
| 118 libavformat/sol.c \ | |
| 119 libavformat/swf.c \ | |
| 120 libavformat/tiertexseq.c \ | |
| 121 libavformat/tta.c \ | |
| 122 libavformat/utils.c \ | |
| 123 libavformat/wav.c \ | |
| 124 libavformat/wc3movie.c \ | |
| 125 libavformat/westwood.c \ | |
| 126 libavformat/wv.c \ | |
| 127 libavformat/yuv.c \ | |
| 824 | 128 libavutil/adler32.c \ |
| 129 libavutil/crc.c \ | |
| 130 libavutil/fifo.c \ | |
| 131 libavutil/integer.c \ | |
| 132 libavutil/intfloat_readwrite.c \ | |
| 133 libavutil/lls.c \ | |
| 134 libavutil/log.c \ | |
| 135 libavutil/mathematics.c \ | |
| 136 libavutil/md5.c \ | |
| 137 libavutil/mem.c \ | |
| 138 libavutil/rational.c \ | |
| 825 | 139 libavutil/softfloat.c |
|
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
140 |
|
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
141 OBJECTS = ${SOURCES:.c=.o} |
|
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
142 |
| 818 | 143 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I. -I../.. -I./libavformat \ |
| 829 | 144 -I./libavcodec -I./libavutil -DHAVE_AV_CONFIG_H -DCONFIG_DEMUXERS |
|
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
145 |
| 17 | 146 include ../../mk/objective.mk |
