cmusphinx / pocketsphinx

A small speech recognizer
Other
3.87k stars 713 forks source link

Removed unnecessary libpthread in package config #337

Closed Elastino closed 1 year ago

Elastino commented 1 year ago

Assuming there was an attempt to use pthread, the current version of PocketSphinx does not rely on pthread. Therefore, unnecessary libpthread has been removed from the pkg-config include file to avoid any misunderstanding.

dhdaines commented 1 year ago

Indeed! pthread was never really used before, and it definitely isn't used now, thanks for catching this.