0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-12 00:10:52 +00:00
termux-packages/packages/libvidstab/transcode-CMakeLists.txt.patch
2023-03-10 16:45:29 +09:00

12 lines
372 B
Diff

--- a/transcode/CMakeLists.txt
+++ b/transcode/CMakeLists.txt
@@ -60,7 +60,7 @@
target_link_libraries(filter_transform ${ORC_LIBRARIES} )
target_link_libraries(filter_deshake ${ORC_LIBRARIES} )
endif()
-if(USE_OMP)
+if(FALSE)
target_link_libraries(filter_stabilize gomp )
target_link_libraries(filter_transform gomp )
target_link_libraries(filter_deshake gomp )