Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed Oct 2, 2024
1 parent bd349fa commit 0e4803c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,10 @@ if (CMAKE_CROSSCOMPILING)
list(APPEND FFMPEG_CONFIGURE_FLAGS "--as=${CMAKE_C_COMPILER}")
list(APPEND FFMPEG_CONFIGURE_FLAGS "--ld=${CMAKE_C_COMPILER}")
list(APPEND FFMPEG_CONFIGURE_FLAGS "--cc=${CMAKE_C_COMPILER}")

if ("${CMAKE_SYSTEM_NAME}" STREQUAL "Windows")
list(APPEND FFMPEG_CONFIGURE_FLAGS "--ar=${CMAKE_AR}")
endif()
endif()

list(APPEND FFMPEG_CONFIGURE_FLAGS "--nm=${CMAKE_NM}")
Expand Down

0 comments on commit 0e4803c

Please sign in to comment.