summaryrefslogtreecommitdiff
path: root/gst/hdvparse
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-06-06 19:28:07 +0200
committerEdward Hervey <bilboed@bilboed.com>2009-06-06 19:28:07 +0200
commit4f0b03d3577f59522ba70c40055748ee5f96a1fb (patch)
tree8d5721014aac5ed745d65863a1acef40caec237f /gst/hdvparse
parent833a81af75c5b2303231fd3c523616176c43db40 (diff)
downloadgstreamer-plugins-bad-4f0b03d3577f59522ba70c40055748ee5f96a1fb.tar.gz
hdvparse: Link against libm because we use pow().
Diffstat (limited to 'gst/hdvparse')
-rw-r--r--gst/hdvparse/Makefile.am2
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