diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-01 10:50:03 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-01 10:50:03 +0000 |
commit | f78820adc859cfc3ad90e1063da4ca908ea7bcf2 (patch) | |
tree | 5b95bae1c0b08e4b1da2c2a8227d0bfebfc2a691 /ext/libfame/Makefile.am | |
parent | 519b939b07f7a8e46b47fc3024d428fd00944f44 (diff) | |
download | gst-plugins-bad-f78820adc859cfc3ad90e1063da4ca908ea7bcf2.tar.gz gst-plugins-bad-f78820adc859cfc3ad90e1063da4ca908ea7bcf2.tar.bz2 gst-plugins-bad-f78820adc859cfc3ad90e1063da4ca908ea7bcf2.zip |
adding preliminary libfame plugin it's still too green to be useful, literally and needs some major fixing up
Original commit message from CVS:
adding preliminary libfame plugin
it's still too green to be useful, literally
and needs some major fixing up
Diffstat (limited to 'ext/libfame/Makefile.am')
-rw-r--r-- | ext/libfame/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/libfame/Makefile.am b/ext/libfame/Makefile.am new file mode 100644 index 00000000..e272082e --- /dev/null +++ b/ext/libfame/Makefile.am @@ -0,0 +1,9 @@ +plugindir = $(libdir)/gst + +plugin_LTLIBRARIES = libgstlibfame.la + +libgstlibfame_la_SOURCES = gstlibfame.c +libgstlibfame_la_CFLAGS = $(GST_CFLAGS) +libgstlibfame_la_LIBADD = $(LIBFAME_LIBS) +libgstlibfame_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) + |