diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2007-07-20 11:03:39 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2007-07-20 11:03:39 +0000 |
commit | 64b49df80b2e5909adf9eb1e5167cb5c6b46c93b (patch) | |
tree | de78c36132c5c8a69c4f6a039130177eb2aadb04 | |
parent | b6225bc4e76a04399e34787b8539a15c7c66c530 (diff) | |
download | gst-plugins-bad-64b49df80b2e5909adf9eb1e5167cb5c6b46c93b.tar.gz gst-plugins-bad-64b49df80b2e5909adf9eb1e5167cb5c6b46c93b.tar.bz2 gst-plugins-bad-64b49df80b2e5909adf9eb1e5167cb5c6b46c93b.zip |
ext/dirac/Makefile.am: Also include stdlib here.
Original commit message from CVS:
* ext/dirac/Makefile.am:
Also include stdlib here.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ext/dirac/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2007-07-20 Stefan Kost <ensonic@users.sf.net> + + * ext/dirac/Makefile.am: + Also include stdlib here. + 2007-07-19 Jan Schmidt <thaytan@noraisin.net> * tests/check/elements/.cvsignore: diff --git a/ext/dirac/Makefile.am b/ext/dirac/Makefile.am index 0b047493..1a73fb57 100644 --- a/ext/dirac/Makefile.am +++ b/ext/dirac/Makefile.am @@ -5,7 +5,7 @@ libgstdirac_la_SOURCES = \ gstdiracdec.cc libgstdirac_la_CXXFLAGS = $(GST_CFLAGS) $(DIRAC_CFLAGS) -libgstdirac_la_LIBADD = $(DIRAC_LIBS) -lz -lm +libgstdirac_la_LIBADD = $(DIRAC_LIBS) -lz $(LIBM) libgstdirac_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = \ |