SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
22
multimedia/aom/patches/patch-build_cmake_aom_configure_cmake
Normal file
22
multimedia/aom/patches/patch-build_cmake_aom_configure_cmake
Normal file
|
@ -0,0 +1,22 @@
|
|||
ARM uses compiler intrinsics, so don't require GNU as.
|
||||
|
||||
Index: build/cmake/aom_configure.cmake
|
||||
--- build/cmake/aom_configure.cmake.orig
|
||||
+++ build/cmake/aom_configure.cmake
|
||||
@@ -188,16 +188,6 @@ elseif(AOM_TARGET_CPU MATCHES "arm")
|
||||
endif()
|
||||
endif()
|
||||
find_program(as_executable_found ${AS_EXECUTABLE})
|
||||
- if(NOT as_executable_found)
|
||||
- message(
|
||||
- FATAL_ERROR
|
||||
- "Unable to find assembler and optimizations are enabled."
|
||||
- "Searched for ${AS_EXECUTABLE}. Install it, add it to your path, or "
|
||||
- "set the assembler directly by adding -DAS_EXECUTABLE=<assembler path> "
|
||||
- "to your CMake command line."
|
||||
- "To build without optimizations, add -DAOM_TARGET_CPU=generic to your "
|
||||
- "cmake command line.")
|
||||
- endif()
|
||||
string(STRIP "${AOM_AS_FLAGS}" AOM_AS_FLAGS)
|
||||
endif()
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue