Skip to content
Snippets Groups Projects
Commit 7b0bf45a authored by Philippe Gorley's avatar Philippe Gorley Committed by Philippe Gorley
Browse files

android: reactivate neon optimizations

NEON instructions no longer cause a SIGBUS error.

Change-Id: I30e445de66abe2f51c1732e76a88e8a708532776
parent 1408483d
No related branches found
No related tags found
No related merge requests found
......@@ -170,14 +170,12 @@ endif
# ARM stuff
ifeq ($(ARCH),arm)
# neon causes SIGBUS error on ARM 32 bits
FFMPEGCONF += --disable-neon
FFMPEGCONF += --arch=arm
ifdef HAVE_ARMV7A
FFMPEGCONF += --cpu=cortex-a8
endif
ifdef HAVE_ARMV6
FFMPEGCONF += --cpu=armv6
FFMPEGCONF += --cpu=armv6 --disable-neon
endif
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment