Skip to content

Commit

Permalink
trigger rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevter authored Nov 22, 2024
1 parent 7069745 commit 36a8478
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ if (WIN32)
${CMAKE_SOURCE_DIR}/lib/aom.lib
${CMAKE_SOURCE_DIR}/lib/vpx.lib
${CMAKE_SOURCE_DIR}/lib/openh264.lib
ws2_32.lib
mfplat.lib
mf.lib
secur32.lib
crypt32.lib
mfuuid.lib
bcrypt.lib
strmiids.lib
${CMAKE_SOURCE_DIR}/lib/ws2_32.lib
${CMAKE_SOURCE_DIR}/lib/mfplat.lib
${CMAKE_SOURCE_DIR}/lib/mf.lib
${CMAKE_SOURCE_DIR}/lib/secur32.lib
${CMAKE_SOURCE_DIR}/lib/crypt32.lib
${CMAKE_SOURCE_DIR}/lib/mfuuid.lib
${CMAKE_SOURCE_DIR}/lib/bcrypt.lib
${CMAKE_SOURCE_DIR}/lib/strmiids.lib
) # windows
elseif (ANDROID)
if (ANDROID_ABI STREQUAL "arm64-v8a")
Expand Down Expand Up @@ -109,4 +109,4 @@ target_link_libraries(${PROJECT_NAME} ${STATIC_LIBS})

if (PROJECT_IS_TOP_LEVEL)
target_compile_definitions(${PROJECT_NAME} PRIVATE FFMPEG_API_EXPORTING)
endif()
endif()

0 comments on commit 36a8478

Please sign in to comment.