You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bcmatroska2/SOURCES/0001-Fix-linking.patch

26 lines
711 B

From 058792da6f5c9558a9f5cd7c2837cbb8a76d251d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jani=20V=C3=A4limaa?= <wally@mageia.org>
Date: Tue, 23 Aug 2022 17:44:37 +0300
Subject: [PATCH] Fix linking
---
libmatroska2/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libmatroska2/CMakeLists.txt b/libmatroska2/CMakeLists.txt
index 0fca094..0ef7490 100644
--- a/libmatroska2/CMakeLists.txt
+++ b/libmatroska2/CMakeLists.txt
@@ -26,7 +26,7 @@ set(MATROSKA2_SOURCE_FILES
matroska_sem.c
)
-set(LIBS )
+set(LIBS bctoolbox)
if(WIN32 AND NOT CMAKE_SYSTEM_NAME STREQUAL "WindowsPhone" AND NOT CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
list(APPEND LIBS Winmm)
endif()
--
2.37.2