]> git.alsa-project.org Git - alsa-plugins.git/commit
pph: include speexdsp_types.h, not speex_types.h
authorTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Thu, 9 Jul 2015 09:43:29 +0000 (12:43 +0300)
committerTakashi Iwai <tiwai@suse.de>
Thu, 9 Jul 2015 14:08:48 +0000 (16:08 +0200)
commite5ac3c6d0ee71725ebfac25ea66fd58119570a8b
tree996e060ad3bae63fa1b3da5d2ed9910c0b73ffb9
parentd5c8a625639a25eb1d4ba2465b6a4542aeaacb43
pph: include speexdsp_types.h, not speex_types.h

Speexdsp was separated from speex in 1.2rc2. speex_types.h is not
shipped by speexdsp, so alsa-plugins shouldn't use that file. speexdsp
has speexdsp_types.h, which has the same contents as speex_types.h.

speexdsp_types.h is a new file introduced in 1.2rc2, so this change
bumps the minimum supported speexdsp version. The version check in
configure.ac will actually break if speexdsp 1.2 ever gets released,
because pkg-config thinks that "1.2" < "1.2rc2", but I think it's
useful to fail if the installed speexdsp version is 1.2rc1 (which I
believe is very common on current distributions). If a non-rc version
of speexdsp will ever get released, I hope version number 1.2 will be
skipped for this reason. (A non-rc version seems unlikely, since
1.2rc1 was released years ago, so it's pretty likely that the project
is stuck on so called "release candidates" forever...)

Signed-off-by: Tanu Kaskinen <tanu.kaskinen@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
configure.ac
pph/arch.h
pph/speex_resampler.h