Commit b28f6b4b authored by Rafaël Carré's avatar Rafaël Carré

Davinci contribs: fix ffmpeg build

Disable unsupported ARM instruction sets
parent 7642c71d
......@@ -5,4 +5,4 @@ all: \
.flac .faad .ffmpeg \
.live .png .dvbpsi .tremor
FFMPEGCONF += --arch=arm
FFMPEGCONF += --arch=arm --disable-neon --disable-armv6 --disable-armv6t2 --disable-armvfp --disable-iwmmxt
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment