mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
configure.ac: Fix macro name
This commit is contained in:
parent
f41100e832
commit
5fb33fce71
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
])
|
||||
|
||||
|
|
Loading…
Reference in a new issue