Files
MINGW-packages/mingw-w64-libyuv-git/cmake-mingw.patch
Antoine Martin c1a5c0d2e4 Libyuv (#4948)
* add libyuv

* * add checksum for patch
* remove unused build arguments
* generate a pkgconfig file

* oops: fix missing prefix for pkgconfig file

* make this package git sourced

* move pkgconfig file to a source file
* update patches for latest git version
* switch to a github mirror as googlesource.com times out
2019-02-25 09:20:04 +03:00

12 lines
575 B
Diff

--- a/CMakeLists.txt.new 2019-02-23 14:57:10.916277725 +0700
+++ b/CMakeLists.txt 2019-02-23 14:58:39.583668715 +0700
@@ -81,7 +81,7 @@
# install the conversion tool, .so, .a, and all the header files
-INSTALL ( PROGRAMS ${CMAKE_BINARY_DIR}/yuvconvert DESTINATION bin )
+INSTALL ( PROGRAMS ${CMAKE_BINARY_DIR}/yuvconvert.exe DESTINATION bin )
INSTALL ( TARGETS ${ly_lib_static} DESTINATION lib )
INSTALL ( TARGETS ${ly_lib_shared} LIBRARY DESTINATION lib RUNTIME DESTINATION bin )
INSTALL ( DIRECTORY ${PROJECT_SOURCE_DIR}/include/ DESTINATION include )