diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-07-29 16:02:58 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-07-29 16:02:58 +0200 |
commit | 5fb33fce712d102d84bfab59e0037e396dcf8c61 (patch) | |
tree | b647e936e35435be0e7958512db261e0e1fd1ac5 | |
parent | f41100e832c64f75fbe1f30e6db983fab7a2e6ee (diff) | |
download | gst-plugins-bad-5fb33fce712d102d84bfab59e0037e396dcf8c61.tar.gz gst-plugins-bad-5fb33fce712d102d84bfab59e0037e396dcf8c61.tar.bz2 gst-plugins-bad-5fb33fce712d102d84bfab59e0037e396dcf8c61.zip |
configure.ac: Fix macro name
-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") ]) |