taaz's virtual patch
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 26 Dec 2001 21:45:22 +0000 (21:45 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 26 Dec 2001 21:45:22 +0000 (21:45 +0000)
Original commit message from CVS:
taaz's virtual patch

configure.ac

index a0286e7..70f8763 100644 (file)
@@ -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 ***