Always require aligned memory for interleaved codec.

This commit is contained in:
akallabeth
2020-05-15 11:16:18 +02:00
parent 2973ec6f1c
commit 722790f4ca
3 changed files with 0 additions and 9 deletions

View File

@@ -936,10 +936,6 @@ if(MBEDTLS_FOUND)
add_definitions("-DWITH_MBEDTLS")
endif()
if (TARGET_ARCH MATCHES "sparc")
set(HAVE_ALIGNED_REQUIRED 1)
endif()
if (WITH_X264 OR WITH_OPENH264 OR WITH_MEDIA_FOUNDATION OR WITH_FFMPEG)
set(WITH_GFX_H264 ON)
else()