diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9a0637ab..bd2741de 100644 --- a/configure.ac +++ b/configure.ac @@ -356,7 +356,7 @@ dnl *** sys plug-ins *** dnl DirectSound translit(dnm, m, l) AM_CONDITIONAL(USE_DIRECTSOUND, true) -GST_CHECK_FEATURE(DIRECTSOUND, [DirectSound], [directsound], [ +AG_GST_CHECK_FEATURE(DIRECTSOUND, [DirectSound], [directsound], [ AC_CHECK_HEADER(dsound.h, HAVE_DIRECTSOUND="yes", HAVE_DIRECTSOUND="no") ]) |