Mercurial > audlegacy-plugins
diff src/ffmpeg/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 | 74abcb9cafae |
| children | 07107d476f32 |
line wrap: on
line diff
--- a/src/ffmpeg/Makefile Mon Mar 12 11:47:10 2007 -0700 +++ b/src/ffmpeg/Makefile Mon Mar 12 13:00:06 2007 -0700 @@ -1,15 +1,15 @@ include ../../mk/rules.mk include ../../mk/init.mk -OBJECTIVE_LIBS = libwma$(SHARED_SUFFIX) +OBJECTIVE_LIBS = libffmpeg$(SHARED_SUFFIX) -SUBDIRS = libffwma +SUBDIRS = libavcodec libavformat libavutil LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) -LIBADD = ./libffwma/libffwma.a $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) +LIBADD = ./libavcodec/libavcodec.a ./libavutil/libavutil.a ./libavformat/libavformat.a $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) -SOURCES = wma.c +SOURCES = ffmpeg.c OBJECTS = ${SOURCES:.c=.o}
