summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-26 21:45:22 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-12-26 21:45:22 +0000
commit73fa41299c11342feb57e2c5efafe69294cb2946 (patch)
tree1a147f5d38ee060e3a88bf3ed58f77d47c146fc0 /configure.ac
parent2a0d2686ad762ecb4c2c2793a290427f7b50bdf2 (diff)
downloadgst-plugins-bad-73fa41299c11342feb57e2c5efafe69294cb2946.tar.gz
gst-plugins-bad-73fa41299c11342feb57e2c5efafe69294cb2946.tar.bz2
gst-plugins-bad-73fa41299c11342feb57e2c5efafe69294cb2946.zip
taaz's virtual patch
Original commit message from CVS: taaz's virtual patch
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index a0286e7d..70f87633 100644
--- a/configure.ac
+++ b/configure.ac
@@ -377,10 +377,10 @@ echo
echo
AC_MSG_NOTICE(Checking for plugin libraries)
-dnl *** a52 ***
-translit(dnm, m, l) AM_CONDITIONAL(USE_A52, true)
-GST_CHECK_FEATURE(A52, [a52], a52dec, [
- GST_CHECK_LIBHEADER(A52, a52, a52_init, -lm, a52dec/a52.h, A52_LIBS="-la52")
+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")
])
dnl *** aalib ***