Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Jul 19, 2017
1 parent 6db2eee commit bbfdf07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -832,12 +832,12 @@ then
# enable OSS cookedmode to allow hardware with mismatching sample rates
if test "x$HAVE_OSS" = "xtrue"
then
AC_ARG_ENABLE(oss-cookedmode, AC_HELP_STRING([--enable-oss-cookedmode],[Enable cooked mode in OSS to accomodate hardware with mismatching sample rate]),
AC_ARG_ENABLE(oss-cookedmode, AC_HELP_STRING([--enable-oss-cookedmode],[Enable cooked mode in OSS to accommodate hardware with mismatching sample rate]),
ENABLE_OSS_COOKEDMODE=$enableval, ENABLE_OSS_COOKEDMODE=no)
if test "x$ENABLE_OSS_COOKEDMODE" = "xyes"
then
USE_OSS_COOKEDMODE=true
AC_DEFINE(USE_OSS_COOKEDMODE, 1, [Enable cooked mode in OSS to accomodate hardware with mismatching sample rate])
AC_DEFINE(USE_OSS_COOKEDMODE, 1, [Enable cooked mode in OSS to accommodate hardware with mismatching sample rate])
fi
fi
fi
Expand Down

0 comments on commit bbfdf07

Please sign in to comment.