Browse Source

Merge remote-tracking branch 'origin/master' into openal

Darryl Pogue 14 years ago
parent
commit
54c02181d5
  1. 4
      cmake/FindSpeex.cmake

4
cmake/FindSpeex.cmake

@ -4,11 +4,9 @@ endif()
#It would be a good idea to eventually use pkgconfig here.
find_path(Speex_INCLUDE_DIR speex.h
find_path(Speex_INCLUDE_DIR speex/speex.h
/usr/local/include
/usr/include
/usr/local/include/speex
/usr/include/speex
)
find_library(Speex_LIBRARY NAMES speex

Loading…
Cancel
Save