PKGBUILDs/community/libopenshot-audio/atomic.patch

15 lines
403 B
Diff
Raw Normal View History

2020-02-11 13:43:47 +00:00
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9a80f95..1bf02ab 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -202,7 +202,8 @@ target_link_libraries(openshot-audio PUBLIC ZLIB::ZLIB)
target_link_libraries(openshot-audio PUBLIC
2019-09-15 00:38:39 +00:00
${CMAKE_DL_LIBS}
2020-02-11 13:43:47 +00:00
- ${JUCE_PLATFORM_SPECIFIC_LIBRARIES} )
+ ${JUCE_PLATFORM_SPECIFIC_LIBRARIES}
+ atomic)
2019-09-15 00:38:39 +00:00
# PROCESS SUB-DIRECTORIES
2020-02-11 13:43:47 +00:00
add_subdirectory(src)