diff options
author | David Schleef <ds@schleef.org> | 2004-05-11 02:30:16 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-05-11 02:30:16 +0000 |
commit | 08499d6af30a23913cd46d2c4e52edfc3fa766b4 (patch) | |
tree | 6213ecb62f3967c90566aafd68e6731c6a1cc951 /ext/dirac/Makefile.am | |
parent | ac2b21a7c624ef34ad92befa08325c76f2f7d5a7 (diff) | |
download | gst-plugins-bad-08499d6af30a23913cd46d2c4e52edfc3fa766b4.tar.gz gst-plugins-bad-08499d6af30a23913cd46d2c4e52edfc3fa766b4.tar.bz2 gst-plugins-bad-08499d6af30a23913cd46d2c4e52edfc3fa766b4.zip |
configure.ac: Add prototype Dirac support.
Original commit message from CVS:
* configure.ac: Add prototype Dirac support.
* ext/Makefile.am:
* ext/dirac/Makefile.am:
* ext/dirac/gstdirac.cc:
* ext/dirac/gstdiracdec.cc:
Diffstat (limited to 'ext/dirac/Makefile.am')
-rw-r--r-- | ext/dirac/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/dirac/Makefile.am b/ext/dirac/Makefile.am new file mode 100644 index 00000000..f4928f17 --- /dev/null +++ b/ext/dirac/Makefile.am @@ -0,0 +1,9 @@ + +plugin_LTLIBRARIES = libgstdirac.la + +libgstdirac_la_SOURCES = gstdirac.cc gstdiracdec.cc +#gstdiracenc.c +libgstdirac_la_CXXFLAGS = $(GST_CFLAGS) $(DIRAC_CFLAGS) +libgstdirac_la_LIBADD = $(DIRAC_LIBS) +libgstdirac_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) + |