defaults for mxf format + android/termux patches from Andrew
[goodguy/cinelerra.git] / cinelerra-5.1 / thirdparty / src / libwebp-1.1.0.patch1
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index 9503daa..61c15e6 100644
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -75,20 +75,6 @@ set(INSTALLED_LIBRARIES)
6  
7  # ##############################################################################
8  # Android only.
9 -if(ANDROID)
10 -  include_directories(${ANDROID_NDK}/sources/android/cpufeatures)
11 -  add_library(cpufeatures STATIC
12 -              ${ANDROID_NDK}/sources/android/cpufeatures/cpu-features.c)
13 -  list(APPEND INSTALLED_LIBRARIES cpufeatures)
14 -  target_link_libraries(cpufeatures dl)
15 -  set(WEBP_DEP_LIBRARIES ${WEBP_DEP_LIBRARIES} cpufeatures)
16 -  set(WEBP_DEP_INCLUDE_DIRS ${WEBP_DEP_INCLUDE_DIRS}
17 -      ${ANDROID_NDK}/sources/android/cpufeatures)
18 -  add_definitions(-DHAVE_CPU_FEATURES_H=1)
19 -  set(HAVE_CPU_FEATURES_H 1)
20 -else()
21 -  set(HAVE_CPU_FEATURES_H 0)
22 -endif()
23  
24  function(configure_pkg_config FILE)
25    configure_file("${CMAKE_CURRENT_SOURCE_DIR}/${FILE}.in"