You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
309 B

  1. --- a/CMakeLists.txt
  2. +++ b/CMakeLists.txt
  3. @@ -134,7 +134,7 @@ if (WITH_AVFFT)
  4. endif ()
  5. endif ()
  6. -if (WITH_AVFFT OR (CMAKE_SYSTEM_PROCESSOR MATCHES "^arm" AND SIMD32_FOUND AND WITH_CR32))
  7. +if (WITH_AVFFT)
  8. find_package (LibAVUtil)
  9. if (AVUTIL_FOUND)
  10. include_directories (${AVUTIL_INCLUDE_DIRS})