Skip to content

speex: sync m4 with libopus m4

Tristan Matthews requested to merge opus/backport-m4-changes into master

Namely:

  • In addition to --with-speex=PREFIX, allow --with-speex=yes (to use the speex library from --speex-libraries=DIR and includes from --speex-includes=DIR, or from the default system directories) or --with-speex=no (to disable use of speex), to match opus.m4
  • Fix -Wstrict-prototypes
  • Fix misspelling

See https://gitlab.xiph.org/xiph/opus/-/blob/master/opus.m4

Edited by Tristan Matthews

Merge request reports