speex-ac.patch 472 B

1234567891011
  1. --- speex-1.2.0/configure.ac.orig 2016-12-08 00:20:14.000000000 +0100
  2. +++ speex-1.2.0/configure.ac 2016-12-18 18:08:22.364596212 +0100
  3. @@ -167,7 +167,7 @@
  4. fi])
  5. AC_ARG_ENABLE(binaries, [ --disable-binaries Do not build the encoder and decoder programs, only the library])
  6. -if test "$enableval" != no; then
  7. +if test "$enable_binaries" != no; then
  8. PKG_CHECK_MODULES([OGG], [ogg],
  9. AM_CONDITIONAL([BUILD_BINARIES], true),
  10. AM_CONDITIONAL([BUILD_BINARIES], false))