diff options
author | Edward Hervey <bilboed@bilboed.com> | 2009-06-06 19:28:07 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2009-06-06 19:28:07 +0200 |
commit | 4f0b03d3577f59522ba70c40055748ee5f96a1fb (patch) | |
tree | 8d5721014aac5ed745d65863a1acef40caec237f | |
parent | 833a81af75c5b2303231fd3c523616176c43db40 (diff) |
hdvparse: Link against libm because we use pow().
-rw-r--r-- | gst/hdvparse/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/hdvparse/Makefile.am b/gst/hdvparse/Makefile.am index d7eb4d282..a77d53878 100644 --- a/gst/hdvparse/Makefile.am +++ b/gst/hdvparse/Makefile.am @@ -7,7 +7,7 @@ noinst_HEADERS = \ gsthdvparse.h libgsthdvparse_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) -libgsthdvparse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) +libgsthdvparse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(LIBM) libgsthdvparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgsthdvparse_la_LIBTOOLFLAGS = --tag=disable-static |