mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 00:10:52 +00:00
12 lines
372 B
Diff
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 )
|