Browse Source

cmake: Look for swab.

pull/2/head
Pierre d'Herbemont 19 years ago
parent
commit
c6fc51f0a6
  1. 2
      extras/buildsystem/cmake/include/config.cmake

2
extras/buildsystem/cmake/include/config.cmake

@ -109,7 +109,7 @@ vlc_check_functions_exist(putenv getenv setenv)
set(CMAKE_EXTRA_INCLUDE_FILES)
set(CMAKE_EXTRA_INCLUDE_FILES unistd.h)
vlc_check_functions_exist(isatty getcwd getuid)
vlc_check_functions_exist(isatty getcwd getuid swab)
set(CMAKE_EXTRA_INCLUDE_FILES)
set(CMAKE_EXTRA_INCLUDE_FILES sys/stat.h)

Loading…
Cancel
Save