X-Git-Url: https://www.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fthirdparty%2Fsrc%2Flibwebp-1.1.0.patch1;fp=cinelerra-5.1%2Fthirdparty%2Fsrc%2Flibwebp-1.1.0.patch1;h=0000000000000000000000000000000000000000;hb=40cf203cc5cc2fa387087cc5c7a118b97e55cadc;hp=9e3d2b04721da7308a1c326557fb4585211c61c4;hpb=c2742824fdcfa54b3a9f594250c30bf45ffc9d81;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/thirdparty/src/libwebp-1.1.0.patch1 b/cinelerra-5.1/thirdparty/src/libwebp-1.1.0.patch1 deleted file mode 100644 index 9e3d2b04..00000000 --- a/cinelerra-5.1/thirdparty/src/libwebp-1.1.0.patch1 +++ /dev/null @@ -1,25 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 9503daa..61c15e6 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -75,20 +75,6 @@ set(INSTALLED_LIBRARIES) - - # ############################################################################## - # Android only. --if(ANDROID) -- include_directories(${ANDROID_NDK}/sources/android/cpufeatures) -- add_library(cpufeatures STATIC -- ${ANDROID_NDK}/sources/android/cpufeatures/cpu-features.c) -- list(APPEND INSTALLED_LIBRARIES cpufeatures) -- target_link_libraries(cpufeatures dl) -- set(WEBP_DEP_LIBRARIES ${WEBP_DEP_LIBRARIES} cpufeatures) -- set(WEBP_DEP_INCLUDE_DIRS ${WEBP_DEP_INCLUDE_DIRS} -- ${ANDROID_NDK}/sources/android/cpufeatures) -- add_definitions(-DHAVE_CPU_FEATURES_H=1) -- set(HAVE_CPU_FEATURES_H 1) --else() -- set(HAVE_CPU_FEATURES_H 0) --endif() - - function(configure_pkg_config FILE) - configure_file("${CMAKE_CURRENT_SOURCE_DIR}/${FILE}.in"