Browse Source

Adjust FindSpeex to match correct speex header location

Michael Hansen 13 years ago
parent
commit
64a479d35e
  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