Skip to content

Commit

Permalink
svtav1: fix clash symbol name with ffmpeg in aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
shinchiro committed Dec 11, 2024
1 parent f6c5c10 commit 3bee720
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/svtav1.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ExternalProject_Add(svtav1
-DBUILD_ENC=ON
-DSVT_AV1_LTO=OFF
-DBUILD_APPS=OFF
-DCMAKE_C_FLAGS='${CMAKE_C_FLAGS} -Dav1_cospi_arr_s32_data=svtav1_av1_cospi_arr_s32_data'
BUILD_COMMAND ${EXEC} ninja -C <BINARY_DIR>
INSTALL_COMMAND ${EXEC} ninja -C <BINARY_DIR> install
LOG_DOWNLOAD 1 LOG_UPDATE 1 LOG_CONFIGURE 1 LOG_BUILD 1 LOG_INSTALL 1
Expand Down

0 comments on commit 3bee720

Please sign in to comment.