mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 08:14:32 +04:00
Remove automatic inclusion of avutil if ffmpeg libraries present in build. Signed-off-by: Ted Hess <thess@kitschensync.net>
12 lines
309 B
Diff
12 lines
309 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -134,7 +134,7 @@ if (WITH_AVFFT)
|
|
endif ()
|
|
endif ()
|
|
|
|
-if (WITH_AVFFT OR (CMAKE_SYSTEM_PROCESSOR MATCHES "^arm" AND SIMD32_FOUND AND WITH_CR32))
|
|
+if (WITH_AVFFT)
|
|
find_package (LibAVUtil)
|
|
if (AVUTIL_FOUND)
|
|
include_directories (${AVUTIL_INCLUDE_DIRS})
|