We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
libffwinrt.dll.a
1 parent 74616c7 commit d50ebc8Copy full SHA for d50ebc8
CMakeLists.txt
@@ -1156,7 +1156,7 @@ if(WIN32)
1156
include(CheckIncludeFileCXX)
1157
CHECK_INCLUDE_FILE_CXX("winrt/Windows.Foundation.h" HAVE_WINRT)
1158
if(HAVE_WINRT)
1159
- add_library(ffwinrt SHARED src/detection/media/media_windows.dll.cpp)
+ add_library(ffwinrt MODULE src/detection/media/media_windows.dll.cpp)
1160
target_link_libraries(ffwinrt PRIVATE "RuntimeObject")
1161
target_compile_definitions(ffwinrt PRIVATE WIN32_LEAN_AND_MEAN=1 WINRT_LEAN_AND_MEAN=1)
1162
target_link_options(ffwinrt
0 commit comments