Mercurial > audlegacy-plugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 813:1d03ded97d44 | 814:2eaaa3aa182b |
|---|---|
| 1 include ../../mk/rules.mk | 1 include ../../mk/rules.mk |
| 2 include ../../mk/init.mk | 2 include ../../mk/init.mk |
| 3 | 3 |
| 4 OBJECTIVE_LIBS = libwma$(SHARED_SUFFIX) | 4 OBJECTIVE_LIBS = libffmpeg$(SHARED_SUFFIX) |
| 5 | 5 |
| 6 SUBDIRS = libffwma | 6 SUBDIRS = libavcodec libavformat libavutil |
| 7 | 7 |
| 8 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) | 8 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) |
| 9 | 9 |
| 10 LIBADD = ./libffwma/libffwma.a $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) | 10 LIBADD = ./libavcodec/libavcodec.a ./libavutil/libavutil.a ./libavformat/libavformat.a $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) |
| 11 | 11 |
| 12 SOURCES = wma.c | 12 SOURCES = ffmpeg.c |
| 13 | 13 |
| 14 OBJECTS = ${SOURCES:.c=.o} | 14 OBJECTS = ${SOURCES:.c=.o} |
| 15 | 15 |
| 16 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../.. -I./libffwma -std=c99 | 16 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../.. -I./libffwma -std=c99 |
| 17 | 17 |
