]> git.pld-linux.org Git - packages/aom.git/blob - aom-build.patch
- use dropin
[packages/aom.git] / aom-build.patch
1 --- aom-1.0.0/CMakeLists.txt~   2018-08-03 20:40:18.000000000 +0200
2 +++ aom-1.0.0/CMakeLists.txt    2018-08-03 20:49:19.111062025 +0200
3 @@ -259,7 +259,7 @@ add_library(aom_encoder_stats OBJECT ${A
4  add_library(aom ${AOM_SOURCES} $<TARGET_OBJECTS:aom_rtcd>)
5  
6  if(NOT MSVC AND NOT APPLE)
7 -  target_link_libraries(aom ${AOM_LIB_LINK_TYPE} m)
8 +  target_link_libraries(aom ${AOM_LIB_LINK_TYPE} m pthread)
9  endif()
10  
11  # List of object and static library targets.
This page took 0.07842 seconds and 3 git commands to generate.