summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-03-30 18:24:06 +0000
committerAndy Wingo <wingo@pobox.com>2002-03-30 18:24:06 +0000
commit4229b1cbd1d3c6021fdafff062200493c815a7e4 (patch)
tree5f683743ed5a02f3c2234b9d606e45f6ed894592 /configure.ac
parent7f17956d2bf613843b768b342219699bba4e1ed9 (diff)
downloadgst-plugins-bad-4229b1cbd1d3c6021fdafff062200493c815a7e4.tar.gz
gst-plugins-bad-4229b1cbd1d3c6021fdafff062200493c815a7e4.tar.bz2
gst-plugins-bad-4229b1cbd1d3c6021fdafff062200493c815a7e4.zip
added check for 0.7.3 a52 api
Original commit message from CVS: added check for 0.7.3 a52 api
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 339a53d4..a484e90c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -270,7 +270,7 @@ AC_MSG_NOTICE(Checking for plugin libraries)
dnl *** a52dec ***
translit(dnm, m, l) AM_CONDITIONAL(USE_A52DEC, true)
GST_CHECK_FEATURE(A52DEC, [a52dec], a52dec, [
- GST_CHECK_LIBHEADER(A52DEC, a52, a52_init, -lm, a52dec/a52.h, A52DEC_LIBS="-la52")
+ GST_CHECK_A52DEC()
])
dnl *** aalib ***