Mercurial > audlegacy-plugins
diff src/ffmpeg/Makefile @ 824:420eb823b2d4 trunk
[svn] - url_fsize support.
- directly link libavutil to our module
| author | nenolod |
|---|---|
| date | Mon, 12 Mar 2007 14:19:59 -0700 |
| parents | 66caee79ecc0 |
| children | 3cbdc6e19d7c |
line wrap: on
line diff
--- a/src/ffmpeg/Makefile Mon Mar 12 14:12:00 2007 -0700 +++ b/src/ffmpeg/Makefile Mon Mar 12 14:19:59 2007 -0700 @@ -7,7 +7,7 @@ LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) -LIBADD = ./libavutil/libavutil.a ./libavformat/libavformat.a $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) +LIBADD = ./libavformat/libavformat.a $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) SOURCES = ffmpeg.c \ libavcodec/aasc.c \ @@ -66,7 +66,20 @@ libavcodec/wavpack.c \ libavcodec/wmadec.c \ libavcodec/wnv1.c \ - libavcodec/ws-snd1.c + libavcodec/ws-snd1.c \ + libavutil/adler32.c \ + libavutil/crc.c \ + libavutil/fifo.c \ + libavutil/integer.c \ + libavutil/intfloat_readwrite.c \ + libavutil/lls.c \ + libavutil/log.c \ + libavutil/mathematics.c \ + libavutil/md5.c \ + libavutil/mem.c \ + libavutil/rational.c \ + libavutil/softfloat.c \ + OBJECTS = ${SOURCES:.c=.o}
