File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ if (WIN32)
4747 ${CMAKE_SOURCE_DIR} /lib/aom.lib
4848 ${CMAKE_SOURCE_DIR} /lib/vpx.lib
4949 ${CMAKE_SOURCE_DIR} /lib/openh264.lib
50- ws2_32.lib
51- mfplat.lib
52- mf.lib
53- secur32.lib
54- crypt32.lib
55- mfuuid.lib
56- bcrypt.lib
57- strmiids.lib
50+ ${CMAKE_SOURCE_DIR} /lib/ ws2_32.lib
51+ ${CMAKE_SOURCE_DIR} /lib/ mfplat.lib
52+ ${CMAKE_SOURCE_DIR} /lib/ mf.lib
53+ ${CMAKE_SOURCE_DIR} /lib/ secur32.lib
54+ ${CMAKE_SOURCE_DIR} /lib/ crypt32.lib
55+ ${CMAKE_SOURCE_DIR} /lib/ mfuuid.lib
56+ ${CMAKE_SOURCE_DIR} /lib/ bcrypt.lib
57+ ${CMAKE_SOURCE_DIR} /lib/ strmiids.lib
5858 ) # windows
5959elseif (ANDROID)
6060 if (ANDROID_ABI STREQUAL "arm64-v8a" )
@@ -109,4 +109,4 @@ target_link_libraries(${PROJECT_NAME} ${STATIC_LIBS})
109109
110110if (PROJECT_IS_TOP_LEVEL)
111111 target_compile_definitions (${PROJECT_NAME} PRIVATE FFMPEG_API_EXPORTING)
112- endif ()
112+ endif ()
You can’t perform that action at this time.
0 commit comments