The condfigure script fails to find speex.h on newer versions because the include file is speex/speex.h.
The include like should be:
#include <speex/speex.h>
instead of:
#include <speex.h>
fix for the mentioned problem
Logged In: YES user_id=1006097
Here is a patch. That is how vlc-0.8.4 does it.
Log in to post a comment.
fix for the mentioned problem
Logged In: YES
user_id=1006097
Here is a patch. That is how vlc-0.8.4 does it.