|
|
|
@ -38,18 +38,6 @@ option(ENABLE_TESTS "Enable compilation of the tests." No) |
|
|
|
option(ENABLE_MSPLUGIN "Enable compilation of the mediastreamer2 plugin." Yes) |
|
|
|
|
|
|
|
|
|
|
|
include(CheckIncludeFile) |
|
|
|
check_include_file("dlfcn.h" HAVE_DLFCN_H) |
|
|
|
check_include_file("inttypes.h" HAVE_INTTYPES_H) |
|
|
|
check_include_file("memory.h" HAVE_MEMORY_H) |
|
|
|
check_include_file("stdint.h" HAVE_STDINT_H) |
|
|
|
check_include_file("stdlib.h" HAVE_STDLIB_H) |
|
|
|
check_include_file("strings.h" HAVE_STRINGS_H) |
|
|
|
check_include_file("string.h" HAVE_STRING_H) |
|
|
|
check_include_file("sys/stat.h" HAVE_SYS_STAT_H) |
|
|
|
check_include_file("sys/types.h" HAVE_SYS_TYPES_H) |
|
|
|
check_include_file("unistd.h" HAVE_UNISTD_H) |
|
|
|
|
|
|
|
if(ENABLE_MSPLUGIN) |
|
|
|
find_package(Mediastreamer2) |
|
|
|
|
|
|
|
|