mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
ext/dirac/Makefile.am: Also include stdlib here.
Original commit message from CVS: * ext/dirac/Makefile.am: Also include stdlib here.
This commit is contained in:
parent
b6225bc4e7
commit
64b49df80b
2 changed files with 6 additions and 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:
|
||||
|
|
|
@ -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 = \
|
||||
|
|
Loading…
Reference in a new issue