Commit c6fc51f0 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

cmake: Look for swab.

parent f98d6a45
...@@ -109,7 +109,7 @@ vlc_check_functions_exist(putenv getenv setenv) ...@@ -109,7 +109,7 @@ vlc_check_functions_exist(putenv getenv setenv)
set(CMAKE_EXTRA_INCLUDE_FILES) set(CMAKE_EXTRA_INCLUDE_FILES)
set(CMAKE_EXTRA_INCLUDE_FILES unistd.h) 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)
set(CMAKE_EXTRA_INCLUDE_FILES sys/stat.h) set(CMAKE_EXTRA_INCLUDE_FILES sys/stat.h)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment