From b9714199c43c2f1d9b09778ef9d1a193da302a13 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 6 Mar 2025 08:20:14 +0000 Subject: automatic import of libyuv --- ...uv-0005-Use-library-suffix-during-installation.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 libyuv-0005-Use-library-suffix-during-installation.patch (limited to 'libyuv-0005-Use-library-suffix-during-installation.patch') diff --git a/libyuv-0005-Use-library-suffix-during-installation.patch b/libyuv-0005-Use-library-suffix-during-installation.patch new file mode 100644 index 0000000..4a5e5fa --- /dev/null +++ b/libyuv-0005-Use-library-suffix-during-installation.patch @@ -0,0 +1,17 @@ +From: Peter Lemenkov +Date: Mon, 24 Sep 2018 15:15:09 +0200 +Subject: [PATCH] Use library suffix during installation + +Signed-off-by: Peter Lemenkov + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index b3b22c47..0e4c79db 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -187,5 +187,5 @@ endif() + + # install the conversion tool, .so, and all the header files + INSTALL ( PROGRAMS ${CMAKE_BINARY_DIR}/yuvconvert DESTINATION bin ) +-INSTALL ( TARGETS ${ly_lib_shared} LIBRARY DESTINATION lib RUNTIME DESTINATION bin ) ++INSTALL ( TARGETS ${ly_lib_shared} LIBRARY DESTINATION lib${LIB_SUFFIX} ) + INSTALL ( DIRECTORY ${PROJECT_SOURCE_DIR}/include/ DESTINATION include ) -- cgit v1.2.3